Attributes |
Name | Required | Request-time | Type | Description |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
closable | no | false | boolean | Specifies if close button should be displayed or not. Default = 'true'. |
closeOnEscape | no | false | boolean | Specifies if dialog should be closed when escape key is pressed. Default = 'true'. |
draggable | no | false | boolean | Controls draggability. Default = 'true'. |
header | no | false | java.lang.String | Text for the header. |
height | no | false | int | Height of the dialog in pixels. Default = 'Integer.MIN_VALUE'. |
hideEffect | no | false | java.lang.String | Effect to use when hiding the dialog. Possible values are 'blind', 'clip', 'drop', 'explode, 'fade', 'fold', 'puff', 'slide', 'scale', 'bounce', 'highlight', and 'shake' (Some effects are not supported in IE browsers, see wiki page for more information). |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
message | no | false | java.lang.String | Text to be displayed in body. |
modal | no | false | boolean | Boolean value that specifies whether the document should be shielded with a partially transparent mask to require the user to close the Panel before being able to activate any elements in the document. Default = 'false'. |
position | no | false | java.lang.String | Specifies where the dialog should be displayed. Possible values: 1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. 2) an array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100]) 3) an array containing x,y position string values (e.g. ['right','top'] for top right corner). |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
severity | no | false | java.lang.String | Message severity for the dislayed icon. Value can be whatever is appended to ".ui-icon-" in the theme stylesheet. Default = 'alert'. |
showEffect | no | false | java.lang.String | Effect to use when showing the dialog. Possible values are 'blind', 'clip', 'drop', 'explode, 'fade', 'fold', 'puff', 'slide', 'scale', 'bounce', 'highlight', 'pulsate', and 'shake' (Some effects are not supported in IE7, see wiki page for more information). |
styleClass | no | false | java.lang.String | Style class of the dialog container. |
widgetVar | no | false | java.lang.String | Name of the widget to access client side api |
width | no | false | int | Width of the dialog in pixels. Default = '300'. |
zindex | no | false | int | zindex property to control overlapping with other elements. Default = '1000'. |