Provides a tag for presenting Forms to the user in Controller-based templates.
Tags of this library may only be used in the logic of Controller-based templates.
returnForm
Causes the Form specified by the value
attribute to be opened. Additionally, this tag immediately halts the evaluation of the event handler it is in, so any tags following the returnForm
tag will not be evaluated.
Only certain event handlers may lead the user to a Form and therefore this tag is limited to these handlers:
onNewFromTemplate, onUpdate, onSaveClick, onSendClick, onPublishClick, onAfterEvaluation
Attributes
value | ||
---|---|---|
Required |
Value type |
EL-evaluated |
No | String | Yes |
Defines the Form to open. The resolved String should be the name of a Form view. |
Comments
0 comments