Tag Information
Tag Class org.richfaces.taglib.PageTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
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
bodyClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the body part of the page
contentType false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Set custom mime content type to response
dir false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
footerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component footer
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component header
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
lang false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component
markupType false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Page layout format ( html, xhtml, html-transitional, html-3.2 ) for encoding DOCTYPE, namespace and Content-Type definitions
namespace false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Set html element default namespace
oncontextmenu false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the right mouse button is clicked over the component
onload false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before a page is loaded
onunload false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a page is unloaded
pageTitle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
String for output as a page title.
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
sidebarClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component side panel
sidebarPosition false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the position of the side panel. Possible values are "left", "right". Default value is "left".
sidebarWidth false false javax.el.ValueExpression
(must evaluate to int)
Defines width for the side panel. Default value is "160".
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
theme false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the way of the component rendering
title false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component
width false false javax.el.ValueExpression
(must evaluate to int)
Sets the width of the page