Author: steveh
Date: Mon Mar  7 13:47:14 2005
New Revision: 156450

URL: http://svn.apache.org/viewcvs?view=rev&rev=156450
Log:
Adding JSP tag reference content to the <netui> source.
(More precise content to follow.)

Modified:
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AbstractHtmlTableCell.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AnchorCell.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Caption.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ConfigurePager.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Footer.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Header.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/HeaderCell.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageAnchorCell.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageCell.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/RenderPager.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Rows.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/SpanCell.java
    
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/TemplateCell.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptBlock.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeContent.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttribute.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeItem.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeLabel.java
    
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AbstractHtmlTableCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AbstractHtmlTableCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AbstractHtmlTableCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AbstractHtmlTableCell.java
 Mon Mar  7 13:47:14 2005
@@ -50,6 +50,9 @@
     /**
      * @netui:attribute required="false" rtexprvalue="true"
      * @param sortExpression
+     * @jsptagref.attributedescription [todo]
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      */
     public void setSortExpression(String sortExpression) {
         _sortExpression = sortExpression;
@@ -58,6 +61,9 @@
     /**
      * @netui:attribute required="false" rtexprvalue="true"
      * @param filterExpression
+     * @jsptagref.attributedescription [todo]
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      */
     public void setFilterExpression(String filterExpression) {
         _filterExpression = filterExpression;

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AnchorCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AnchorCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AnchorCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/AnchorCell.java
 Mon Mar  7 13:47:14 2005
@@ -32,6 +32,7 @@
 import org.apache.beehive.netui.util.Bundle;
 
 /**
+ * @jsptagref.tagdescription Renders a data grid cell containing an HTML 
anchor.
  * @netui:tag name="anchorCell" body-content="scriptless"
  * description="Renders a data grid table cell containing an HTML anchor"
  * @netui.tldx:tag whitespace="indent"
@@ -286,7 +287,7 @@
     /**
      * Sets <code>rel</code> attribute for the anchor.
      * @param rel - the window target.
-     * @jsptagref.attributedescription The rel.
+     * @jsptagref.attributedescription The rel attribute for the anchor.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_rel</i>
      * @netui:attribute required="false"  rtexprvalue="true"

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Caption.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Caption.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Caption.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Caption.java
 Mon Mar  7 13:47:14 2005
@@ -33,6 +33,7 @@
 import 
org.apache.beehive.netui.databinding.datagrid.runtime.rendering.table.TableRenderer;
 
 /**
+ * @jsptagref.tagdescription Renders a caption into a data grid
  * @netui:tag name="caption" body-content="scriptless" description="Renders a 
caption into a NetUI data grid"
  * @netui.tldx:tag whitespace="indent" renderer=""
  */

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ConfigurePager.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ConfigurePager.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ConfigurePager.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ConfigurePager.java
 Mon Mar  7 13:47:14 2005
@@ -31,6 +31,7 @@
 import org.apache.beehive.netui.util.logging.Logger;
 
 /**
+ * @jsptagref.tagdescription Tag for configuring and rendering the pager in 
the NetUI data grid.
  * @netui:tag name="configurePager" body-content="empty"
  * description="Pager tag for the configuring and rendering the pager rendered 
in the NetUI data grid"
  * @netui.tldx:tag renderer="" whitespace="indent"
@@ -84,7 +85,7 @@
     }
 
     /**
-     * @jsptagref.attributedescription
+     * @jsptagref.attributedescription Sets the action that handles links 
clicked in the pager.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>String_pageAction</i>
      * @netui:attribute required="false" rtexprvalue="true"
@@ -95,6 +96,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription Boolean. Enables/disables the default 
pager rendered in the data grid
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>boolean</i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
     public void setDisableDefaultPager(boolean disableDefaultPager) {
@@ -102,6 +106,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription Sets the class that renders the pager.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
      public void setPagerRendererClass(String pagerRendererClass) {

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java
 Mon Mar  7 13:47:14 2005
@@ -47,6 +47,7 @@
 import org.apache.beehive.netui.util.Bundle;
 
 /**
+ * @jsptagref.tagdescription Renders an HTML table containing a data set
  * @netui:tag name="dataGrid" description="Renders an HTML table containing a 
data set" body-content="scriptless"
  * @netui.tldx:tag whitespace="indent" 
renderer="workshop.netui.jspdesigner.tldx.GridRenderer"
  */
@@ -70,6 +71,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
     public void setDataGridConfig(DataGridConfig dataGridConfig) {
@@ -77,6 +81,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="true"
      */
     public void setName(String name) {
@@ -84,6 +91,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="true"
      * @netui.tldx:attribute language="netuiel"
      */
@@ -92,6 +102,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
     public void setStyleClassPrefix(String styleClassPrefix) {
@@ -99,6 +112,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
     public void setResourceBundlePath(String resourceBundlePath) {
@@ -106,6 +122,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
     public void setStyleClassPolicy(String stylePolicy) {
@@ -113,6 +132,9 @@
     }
 
     /**
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      * @netui:attribute required="false" rtexprvalue="true"
      */
     public void setRenderRowGroups(boolean renderRowGroups) {

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Footer.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Footer.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Footer.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Footer.java
 Mon Mar  7 13:47:14 2005
@@ -37,6 +37,7 @@
 import 
org.apache.beehive.netui.databinding.datagrid.runtime.rendering.table.TableRenderer;
 
 /**
+ * @jsptagref.tagdescription Renders a footer below the data grid.
  * @netui:tag name="footer" body-content="scriptless"
  * description="Renders a footer into a NetUI data grid"
  * @netui.tldx:tag whitespace="indent" renderer=""*

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Header.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Header.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Header.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Header.java
 Mon Mar  7 13:47:14 2005
@@ -37,6 +37,7 @@
 import 
org.apache.beehive.netui.databinding.datagrid.runtime.rendering.table.TableRenderer;
 
 /**
+ * @jsptagref.tagdescription Renders an HTML table head tag 
(<code>&lt;thead></code>).
  * @netui:tag name="header" description="Render an HTML table head tag" 
body-content="scriptless"
  * @netui.tldx:tag whitespace="indent"
  */

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/HeaderCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/HeaderCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/HeaderCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/HeaderCell.java
 Mon Mar  7 13:47:14 2005
@@ -41,6 +41,7 @@
 import org.apache.beehive.netui.databinding.datagrid.api.filter.FilterModel;
 
 /**
+ * @jsptagref.tagdescription Renders an HTML table head cell tag 
(<code>&lt;th></code>).
  * @netui:tag name="headerCell" description="Render an HTML table head cell 
tag" body-content="scriptless"
  * @netui.tldx:tag whitespace="indent"
  */

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageAnchorCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageAnchorCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageAnchorCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageAnchorCell.java
 Mon Mar  7 13:47:14 2005
@@ -32,6 +32,7 @@
 import org.apache.beehive.netui.util.ParamHelper;
 
 /**
+ * @jsptagref.tagdescription Renders a column containing an image anchor.
  * @netui:tag name="imageAnchorCell" description="Renders a column containing 
an image anchor" body-content="scriptless"
  * @netui.tldx:tag whitespace="indent"
  */
@@ -296,7 +297,7 @@
     /**
      * Sets <code>rel</code> attribute for the anchor.
      * @param rel - the window target.
-     * @jsptagref.attributedescription The rel.
+     * @jsptagref.attributedescription The rel attribute for the anchor.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_rel</i>
      * @netui:attribute required="false"  rtexprvalue="true"

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/ImageCell.java
 Mon Mar  7 13:47:14 2005
@@ -28,6 +28,7 @@
 import org.apache.beehive.netui.tags.html.HtmlConstants;
 
 /**
+ * @jsptagref.tagdescription Renders a column of images in a data grid.
  * @netui:tag name="imageCell" description="Renders a column of images in a 
NetUI data grid" body-content="scriptless"
  * @netui.tldx:tag 
renderer="workshop.netui.jspdesigner.tldx.ImageColumnRenderer" 
whitespace="indent"
  */

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/RenderPager.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/RenderPager.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/RenderPager.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/RenderPager.java
 Mon Mar  7 13:47:14 2005
@@ -24,6 +24,7 @@
 import org.apache.beehive.netui.tags.AbstractSimpleTag;
 
 /**
+ * @jsptagref.tagdescription Renders a pager in a specific spot inside of a 
data grid.
  * @netui:tag name="renderPager" body-content="empty"
  * description="Tag for rendering a pager in a specific spot inside of a data 
grid tag"
  * @netui.tldx:tag renderer="" whitespace="indent"

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Rows.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Rows.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Rows.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/Rows.java
 Mon Mar  7 13:47:14 2005
@@ -37,7 +37,8 @@
 import org.apache.beehive.netui.tags.rendering.AbstractHtmlState;
 
 /**
- * @netui:tag name="rows" description="Container tag for columsn that will 
render in the grid"
+ * @jsptagref.tagdescription Container tag for columns that will render in the 
data grid.
+ * @netui:tag name="rows" description="Container tag for columns that will 
render in the grid."
  * body-content="scriptless"
  * @netui.tldx:tag renderer="workshop.netui.jspdesigner.tldx.ColumnsRenderer"
  * whitespace="indent" requiredparent="dataGrid"

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/SpanCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/SpanCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/SpanCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/SpanCell.java
 Mon Mar  7 13:47:14 2005
@@ -29,6 +29,7 @@
 import org.apache.beehive.netui.tags.rendering.SpanTag;
 
 /**
+ * @jsptagref.tagdescription Renders a column of data in a data grid.
  * @netui:tag name="spanCell" description="Renders a column of data in a NetUI 
grid" body-content="scriptless"
  * @netui.tldx:tag whitespace="indent"
  */

Modified: 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/TemplateCell.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/TemplateCell.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/TemplateCell.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/TemplateCell.java
 Mon Mar  7 13:47:14 2005
@@ -25,6 +25,7 @@
 import org.apache.beehive.netui.tags.rendering.AbstractRenderAppender;
 
 /**
+ * @jsptagref.tagdescription Renders a column templated by the body of the JSP 
tag.
  * @netui:tag name="templateCell" description="Renders a column templated by 
the body of the JSP tag"
  * body-content="scriptless"
  * @netui.tldx:tag whitespace="indent"

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java
 Mon Mar  7 13:47:14 2005
@@ -36,9 +36,9 @@
 import javax.servlet.jsp.JspException;
 
 /**
- * A DivPanel creates an HTML <div> tag that may contain additional <div> 
tags.  There will only
+ * A DivPanel creates an HTML &lt;div> tag that may contain additional 
&lt;div> tags.  There will only
  * be a single div that is visible at a time.
- * @jsptagref.tagdescription Creates an HTML &lt;div> tag that may contain 
additional <div> tags.  Only a single section will be visible at a time.
+ * @jsptagref.tagdescription Creates an HTML &lt;div> tag that may contain 
additional &lt;div> tags.  Only a single section will be visible at a time.
  * @netui:tag name="divPanel"
  * description="A divPanel is an placeholder which may contain multiple 
sections.  Only a single section will be visible at a time."
  * @netui.tldx:tag whitespace="indent"
@@ -78,6 +78,9 @@
      * Sets an expression which indentifies the DivPanelState which will store 
the state of the
      * DivPanel between posts to the server.
      * @param dataSource - the tree attribute name
+     * @jsptagref.attributedescription An expression which identifies which 
DivPanelState object will store state between posts to the server.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>expression</i>
      * @netui:attribute description="Sets an expression which indentifies the 
DivPanelState storing the state of the
      * DivPanel between posts."
      * @netui.tldx:attribute language="netuiel"
@@ -90,6 +93,9 @@
     /**
      * Set the ID of the tag.
      * @param tagId - the tagId.
+     * @jsptagref.attributedescription Set the ID of the &lt;div> tag
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="true" rtexprvalue="true"
      * description="Set the ID of the tag."
      * @netui.tldx:attribute category="general"
@@ -100,8 +106,11 @@
     }
 
     /**
-     * Set the ID of the tag.
+     * Set the name of the first page to display.
      * @param firstPage - the name of the first page.
+     * @jsptagref.attributedescription Set the name of the first page to 
display.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute rtexprvalue="true"
      * description="Set the name of the first page to display."
      * @netui.tldx:attribute category="general"

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java
 Mon Mar  7 13:47:14 2005
@@ -9,6 +9,8 @@
 import javax.servlet.jsp.JspException;
 
 /**
+ * @jsptagref.tagdescription
+ * Generates a URL-encoded area to a specified URI.
  * @netui:tag name="area" description="Generates a URL-encoded area to a 
specified URI."
  * @netui.tldx:tag renderer="workshop.netui.jspdesigner.tldx.AreaRenderer" 
whitespace="indent"
  * @see Attribute

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java
 Mon Mar  7 13:47:14 2005
@@ -26,7 +26,8 @@
 import javax.servlet.jsp.tagext.SimpleTagSupport;
 
 /**
- * @netui:tag name="behavior" body-content="empty" description="Add an 
attribute to the parent tag which be rendered."
+ * @jsptagref.tagdescription Add an attribute to the parent tag rendered.
+ * @netui:tag name="behavior" body-content="empty" description="Add an 
attribute to the parent tag rendered."
  * @netui.tldx:tag renderer="workshop.netui.jspdesigner.tldx.AttributeRenderer"
  * bodycontentpref="empty" whitespace="indent"
  */
@@ -78,6 +79,9 @@
     /**
      * Sets the <code>facet</code> behavior.
      * @param facet - the value of the <code>facet</code> attribute.
+     * @jsptagref.attributedescription The name of the facet targetted by the 
behavior.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression_value</i>
      * @netui:attribute rtexprvalue="true"
      * description="The name of the facet targetted by the behavior."
      * @netui.tldx:attribute

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptBlock.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptBlock.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptBlock.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptBlock.java
 Mon Mar  7 13:47:14 2005
@@ -28,6 +28,9 @@
  * This class will output a script block into the generated HTML.  The primary 
reason
  * for this class is to add the ability to add JavaScript either before or 
after the
  * framework provided JavaScript.
+ * @jsptagref.tagdescription <p>Outputs a script block into the generated 
HTML.  The primary reason
+ * for this tag is to add JavaScript either before or after the
+ * framework provided JavaScript.</p>
  * @netui:tag name="scriptBlock" body-content="scriptless" description="Used 
to place JavaScript in relationship to the framework genrated JavaScript"
  * @netui.tldx:tag whitespace="indent"
  * renderer=""
@@ -47,7 +50,9 @@
     /**
      * Place the JavaScript inside in relationship to the frameword generated 
JavaScript.
      * @param placement - The placement of the JavaScript
-     * @jsptagref.attributedescription A ScriptBlock.Placement.
+     * @jsptagref.attributedescription String value 'after' or 'before'.  
Places the JavaScript
+     * before or after the JavaScript provided by the framework.
+     * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_output</i>
      * @netui:attribute rtexprvalue="true"
      * description="The String literal or expression used to output the 
content."

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
 Mon Mar  7 13:47:14 2005
@@ -46,6 +46,7 @@
  * container it provides) can result in cluttered code, especially where 
Javascript
  * appears in the file. To solve this issue, Beehive provides the
  * &lt;netui:scriptContainer> tag.
+ * 
  * @jsptagref.tagdescription Acts as a container that will bundle up 
JavaScript created by other &lt;netui...> tags,
  * and outputs it within a single &lt;script> tag. This is especially useful 
for
  * Portal web applications, because they often cannot rely on having

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeContent.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeContent.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeContent.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeContent.java
 Mon Mar  7 13:47:14 2005
@@ -24,6 +24,7 @@
 import java.io.IOException;
 
 /**
+ * @jsptagref.tagdescription Set the additional content that will be displayed 
on the right of the label of a tree.
  * @netui:tag name="treeContent" body-content="scriptless" description="Set 
the additional content that will be displayed on the right of the label of a 
tree."
  * @netui.tldx:tag requiredparent="treeItem"
  * renderer="workshop.netui.jspdesigner.tldx.TreeContentRenderer"

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttribute.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttribute.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttribute.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttribute.java
 Mon Mar  7 13:47:14 2005
@@ -22,6 +22,7 @@
 import javax.servlet.jsp.JspException;
 
 /**
+ * @jsptagref.tagdescription Set an attribute on the tree.
  * @netui:tag name="treeHtmlAttribute" body-content="empty" description="Set 
an attribute on the tree."
  * @netui.tldx:tag requiredparent="treeItem tree"
  * renderer="workshop.netui.jspdesigner.tldx.TreeHtmlAttributeRenderer"
@@ -45,6 +46,10 @@
      * Sets the name of the attribute.  This must be in the proper HTML 
Attribute form.  For example,
      * "onmouseclick" or "href".
      * @param attr - the name of the HTML attribute.
+     * @jsptagref.attributedescription Sets the name of the attribute.  This 
must be in the proper HTML Attribute form.  For example,
+     * "onmouseclick" or "href".
+     * @jsptagref.databindable false
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="true"
      * description="Sets the name of the attribute."
      * @netui.tldx:attribute
@@ -57,6 +62,9 @@
     /**
      * Sets HTML attribute value.
      * @param value - The value of the HTML Attribute.
+     * @jsptagref.attributedescription Sets the HTML attribute value.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="true"
      * description="Sets HTML attribute value."
      * @netui.tldx:attribute
@@ -68,6 +76,9 @@
 
     /**
      * @param onIcon
+     * @jsptagref.attributedescription Set the attribute value on the icon
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false"
      * description="Set the attribute value on the icon."
      * @netui.tldx:attribute
@@ -79,6 +90,9 @@
 
     /**
      * @param onSelectionLink
+     * @jsptagref.attributedescription Set the attribute value on the link 
around the icon.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false"
      * description="Set the attribute value on the link around the icon."
      * @netui.tldx:attribute
@@ -90,6 +104,9 @@
 
     /**
      * @param onDiv
+     * @jsptagref.attributedescription Set the attribute value on the item 
&lt;div>.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false"
      * description="Set the attribute value on the item div."
      * @netui.tldx:attribute
@@ -101,6 +118,9 @@
 
     /**
      * @param applyToDescendents
+     * @jsptagref.attributedescription Apply the attribute to descendents of 
this node.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>boolean</i>
      * @netui:attribute required="false"
      * description="Apply the attribute value to descendents of this node."
      * @netui.tldx:attribute

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeItem.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeItem.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeItem.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeItem.java
 Mon Mar  7 13:47:14 2005
@@ -34,7 +34,10 @@
 /**
  * Instantiates a TreeElement object that will get added to the parent tag 
(either a Tree or
  * another TreeItem).
- * @example In this first sample, a TreeItem contained by a parent TreeItem or 
Tree will display with
+ * @jsptagref.tagdescription Adds a tree node to the parent node 
+ * (either a [EMAIL PROTECTED] Tree} or another &lt;netui:treeItem>). 
+ * @example In this first sample, a TreeItem contained by a parent TreeItem or 
Tree will 
+ * display with
  * the label of "Login" and, when clicked, will navigate to the Login pageflow.
  * <pre>&lt;netui:treeItem label="Login" action="/netui/login/Login.jpf" 
/></pre>
  * <p>In this next sample, a TreeItem contained by a parent TreeItem or Tree 
will display with
@@ -84,6 +87,9 @@
     /**
      * Set the TreeItem's action.
      * @param action - the action.
+     * @jsptagref.attributedescription The action to invoke when this tree 
node is clicked.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Set the TreeItem's action."
      * @netui.tldx:attribute category="general" reftype="netui-action-url"
@@ -97,6 +103,9 @@
     /**
      * Sets an action to run on the client when the tree is selected.
      * @param action - the client action.
+     * @jsptagref.attributedescription Sets an action to run on the client 
when the tree node is selected.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Sets an action to run on the client when the tree is 
selected."
      * @netui.tldx:attribute category="general"
@@ -110,6 +119,9 @@
     /**
      * Set the ID of the tag.
      * @param tagId - the tagId.
+     * @jsptagref.attributedescription Sets of the id attribute of the tree 
node
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Set the ID of the tag."
      * @netui.tldx:attribute category="general"
@@ -123,6 +135,9 @@
     /**
      * Sets the TreeItem expansion state.
      * @param expanded - the expanded state.
+     * @jsptagref.attributedescription Sets the expanded/collapsed state of 
the tree node.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>boolean_or_booleanExpression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Sets the TreeItem expansion state."
      */
@@ -132,8 +147,11 @@
     }
 
     /**
-     * Sets the TreeItem expansion state.
-     * @param disabled - the expanded state.
+     * Disables the TreeItem.
+     * @param disabled - the enabled/disabled state.
+     * @jsptagref.attributedescription Boolean. Determines if the tree node is 
enabled or disabled.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>boolean_or_booleanExpression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Sets the TreeItem expansion state."
      */
@@ -146,6 +164,11 @@
      * Set the value of the expandOnServer attribute.  If the attribute is 
<code>true</code>
      * and <code>runAtClient</code> is also true, then an expansion on this 
node will cause that
      * to happen on the server.  When runAtClient is false, all expansions 
will happen on the server.
+     * @jsptagref.attributedescription If this attribute is <code>true</code>
+     * and <code>runAtClient</code> is also true, then an expansion on this 
node will cause that
+     * to happen on the server.  When runAtClient is false, all expansions 
will happen on the server.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>boolean_or_booleanExpression</i>
      * @param expandOnServer boolean value indicating if the node should be 
expanded on the server.
      * @netui:attribute required="false"  rtexprvalue="true"
      * description="If running on the client, cause the node to be expanded 
and contracted on the server."
@@ -158,6 +181,9 @@
     /**
      * Sets the TreeItem's href.
      * @param href - the href
+     * @jsptagref.attributedescription The href attribute of the node's link.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="sets the TreeItem's href."
      * @netui.tldx:attribute 
propertyclass="workshop.jspdesigner.properties.URIPropertyClass"
@@ -171,6 +197,9 @@
     /**
      * Sets the TreeItems title.
      * @param title
+     * @jsptagref.attributedescription The node's title
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Sets the TreeItems title."
      * @netui.tldx:attribute
@@ -186,6 +215,14 @@
      * scopes do not in general interact with each other.  This attribute is 
commonly used in conjunction with the
      * <code>target</code> attribute ([EMAIL PROTECTED] #setTarget}) to invoke 
a new page flow in a separate window.
      * @param scope a String that identifies the scope in which the target 
page flow will be made active.
+     * @jsptagref.attributedescription Set the target scope for this tree 
node's URI.  
+     * Any page flow that handles the URI will be made active within the given 
scope.  
+     * Scopes allow multiple page flows to be active within the same user 
session; page flows 
+     * in different scopes do not in general interact with each other.  This 
attribute is 
+     * commonly used in conjunction with the <code>target</code> attribute
+     * to invoke a new page flow in a separate window.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Set the target scope for this tree node's URI."
      * @netui.tldx:attribute
@@ -198,6 +235,9 @@
     /**
      * Sets the TreeItem icon URI.
      * @param icon - the icon URI
+     * @jsptagref.attributedescription The icon URI.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Sets the icon representing this tree item."
      * @netui.tldx:attribute 
propertyclass="workshop.jspdesigner.properties.URIPropertyClass"
@@ -214,6 +254,9 @@
      * it will set the text of the label.  A child <code>TreeLabel</code> will 
override the <code>label</code>
      * attribute.
      * @param label The text of the Label to be displayed for this TreeItem.
+     * @jsptagref.attributedescription
+     * @jsptagref.databindable
+     * @jsptagref.attributesyntaxvalue <i></i>
      */
     public void setItemLabel(String label)
     {
@@ -265,6 +308,9 @@
     /**
      * Sets the window target.
      * @param target - the window target.
+     * @jsptagref.attributedescription Sets the window target of the node's 
link.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false"  rtexprvalue="true"
      * description="Sets the window target."
      */

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeLabel.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeLabel.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeLabel.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeLabel.java
 Mon Mar  7 13:47:14 2005
@@ -24,6 +24,7 @@
 import java.io.IOException;
 
 /**
+ * @jsptagref.tagdescription Set the label for the parent tree node (a {link: 
TreeItem} tag).
  * @netui:tag name="treeLabel"  body-content="scriptless" description="Set the 
label for the parent TreeItem."
  * @netui.tldx:tag requiredparent="treeItem"
  * renderer="workshop.netui.jspdesigner.tldx.TreeLabelRenderer"

Modified: 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java?view=diff&r1=156449&r2=156450
==============================================================================
--- 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
 (original)
+++ 
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
 Mon Mar  7 13:47:14 2005
@@ -23,6 +23,8 @@
 import javax.servlet.jsp.JspException;
 
 /**
+ * 
+ * @jsptagref.tagdescription Overrides the tree properties.
  * @netui:tag name="treePropertyOverride" body-content="empty" 
description="Overrides the tree properties"
  * @netui.tldx:tag whitespace="indent"
  */
@@ -42,6 +44,10 @@
     /**
      * Sets the action used for expanding and contracting tree nodes.
      * @param action - the action
+     * @jsptagref.attributedescription Sets the action used for expanding and 
contracting tree nodes.
+     * @param action - the action
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the action used for expanding and contracting tree 
nodes."
      * @netui.tldx:attribute category="general" reftype="netui-action-url"
@@ -54,6 +60,9 @@
     /**
      * Sets the action used for expanding and contracting tree nodes.
      * @param action - the action
+     * @jsptagref.attributedescription Sets the action used for expanding and 
contracting tree nodes.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false"
      * description="Sets the action used for expanding and contracting tree 
nodes."
      * @netui.tldx:attribute category="general" reftype="netui-action-url"
@@ -67,6 +76,10 @@
      * Sets the image name for an open non-leaf node with no
      * line below it.  (Defaults to "handledownlast.gif").
      * @param lastNodeExpandedImage - the image name (including extension)
+     * @jsptagref.attributedescription Sets the image name for an open 
non-leaf node with no
+     * line below it.  (Defaults to "handledownlast.gif").
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for an open non-leaf node with no
      * line below it."
@@ -81,6 +94,10 @@
      * Sets the image name for an open non-leaf node with a
      * line below it.  (Defaults to "handledownmiddle.gif").
      * @param nodeExpandedImage - the image name (including extension)
+     * @jsptagref.attributedescription Sets the image name for an open 
non-leaf node with a
+     * line below it.  (Defaults to "handledownmiddle.gif"). 
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for an open non-leaf node with a
      * line below it."
@@ -95,6 +112,10 @@
      * Sets the image name for a closed non-leaf node with no
      * line below it.  (Defaults to "handlerightlast.gif").
      * @param lastNodeCollapsedImage - the image name (including extension)
+     * @jsptagref.attributedescription Sets the image name for a closed 
non-leaf node with no
+     * line below it.  (Defaults to "handlerightlast.gif").
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for a closed non-leaf node with no
      * line below it."
@@ -109,6 +130,10 @@
      * Sets the image name for a closed non-leaf node with a
      * line below it.  (Defaults to "handlerightmiddle.gif").
      * @param nodeCollapsedImage - the image name (including extension)
+     * @jsptagref.attributedescription  Sets the image name for a closed 
non-leaf node with a
+     * line below it.  (Defaults to "handlerightmiddle.gif").
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for a closed non-leaf node with a
      * line below it."
@@ -123,6 +148,10 @@
      * Sets the image name for a blank area of the tree.
      * (Defaults to "linelastnode.gif").
      * @param lastLineJoinImage - the image name (including extension)
+     * @jsptagref.attributedescription Sets the image name for a blank area of 
the tree.
+     * (Defaults to "linelastnode.gif").
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for a blank area of the tree."
      * @netui.tldx:attribute category="images" reftype="img-url"
@@ -136,6 +165,10 @@
      * Sets the default icon for TreeElements for a blank area of the tree.
      * (Defaults to "linelastnode.gif").
      * @param itemIcon - the image name of the itemIcon
+     * @jsptagref.attributedescription Sets the default icon for tree nodes 
+     * for a blank area of the tree. (Defaults to "linelastnode.gif").
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the default icon for TreeElements for a blank area of 
the tree."
      * @netui.tldx:attribute category="images" reftype="img-url"
@@ -149,6 +182,10 @@
      * Sets the image name for an area with a line through it.
      * (Defaults to "linemiddlenode.gif").
      * @param lineJoinImage - the image name (including extension)
+     * @jsptagref.attributedescription Sets the image name for an area with a 
line through it.
+     * (Defaults to "linemiddlenode.gif"). 
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for an area with a line through it."
      * @netui.tldx:attribute category="images" reftype="img-url"
@@ -162,6 +199,10 @@
      * Sets the image name for an area with a line through it.
      * (Defaults to "linevertical.gif").
      * @param verticalLineImage - the image name (including extension)
+     * @jsptagref.attributedescription Sets the image name for an area with a 
line through it.
+     * (Defaults to "linevertical.gif").
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string</i>
      * @netui:attribute required="false"
      * description="Sets the image name for an area with a line through it."
      * @netui.tldx:attribute category="images" reftype="img-url"
@@ -175,6 +216,10 @@
      * Sets the name of the directory containing the images for our icons,
      * relative to the page including this tag.
      * @param imageRoot - the directory name
+     * @jsptagref.attributedescription Sets the name of the directory 
containing the images for our icons,
+     * relative to the page including this tag.
+     * @jsptagref.databindable true
+     * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
      * description="Sets the name of the directory containing the images for 
our icons,
      * relative to the page including this tag."


Reply via email to