ez.no / exponential / documentation / reference / template functions / gui / event_edit_gui
{event_edit_gui event=$event [ parameter=$value [ ... ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| event | object | The workflow event object. | Yes. |
| other parameters | mixed | Parameters passed to the GUI template. | No. |
The GUI for editing workflow event.
Shows the event edit GUI. This is used in the workflow edit form. You must supply the event parameter. Any other parameters are passed on as template variables.
{event_edit_gui event=$myEvent}
Comments