You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/06/19 17:16:38 UTC

svn commit: r415352 - in /myfaces/tomahawk/trunk/core/src/site: apt/tree2.apt xdoc/tree2.xml

Author: schof
Date: Mon Jun 19 08:16:38 2006
New Revision: 415352

URL: http://svn.apache.org/viewvc?rev=415352&view=rev
Log:
migrated tree2 documentation to apt format with some minor changes

Added:
    myfaces/tomahawk/trunk/core/src/site/apt/tree2.apt
Removed:
    myfaces/tomahawk/trunk/core/src/site/xdoc/tree2.xml

Added: myfaces/tomahawk/trunk/core/src/site/apt/tree2.apt
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/apt/tree2.apt?rev=415352&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/apt/tree2.apt (added)
+++ myfaces/tomahawk/trunk/core/src/site/apt/tree2.apt Mon Jun 19 08:16:38 2006
@@ -0,0 +1,43 @@
+ ------
+ Apache MyFaces - Tomahawk - Tree2
+ ------
+
+Description
+
+  A component that provides an HTML-based tree from data supplied by a backing
+  bean.  The tree is highly customizable and allows for fine-grained control
+  over the appearance of each of the nodes depending on their type.  Almost any
+  type of JSF component (text, image, checkbox, etc.) can be rendered inside the
+  nodes and there is an option for client-side or server-side toggling of the
+  expand/collapse state.
+
+Screen Shot
+            
+[images/tree2.jpeg] Tree2
+
+API
+
+*----------------+-------------------------------------------------+
+|component-family|org.apache.myfaces.HtmlTree                      |
+*----------------+-------------------------------------------------+
+|renderer-type   |org.apache.myfaces.Tree                          |
+*----------------+-------------------------------------------------+
+|component-class |org.apache.myfaces.custom.tree2.HtmlTree         |
+*----------------+-------------------------------------------------+
+|renderer-class  |org.apache.myfaces.custom.tree2.HtmlTreeRenderer |
+*----------------+-------------------------------------------------+
+|tag-class       |org.apache.myfaces.custom.tree2.TreeTag          |
+*----------------+-------------------------------------------------+
+
+Usage
+
+	See {{{http://people.apache.org/builds/myfaces/nightly/} Tomahawk Examples}}.
+
+Syntax
+
+  See {{{tagreference.html#tree2}Tag Reference}}.
+
+
+Additional Information
+
+  See the MyFaces {{{http://wiki.apache.org/myfaces/Tree2} Wiki}}.
\ No newline at end of file