14 | | * The root node of the displayed tree should be the current page. |
15 | | * Children nodes: |
16 | | * Non grouped frames (display the name, for example "Frame A") |
17 | | * Top-level groups |
18 | | * Groups are represented as a tree of frames and subgroups. |
19 | | * Children are arranged by their Z-order, starting from lowest/highest ??? |
| 14 | * Create a tree, according to the following requirements: |
| 15 | * The root node of the displayed tree should be the current page. |
| 16 | * Children nodes: |
| 17 | * Non grouped frames (display the name, for example "Frame A") |
| 18 | * Top-level groups |
| 19 | * Groups are represented as a tree of frames and subgroups. |
| 20 | * Children are arranged by their Z-order, starting from lowest/highest ??? |
| 21 | * For this revision it is not required the tree to allow editing. |