Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | The developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value. |
binding | false | false | java.lang.String | Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
rendered | false | false | java.lang.String | A boolean value that indicates whether this component should be rendered. Default value: true. |
value | false | false | java.lang.String | The initial value of this component. |
converter | false | false | java.lang.String | An expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression. |
widgetId | falsetrue | false | java.lang.String | Optional enforced dojo widgetId |
widgetVar | falsetrue | false | java.lang.String | optional widget var name, if this is not used only an autogenerated value is set |
sizeShare | false | false | java.lang.String | Size share value describing the place the content pane wants from its parent |
styleClass | false | false | java.lang.String | The CSS class for this element. Corresponds to the HTML 'class' attribute. |
style | false | false | java.lang.String | The CSS class for this element. Corresponds to the HTML 'class' attribute. |
href | false | false | java.lang.String | Remote href for iframe simulation |
adjustPaths | false | false | java.lang.String | Path adjustment as defined by dojo |
extractContent | false | false | java.lang.String | Defined by dojo, see the examples |
parseContent | false | false | java.lang.String | Defined by dojo see the examples |
preload | false | false | java.lang.String | Content Preloading |
handler | false | false | java.lang.String | Javascript function which should generate the content |
scriptScope | false | false | java.lang.String | Scopecontainer for downloaded Scripts |
refreshOnShow | false | false | java.lang.String | Description for the attribute |
layoutAlign | false | false | java.lang.String | Layoutalignment usable in conjunction with a layout container |
executeScripts | false | false | java.lang.String | If true scripts will be evaled after rendering |