IModelActionWeb Members
Used to extend the Application Model‘s IModelAction node.
#Properties
Name | Description |
---|---|
Adaptive |
Specifies the Action’s priority with regards to the adaptive and responsive layout used in the new web UI. Actions with a lower Adaptive |
Confirm |
Specifies whether or not a confirmation dialog is displayed by a browser when there are unsaved changes and a user executes the current Action. |
Custom |
Specifies the name of the CSS class to be applied to the control that visualizes the current Action. |
Is |
Specifies whether a postback is performed instead of callback when a user executes the Action. For example, this property value should be true for Actions that download files or change an application language. |
See Also