Added: myfaces/site/tlddoc/x/inputText.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/inputText.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/inputText.html (added) +++ myfaces/site/tlddoc/x/inputText.html Tue May 3 02:06:41 2005 @@ -0,0 +1,264 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>inputText + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="inputText (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="inputText.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag inputText</h2> +<hr> + Extends standard inputText by user role support. + <br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.taglib.html.ext.HtmlInputTextTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>JSP</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td> +</tr> +<tr valign="top"> +<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td> +</tr> +<tr valign="top"> +<td>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Id of Converter to be used or reference to a Converter.</td> +</tr> +<tr valign="top"> +<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</td> +</tr> +<tr valign="top"> +<td>required</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will be checked for non-empty input.</td> +</tr> +<tr valign="top"> +<td>validator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.</td> +</tr> +<tr valign="top"> +<td>valueChangeListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Listener for value changes.</td> +</tr> +<tr valign="top"> +<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td> +</tr> +<tr valign="top"> +<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>align</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>alt</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>datafld</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>datasrc</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>dataformatas</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>disabled</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>maxlength</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onchange</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onselect</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>readonly</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>size</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>escape</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Indicates whether rendered markup should be escaped.</td> +</tr> +<tr valign="top"> +<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, no hyperlink is rendered but all nested + tags (=body) are rendered. + </td> +</tr> +<tr valign="top"> +<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, nothing is rendered and the body of this tag + will be skipped. + </td> +</tr> +<tr valign="top"> +<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td> +</tr> +<tr valign="top"> +<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components + that are contained within a "list." This value will be true by default and the value will be ignored if + the value of forceId is false (or not specified.) + </td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="inputText.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html>
Added: myfaces/site/tlddoc/x/inputTextarea.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/inputTextarea.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/inputTextarea.html (added) +++ myfaces/site/tlddoc/x/inputTextarea.html Tue May 3 02:06:41 2005 @@ -0,0 +1,255 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>inputTextarea + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="inputTextarea (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="inputTextarea.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag inputTextarea</h2> +<hr> + Extends standard inputTextarea by user role support. + <br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.taglib.html.ext.HtmlInputTextareaTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>JSP</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td> +</tr> +<tr valign="top"> +<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td> +</tr> +<tr valign="top"> +<td>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Id of Converter to be used or reference to a Converter.</td> +</tr> +<tr valign="top"> +<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</td> +</tr> +<tr valign="top"> +<td>required</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will be checked for non-empty input.</td> +</tr> +<tr valign="top"> +<td>validator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.</td> +</tr> +<tr valign="top"> +<td>valueChangeListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Listener for value changes.</td> +</tr> +<tr valign="top"> +<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>cols</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>datafld</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>datasrc</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>dataformatas</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>disabled</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onchange</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onselect</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>readonly</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>rows</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td> +</tr> +<tr valign="top"> +<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, no hyperlink is rendered but all nested + tags (=body) are rendered. + </td> +</tr> +<tr valign="top"> +<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, nothing is rendered and the body of this tag + will be skipped. + </td> +</tr> +<tr valign="top"> +<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td> +</tr> +<tr valign="top"> +<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components + that are contained within a "list." This value will be true by default and the value will be ignored if + the value of forceId is false (or not specified.) + </td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="inputTextarea.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/jsValueChangeListener.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/jsValueChangeListener.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/jsValueChangeListener.html (added) +++ myfaces/site/tlddoc/x/jsValueChangeListener.html Tue May 3 02:06:41 2005 @@ -0,0 +1,127 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>jsValueChangeListener + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="jsValueChangeListener (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="jsValueChangeListener.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag jsValueChangeListener</h2> +<hr>Value change listener on client side.<br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.custom.jslistener.JsValueChangeListenerTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>empty</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>for</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>property</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>expressionValue</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="jsValueChangeListener.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/jsValueSet.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/jsValueSet.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/jsValueSet.html (added) +++ myfaces/site/tlddoc/x/jsValueSet.html Tue May 3 02:06:41 2005 @@ -0,0 +1,124 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>jsValueSet + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="jsValueSet (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="jsValueSet.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag jsValueSet</h2> +<hr>Setting a value from the model in java-script so that it can be used (e.g. by the value change listener) afterwards.<br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.custom.jsvalueset.HtmlJsValueSetTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>empty</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>name</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>value</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="jsValueSet.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/jscookMenu.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/jscookMenu.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/jscookMenu.html (added) +++ myfaces/site/tlddoc/x/jscookMenu.html Tue May 3 02:06:41 2005 @@ -0,0 +1,148 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>jscookMenu + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="jscookMenu (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="jscookMenu.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag jscookMenu</h2> +<hr> +<br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>JSP</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td> +</tr> +<tr valign="top"> +<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, no hyperlink is rendered but all nested + tags (=body) are rendered. + </td> +</tr> +<tr valign="top"> +<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, nothing is rendered and the body of this tag + will be skipped. + </td> +</tr> +<tr valign="top"> +<td>layout</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>theme</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="jscookMenu.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/message.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/message.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/message.html (added) +++ myfaces/site/tlddoc/x/message.html Tue May 3 02:06:41 2005 @@ -0,0 +1,263 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>message + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="message (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="message.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag message</h2> +<hr> + MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute + <br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.taglib.html.ext.HtmlMessageTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>JSP</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td> +</tr> +<tr valign="top"> +<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>for</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>The client identifier of the component for which this component represents associated message(s).</td> +</tr> +<tr valign="top"> +<td>showSummary</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Indicates whether the summary of the associated message(s) should be displayed. + Default is: true</td> +</tr> +<tr valign="top"> +<td>showDetail</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Indicates whether the detail of the associated message(s) should be displayed. + Default is: false</td> +</tr> +<tr valign="top"> +<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td> +</tr> +<tr valign="top"> +<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>infoClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "INFO".</td> +</tr> +<tr valign="top"> +<td>infoStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "INFO".</td> +</tr> +<tr valign="top"> +<td>warnClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "WARN".</td> +</tr> +<tr valign="top"> +<td>warnStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "WARN".</td> +</tr> +<tr valign="top"> +<td>errorClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "ERROR".</td> +</tr> +<tr valign="top"> +<td>errorStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "ERROR".</td> +</tr> +<tr valign="top"> +<td>fatalClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "FATAL".</td> +</tr> +<tr valign="top"> +<td>fatalStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "FATAL".</td> +</tr> +<tr valign="top"> +<td>tooltip</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If true, the message summary will be rendered as a tooltip (i.e. HTML title attribute). + </td> +</tr> +<tr valign="top"> +<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, no hyperlink is rendered but all nested + tags (=body) are rendered. + </td> +</tr> +<tr valign="top"> +<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, nothing is rendered and the body of this tag + will be skipped. + </td> +</tr> +<tr valign="top"> +<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td> +</tr> +<tr valign="top"> +<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components + that are contained within a "list." This value will be true by default and the value will be ignored if + the value of forceId is false (or not specified.) + </td> +</tr> +<tr valign="top"> +<td>summaryFormat</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If present, instead of rendering the message summary, a MessageFormat with this + attribute as pattern is created. The format method of this MessageFormat is + called with the message summary as the first argument and the label of the + associated component (if any) as the second argument. + Example: "{0}:" + </td> +</tr> +<tr valign="top"> +<td>detailFormat</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If present, instead of rendering the message detail, a MessageFormat with this + attribute as pattern is created. The format method of this MessageFormat is + called with the message detail as the first argument and the label of the + associated component (if any) as the second argument. + Example: "The input in field {1} is wrong: {0}" + </td> +</tr> +<tr valign="top"> +<td>replaceIdWithLabel</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If present, all occurrences of the id of the component for which the message + is rendered will be replaced by the label. Standard is true for the extended + message renderer. + </td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="message.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/messages.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/messages.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/messages.html (added) +++ myfaces/site/tlddoc/x/messages.html Tue May 3 02:06:41 2005 @@ -0,0 +1,274 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>messages + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="messages (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="messages.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag messages</h2> +<hr> + MyFaces extension to the standard messages tag: see showInputLabel attribute + <br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.taglib.html.ext.HtmlMessagesTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>JSP</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td> +</tr> +<tr valign="top"> +<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>showSummary</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Indicates whether the summary of the message(s) should be displayed. + Default is: true</td> +</tr> +<tr valign="top"> +<td>showDetail</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Indicates whether the detail of the message(s) should be displayed. + Default is: false</td> +</tr> +<tr valign="top"> +<td>globalOnly</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Indicates whether only global messages (that is, messages with no associated client identifier) should be rendered. + Default is: false</td> +</tr> +<tr valign="top"> +<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td> +</tr> +<tr valign="top"> +<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>infoClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "INFO".</td> +</tr> +<tr valign="top"> +<td>infoStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "INFO".</td> +</tr> +<tr valign="top"> +<td>warnClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "WARN".</td> +</tr> +<tr valign="top"> +<td>warnStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "WARN".</td> +</tr> +<tr valign="top"> +<td>errorClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "ERROR".</td> +</tr> +<tr valign="top"> +<td>errorStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "ERROR".</td> +</tr> +<tr valign="top"> +<td>fatalClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS class to be used for messages with severity "FATAL".</td> +</tr> +<tr valign="top"> +<td>fatalStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>CSS style to be used for messages with severity "FATAL".</td> +</tr> +<tr valign="top"> +<td>layout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The layout: "table" or "list". Default: list</td> +</tr> +<tr valign="top"> +<td>tooltip</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If true, the message summary will be rendered as a tooltip (i.e. HTML title attribute). + </td> +</tr> +<tr valign="top"> +<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, no hyperlink is rendered but all nested + tags (=body) are rendered. + </td> +</tr> +<tr valign="top"> +<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, nothing is rendered and the body of this tag + will be skipped. + </td> +</tr> +<tr valign="top"> +<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td> +</tr> +<tr valign="top"> +<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components + that are contained within a "list." This value will be true by default and the value will be ignored if + the value of forceId is false (or not specified.) + </td> +</tr> +<tr valign="top"> +<td>summaryFormat</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If present, instead of rendering the message summary, a MessageFormat with this + attribute as pattern is created. The format method of this MessageFormat is + called with the message summary as the first argument and the label of the + associated component (if any) as the second argument. + Example: "{0}:" or "{0} in field {1}" + </td> +</tr> +<tr valign="top"> +<td>globalSummaryFormat</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + Like summaryFormat, but applies to global messages (i.e. messages not associated + with a component). If no globalSummaryFormat is given, the summaryFormat is used for + global messages. + Example: "{0}:" + </td> +</tr> +<tr valign="top"> +<td>detailFormat</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If present, instead of rendering the message detail, a MessageFormat with this + attribute as pattern is created. The format method of this MessageFormat is + called with the message detail as the first argument and the label of the + associated component (if any) as the second argument. + Example: "The input in field {1} is wrong: {0}" + </td> +</tr> +<tr valign="top"> +<td>replaceIdWithLabel</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If present, all occurrences of the id of the component for which the message + is rendered will be replaced by the label. + </td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="messages.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/navigationMenuItem.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/navigationMenuItem.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/navigationMenuItem.html (added) +++ myfaces/site/tlddoc/x/navigationMenuItem.html Tue May 3 02:06:41 2005 @@ -0,0 +1,163 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>navigationMenuItem + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="navigationMenuItem (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="navigationMenuItem.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag navigationMenuItem</h2> +<hr> +<br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.custom.navmenu.HtmlNavigationMenuItemTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>JSP</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>itemDisabled</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will not be saved during state saving.</td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>itemDescription</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>itemLabel</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>itemValue</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Value reference pointing at a javax.faces.model.SelectItem instance.</td> +</tr> +<tr valign="top"> +<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, no hyperlink is rendered but all nested + tags (=body) are rendered. + </td> +</tr> +<tr valign="top"> +<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> + If user is in given role, this component will be rendered + normally. If not, nothing is rendered and the body of this tag + will be skipped. + </td> +</tr> +<tr valign="top"> +<td>icon</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>split</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="navigationMenuItem.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html> Added: myfaces/site/tlddoc/x/navigationMenuItems.html URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/navigationMenuItems.html?rev=167885&view=auto ============================================================================== --- myfaces/site/tlddoc/x/navigationMenuItems.html (added) +++ myfaces/site/tlddoc/x/navigationMenuItems.html Tue May 3 02:06:41 2005 @@ -0,0 +1,128 @@ +<html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"> +<head> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>navigationMenuItems + (Tag Library Documentation Generator - Generated Documentation) + </title> +<meta content="$title" name="keywords"> +<link title="Style" href="../stylesheet.css" type="text/css" rel="stylesheet"> +</head> +<script> + function asd() + { + parent.document.title="navigationMenuItems (Tag Library Documentation Generator - Generated Documentation)"; + } + </script> +<body onload="asd();" bgcolor="white"> +<a name="navbar_top"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_top_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="navigationMenuItems.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<h2> +<font size="-1">x</font> +<br> + Tag navigationMenuItems</h2> +<hr> +<br> +<p></p> +<hr> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="2"><font size="+2"><b>Tag Information</b></font></td> +</tr> +<tr> +<td>Tag Class</td><td>org.apache.myfaces.custom.navmenu.HtmlNavigationMenuItemsTag</td> +</tr> +<tr> +<td>TagExtraInfo Class</td><td><i>None</i></td> +</tr> +<tr> +<td>Body Content</td><td>empty</td> +</tr> +<tr> +<td>Display Name</td><td><i>None</i></td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Attributes</b></font></td> +</tr> +<tr> +<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td> +</tr> +<tr valign="top"> +<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td> +</tr> +<tr valign="top"> +<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td> +</tr> +<tr valign="top"> +<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Value reference pointing at a List or Array of javax.faces.model.SelectItem instances.</td> +</tr> +</table> +<br> +<p></p> +<table width="100%" cellspacing="0" cellpadding="3" border="1"> +<tr class="TableHeadingColor" bgcolor="#CCCCFF"> +<td colspan="5"><font size="+2"><b>Variables</b></font></td> +</tr> +<td colspan="2"><i>No Variables Defined.</i></td> +</table> +<br> +<p></p> +<a name="navbar_bottom"></a> +<table cellspacing="0" cellpadding="1" width="100%" border="0"> +<tr> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF" COLSPAN="3"><a NAME="navbar_bottom_firstrow"></a> +<table CELLSPACING="3" CELLPADDING="0" BORDER="0"> +<tr VALIGN="top" ALIGN="center"> +<td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a> </td><td CLASS="NavBarCell1Rev" BGCOLOR="#FFFFFF"> <font CLASS="NavBarFont1Rev"> Tag </font> </td><td CLASS="NavBarCell1" BGCOLOR="#EEEEFF"> <a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a> </td> +</tr> +</table> +</td><td ROWSPAN="3" VALIGN="top" ALIGN="right"><em></em></td> +</tr> +<tr> +<td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"></font></td><td CLASS="NavBarCell2" BGCOLOR="white"><font SIZE="-2"> + <a TARGET="_top" HREF="../index.html"><b>FRAMES</b></a> + <a href="navigationMenuItems.html" target="_top"><b>NO FRAMES</b></a> + <script></script> +<noscript> +<a TARGET="" HREF="../alltags-noframe.html"><b>All Tags</b></a> +</noscript> +</font></td> +</tr> +</table> +<hr> +<small><i> + Output Generated by + <a target="_blank" href="http://taglibrarydoc.dev.java.net/">Tag Library Documentation Generator</a>. + 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. + </i></small> +</body> +</html>
