Home > Adding Application Components > Creating Trees
Previous |
Next |
Application Builder includes a built-in wizard for generating a tree. Trees utilize jsTree, a JavaScript-based, cross browser tree component that features theme support, optional keyboard navigation, and optional state saving. You can create a Tree from a query that specifies a hierarchical relationship by identifying an ID and parent ID column in a table or view.The tree query utilizes a START WITH .. CONNECT BY
clause to generate the hierarchical query.
Topics: