Window Buttons Properties
Description
If a component/page embedded in a UX Component is shown in a popup window, custom buttons can be added to the window to add additional functionality.
Discussion
These properties are only exposed if the Window Properties Window type has been set to 'Popup-modal' or 'Popup-modeless'.
Has custom toolbar buttons
Specify if the window has custom buttons in the window toolbar (at the bottom of the window).
Define buttons
Define the buttons that appear in the window toolbar (at the bottom of the window). This option is only available if Has custom toolbar buttons has been checked.
Buttons in-line style
Defines in-line CSS styling for the window buttons. This option is only available if Has custom toolbar buttons has been checked.
To display the buttons left justified, enter an in-line style of: text-align:left;
See Also