Some higher level widget types are useful to design tab content, and come as an addition to Summary Widget Types.
Toggleable Layout
Id: toggleableLayoutWithForms
This widget type presents a layout in view mode, with toggle buttons to present the edit mode, as well as usual Save and Cancel buttons by default (these can be customized).
Content View
Id: contentViewWithForms
This widget type presents a content view, with possibility to override some of the content view definition properties in the widget properties.
Tabs
Id: documentTabsWithForms
This widget type presents document tabs. It is tied to the document on which this widget is rendered as filters are evaluated in this context.
Form Action
Id: documentAction
This widget type presents an action, not surrounded by a form. It is tied to the document on which this widget is rendered as filters are evaluated in its context. The action to present is retrieved by id.
This is useful in combination with the "layout" widget for instance, or to build incremental layouts using "Summary Panel" categories (as widgets contributed to this category may already contain a form).
Form Actions
Id: documentActions
This widget type presents actions, not surrounded by a form. It is tied to the document on which this widget is rendered as filters are evaluated in its context. The actions to present are retrieved by category.
This is useful in combination with the layout
widget for instance, or to build incremental layouts using "Summary Panel" categories (as widgets contributed to this category may already contain a form).
Toolbar Action
Id: documentActionWithForms
This widget type presents an action, surrounded by a form. It is tied to the document on which this widget is rendered as filters are evaluated in its context.
Form management performed by this widget type makes it possible to use FancyBox actions for instance (so that FancyBox content can itself contain a form).
Toolbar Actions
Id: documentActionsWithForms
This widget type presents document tabs. It is tied to the document on which this widget is rendered as filters are evaluated in its context.
Form management performed by this widget type makes it possible to use FancyBox actions for instance (so that FancyBox content can itself contain a form).
Standard Widget Types Custom Widget Types Layout & Widget How-To Index