mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -38,15 +38,15 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* Renders a tree node within a tree widget with AJAX support.<p/>
|
||||
*
|
||||
* Either of the following combinations should be used depending on if the tree
|
||||
* is to be constrcted dynamically or statically. <p/>
|
||||
* is to be constructed dynamically or statically. <p/>
|
||||
*
|
||||
* <b>Dynamically</b>
|
||||
* <b>Dynamically:</b>
|
||||
* <ul>
|
||||
* <li>id - id of this tree node</li>
|
||||
* <li>title - label to be displayed for this tree node</li>
|
||||
* </ul>
|
||||
*
|
||||
* <b>Statically</b>
|
||||
* <b>Statically:</b>
|
||||
* <ul>
|
||||
* <li>rootNode - the parent node of which this tree is derived from</li>
|
||||
* <li>nodeIdProperty - property to obtained this current tree node's id</li>
|
||||
@@ -61,7 +61,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* <pre>
|
||||
* <!-- START SNIPPET: example -->
|
||||
*
|
||||
* <-- statically -->
|
||||
* <-- statically -->
|
||||
* <s:tree id="..." label="...">
|
||||
* <s:treenode id="..." label="..." />
|
||||
* <s:treenode id="..." label="...">
|
||||
|
||||
Reference in New Issue
Block a user