Base Tree Tests
Test | Description | Action | JSP | Tree |
RichTreeDynamicBaseTree |
Simplest Tree Defined Dynamically | goBaseTree | baseTree.jsp |
tree1 |
RichTreeStaticBaseTree |
Simplest Tree Defined Statically | goStaticBaseTree | baseTreeTwo.jsp |
tree2 |
RichTreeSelectionStyle |
Simplest Tree with selection styles | goSelectStyles | selectStyles.jsp |
tree3 |
RichTreeTreeStyle |
Simplest Tree the tree style set | goTreeStyle | treeStyle.jsp |
tree4 |
RichTreeTreeHtml |
Tree Items specify their own label through HTML content | goTreeHtml | treeHtml.jsp |
tree10 |
RichTreeTreeHtmlTwo |
Tree Items specify their own label through HTML content | goTreeHtmlTwo | treeHtmlTwo.jsp |
tree11 |
RichTreeContent |
Demonstrate the use of tree content. | goContent | content.jsp |
tree12 |
RichTreeDisabled |
Disabled Nodes within the tree | goDisabled | disabled.jsp |
tree16 |
RichTreeOverride |
Override tree attributes | goOverride | override.jsp |
Tree17 |
RichTreeOverrideTwo |
Override the whole tree actions from the root | goOverrideTwo | overrideTwo.jsp |
tree18 |
RichTreeHref |
Verify that HRefs and target work | goHref | href.jsp |
tree19 |
RichTreeSelectAction |
Verify that selection action target works | goSelectAction | selectAction.jsp |
tree37 |
RichTreeEncodeContent |
Verify escape for HTML works on labels and content | *goEncodeContent* | encodeContent.js |
tree20 |
RichTreeNoRoot |
Verify expand on client on a rootless tree | goNoRoot | noRoot.jsp |
tree21 |
Client Side Tests
Test | Description | Action | JSP | Tree |
RichTreeRunAtClient |
Simplest Tree with runAtClient Support. | goBaseClient | baseClient.jsp |
tree8 |
RichTreeClientContent |
Client expansion with content and labels | goClientContent | clientContent.jsp |
tree13 |
RichTreeContentAnchor |
Using an Anchor inside of the Content with runAtClient | goContentAnchor | contentAnchor |
tree14 |
RichTreeClientContentAnchor |
Using an Anchor inside of the Content | goClientContentAnchor | clientContentAnchor.jsp |
tree15 |
RichTreeClientContentForm |
Using an Form inside of the Content | goClientContentForm | clientContentForm.jsp |
tree22 |
RichTreeSC |
Running a runAtClient tree in a script container | goTreeSC | treeSC.jsp |
tree24 |
RichTreeSC2 |
Running a runAtClient tree in a script container | goTreeSC2 | treeSC2.jsp |
tree28 tree29 |
RichTreeSC3 |
Running a runAtClient tree in a script container | goTreeSC3 | treeSC3.jsp |
tree30 tree31 |
RichTreeSC4 |
Verification of tagId's on a tree | goTreeSC4 | treeSC4.jsp |
tree34 tree35 |
RichTreeRunAtClient2 |
Multiple tree controls doing runAtClient | goRunAtClient2 | runAtClient2.jsp |
tree25 tree26 |
RichTreeExpandOnServer |
Base test of expand on server. | goExpandOnServer | expandOnServer.jsp |
tree27 |
RichTreeDynamicClient |
Dynamically created runAtClient | goDynamicClient | dynamicClient.jsp |
tree36 |