Attributes |
Name | Required | Request-time | Type | Description |
resizeable | false | false | java.lang.String | if 'true' there is possibily to change component size. |
minWidth | false | false | java.lang.String | Attribute defines min width of component. |
width | false | false | java.lang.String | Attribute defines width of component. |
moveable | false | false | java.lang.String | if 'true' there is possibily to move component. |
rendered | false | false | java.lang.String | If "false", this component is not rendered. |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
shadowDepth | false | false | java.lang.String | Pop-up shadow depth for suggestion content |
minHeight | false | false | java.lang.String | Attribute defines min height of component. |
height | false | false | java.lang.String | Attribute defines height of component. |
headerClass | false | false | java.lang.String | CSS style(s) is/are to be applied to component header when this component is rendered. |
shadowOpacity | false | false | java.lang.String | HTML CSS class attribute of element for pop-up suggestion content |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
left | false | false | java.lang.String | Attribute defines X position of component left-top corner. |
controlsClass | false | false | java.lang.String | CSS style(s) is/are to be applied to component controls when this component is rendered. |
zindex | false | false | java.lang.String | Attribute is similar to the standard HTML attribute and can specify window placement relative to the content. |
top | false | false | java.lang.String | Attribute defines Y position of component left-top corner. |