sakai
Tag hideDivision


Surround child components with a division. Present a title bar and clickable icon, Clicking icon causes the division to toggle btween visible and invisibele.


Tag Information
Tag Classorg.sakaiproject.jsf.tag.HideDivisionTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
titletruefalsejava.lang.String Title for title bar.
renderedfalsefalsejava.lang.String Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
onclickfalsefalsejava.lang.String Javascript code executed when a pointer button is clicked over this element, after the internal JavaScript.
ondblclickfalsefalsejava.lang.String Javascript code executed when a pointer button is double clicked over this element, after the internal JavaScript.
onkeydownfalsefalsejava.lang.String Javascript code executed when a key is pressed down over this element.
onkeypressfalsefalsejava.lang.String Javascript code executed when a key is pressed and released over this element.
onkeyupfalsefalsejava.lang.String Javascript code executed when a key is released over this element.
onmousedownfalsefalsejava.lang.String Javascript code executed when a pointer button is pressed down over this element.
onmousemovefalsefalsejava.lang.String Javascript code executed when a pointer button is moved within this element.
onmouseoutfalsefalsejava.lang.String Javascript code executed when a pointer button is moved away from this element.
onmouseoverfalsefalsejava.lang.String Javascript code executed when a pointer button is moved onto this element.
onmouseupfalsefalsejava.lang.String Javascript code executed when a pointer button is released over this element.

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.