Tag Information
Tag Class org.ajax4jsf.taglib.html.jsp.LogTag
TagExtraInfo Class None
Body Content JSP
Display Name pop-up window with request log
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute takes a value-binding expression for a component property of a backing bean
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)
height false false javax.el.ValueExpression
(must evaluate to java.lang.String)
height of pop-up
hotkey false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Keyboard key for activate ( in combination with CTRL+SHIFT ) log window.
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
level false false javax.el.ValueExpression
(must evaluate to java.lang.String)
log level, possible values : FATAL,ERROR,WARN,INFO,DEBUG,ALL. Component set level 'ALL' by default.
name false false javax.el.ValueExpression
(must evaluate to java.lang.String)
name of pop-up window
onclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked
ondblclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked
onkeydown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed down
onkeypress false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed and released
onkeyup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is released
onmousedown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is pressed down
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved within
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved away
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved onto
onmouseup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is released
popup false false javax.el.ValueExpression
(must evaluate to boolean)
Render log as popup-window or as div element in page
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
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
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 java.lang.String)
width of pop-up.