RichFaces
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)
CSS style(s) is/are to be applied to component controls when this component is rendered
headerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to component header when this component is rendered
heightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines height of component. Default value is "200".
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)
Event must occurs before panel is hiding
onbeforeshowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs before panel is opening
onhidefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs after panel closed
onmaskclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked outside modalPanel
onmaskcontextmenufalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript handler to be called on right click outside modalPanel
onmaskdblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked outside modalPanel
onmaskmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is pressed down outside modalPanel
onmaskmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is moved outside modalPanel
onmaskmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is moved away modalPanel
onmaskmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is moved onto modalPanel
onmaskmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is released outside modalPanel
onmovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs before panel is moving
onresizefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs than panel is resizing
onshowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs after panel opened
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.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
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
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 "300".
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.