Facelet tag handler that renders a widget in a given mode.
| Attributes |
| Name | Required | Request-time | Type | Description |
| widget | true | false | org.nuxeo.ecm.platform.forms.layout.api.Widget | The widget instance. This instance is often exposed by the layout system inside of a layout template, but any widget instance created by third-party code can be used as long as its type is registered on the pluggable layout system. |
| mode | true | false | java.lang.String | Mode in which widget must be rendered. |
| value | true | false | java.lang.String | The value on which widget will apply. If the widget holds field definitions, they will be resolved based on this value. For instance, if value is a document and the widget references the dc:title field, standard widgets will apply on the given document property. |