Site
Web
Search
Login
Home
Document Exchange
Features
Extensions
Licensing
Testimonials
Translations
Buy
DMX Extensions
Support
Forums
Downloads
Free Stuff
Translations
Company
Partners
News
Contact
Test
You are here:
Support
/
Forums
Bring2mind Forums
Forums
Search Forum
Search
Advanced Search
Topics
Posts
Unanswered
Active Topics
Forums
>
Document Exchange
>
API
Modify Custom Attributes Section UI
Last Post 11/26/2015 10:18 PM by
Peter Donker
. 3 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
Jason Price
New Member
Posts:2
02/09/2015 8:15 PM
I want to modify the UI of the custom attributes section of the document submission screen. Currently it is set up as a table and I want to change the widths of the columns. I also want to be able to span columns if the custom attribute type is a checkbox. The UI does not look especially appealing when a checkbox type is selected.
Peter Donker
Veteran Member
Posts:4536
02/10/2015 6:02 PM
You can create a custom ascx as long as it inherits from DMX.UI.EntrySettingsBase. You then specify the path to this control in the ControlToLoad field (from below DesktopModules onward). In it you will need to handle the in-out of the values yourself by overriding LoadSettings and WriteToCurrentEntry.
Peter
Jason Price
New Member
Posts:2
02/21/2015 1:34 PM
Do you have any examples on how to do that?
Peter Donker
Veteran Member
Posts:4536
11/26/2015 10:18 PM
It works almost identically to DNN's ModuleSettingBase controls. You can find those in just about any module.
Peter
You are not authorized to post a reply.
Document Exchange
--Release Notes for Document Exc...
--Installation and Activation Is...
--User Interface
--Search
--Storage and Security
--WebDAV
--API
Document Exchange Lite
--Installation and Activation Is...
--Search
--Localization
--UI
--Storage and Security
--Extensions and addons
Forums
>
Document Exchange
>
API