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)
A name of CSS class for 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)
A name of CSS class for the footer
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A name of CSS class for the 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
onload false false javax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript code to execute on a page load.
onunload false false javax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript code to execute on a page unload.
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)
A name of CSS class for the 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(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
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