Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Modify Custom Attributes Section UI
Last Post 11/26/2015 10:18 PM by Peter Donker. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Jason Price
New Member
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
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
New Member
Posts:2


--
02/21/2015 1:34 PM
Do you have any examples on how to do that?
Peter Donker
Veteran Member
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.