RichFaces
Tag modalPanel




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
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
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
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
converterMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
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
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 submittion
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
minHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines min height of component
minWidthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute defines min width of component
moveablefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
if "true" there is possibility to move component
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
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
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
validatorfalsefalsejavax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The initial value to set when rendered for the first time
valueChangeListenerfalsefalsejavax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
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
zindexfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Attribute is similar to the standard HTML attribute and can specify window 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.