RichFaces ( Legacy URL )
Tag modalPanel


The <rich:modalPanel> component implements a modal dialog window. All operations in the main application window are locked out while this window is active. Opening and closing the window is done through client JavaScript code.


Tag Information
Tag Classorg.richfaces.taglib.ModalPanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
autosizedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" modalPanel should be autosizeable. Default value is "false".
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
controlsClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component controls
domElementAttachmentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the DOM element, which stacking context will assimilate the modalPanel. Possible values: "body", "form", "parent". Default value is "body".
headerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component header
heightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines height of component. Default value is "300".
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
keepVisualStatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" modalPanel should save state after submission. Default value is "false".
labelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
leftfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines X position of component left-top corner. Default value is "auto".
minHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines min height of component. Default value is "10". If the value is less then 10, a "IllegalArgumentException" exception is thrown.
minWidthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines min width of component. Default value is "10". If the value is less then 10, a "IllegalArgumentException" exception is thrown.
moveablefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" there is possibility to move component. Default value is "true".
onbeforehidefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before the modal panel is hidden
onbeforeshowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before the modal panel is opened
onhidefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called after the modal panel is hidden
onmaskclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a left mouse button is clicked outside the modal panel
onmaskcontextmenufalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a right mouse button is clicked outside the modal panel
onmaskdblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a left mouse button is double-clicked outside the modal panel
onmaskmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down outside the modal panel
onmaskmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved outside the modal panel
onmaskmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the modal panel
onmaskmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the modal panel
onmaskmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is released outside the modal panel
onmovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before the modal panel is moved
onresizefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the modal panel is resized
onshowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the modal panel is displayed
overlapEmbedObjectsfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" modalPanel creates iframe to overlap embed objects like PDF on a page. Default value is "false".
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
resizeablefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" there is possibility to change component size. Default value is "true".
shadowDepthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Pop-up shadow depth for suggestion content
shadowOpacityfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML CSS class attribute of element for pop-up suggestion content
showWhenRenderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true" value for this attribute makes a modal panel opened as default. Default value is "false"
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
topfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Y position of component left-top corner. Default value is "auto".
tridentIVEngineSelectBehaviorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
How to handle HTML SELECT-based controls in IE 6? - "disable" - default, handle as usual, use disabled="true" to hide SELECT controls - "hide" - use visibility="hidden" to hide SELECT controls
trimOverlayedElementsfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Defines whether to trim or not elements inside modalPanel. Default value is "true"
visualOptionsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines options that were specified on the client side
widthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines width of component. Default value is "200".
zindexfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute is similar to the standard HTML attribute and can specify window. Default value is "100". placement relative to the content

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.