You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 4 Next »
Use the <modal> tag to display a modal window on the page.
Available attributes:
Specify an additional action when the menu closes. Set the attribute value to the custom s_widget_custom method created in the client script.
Specify the display settings (size, font, color, and others.) of the tag elements using the CSS syntax.
Set the attribute to true to display the modal window in full screen when opened on a mobile device.
Example:
<modal title="{data.modalTitle}" isMandatory="true" isShow="{data.isShow}" doClose="window.s_widget_custom.countClosing();"> </modal>