Tag Information
Tag Class org.richfaces.taglib.ModalPanelTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
autosized false false javax.el.ValueExpression
(must evaluate to boolean)
If 'true' modalPanel should be autosizeable
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
controlsClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to component controls when this component is rendered
converter false false javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
converterMessage false false javax.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
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to component header when this component is rendered
height false false javax.el.ValueExpression
(must evaluate to int)
Attribute defines height of component
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
keepVisualState false false javax.el.ValueExpression
(must evaluate to boolean)
If "true" modalPanel should save state after submittion
label false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
left false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines X position of component left-top corner
minHeight false false javax.el.ValueExpression
(must evaluate to int)
Attribute defines min height of component
minWidth false false javax.el.ValueExpression
(must evaluate to int)
Attribute defines min width of component
moveable false false javax.el.ValueExpression
(must evaluate to boolean)
if "true" there is possibility to move component
onbeforehide false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs before panel is hiding
onbeforeshow false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs before panel is opening
onhide false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs after panel closed
onmaskclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked outside modalPanel
onmaskcontextmenu false false javax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript handler to be called on right click outside modalPanel
onmaskdblclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked outside modalPanel
onmaskmousedown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is pressed down outside modalPanel
onmaskmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is moved outside modalPanel
onmaskmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is moved away modalPanel
onmaskmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is moved onto modalPanel
onmaskmouseup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is released outside modalPanel
onmove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs before panel is moving
onresize false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs than panel is resizing
onshow false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs after panel opened
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
resizeable false false javax.el.ValueExpression
(must evaluate to boolean)
if "true" there is possibility to change component size
shadowDepth false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Pop-up shadow depth for suggestion content
shadowOpacity false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML CSS class attribute of element for pop-up suggestion content
showWhenRendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "true" value for this attribute makes a modal panel opened as default.
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
top false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Y position of component left-top corner
tridentIVEngineSelectBehavior false false javax.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
validator false false javax.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
validatorMessage false false javax.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
value false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
The initial value to set when rendered for the first time
valueChangeListener false false javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
visualOptions false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines options that were specified on the client side
width false false javax.el.ValueExpression
(must evaluate to int)
Attribute defines width of component
zindex false false javax.el.ValueExpression
(must evaluate to int)
Attribute is similar to the standard HTML attribute and can specify window placement relative to the content