Wiki source code of Nested: Create Tree Displayer
Last modified by Vincent Massol on 2024/11/19 16:14
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | **Decisions to make**: | ||
| 2 | B.1 Decide how to display the tree | ||
| 3 | B.2 See if the tree can display the new page's location or just it's parent | ||
| 4 | B.3 Decide on the term for ##parent## (location, parent, etc.) (problematic since has legacy meaning) | ||
| 5 | |||
| 6 | (% class="row" %) | ||
| 7 | ((( | ||
| 8 | (% class="col-xs-12" %) | ||
| 9 | ((( | ||
| 10 | == Current Snapshot == | ||
| 11 | ))) | ||
| 12 | (% class="col-xs-6" %) | ||
| 13 | ((( | ||
| 14 | [[{{image reference="before.png" width="100%"/}}>>attach:before.png]] | ||
| 15 | ))) | ||
| 16 | (% class="col-xs-6" %) | ||
| 17 | ((( | ||
| 18 | **Purpose**: Allow the selection of location using a Tree displayer | ||
| 19 | ))) | ||
| 20 | ))) | ||
| 21 | |||
| 22 | (% class="row" %) | ||
| 23 | ((( | ||
| 24 | (% class="col-xs-12" %) | ||
| 25 | ((( | ||
| 26 | == Proposals == | ||
| 27 | |||
| 28 | {{toc start='3'/}} | ||
| 29 | ))) | ||
| 30 | ))) | ||
| 31 | |||
| 32 | (% class="row" %) | ||
| 33 | ((( | ||
| 34 | (% class="col-xs-12" %) | ||
| 35 | ((( | ||
| 36 | === Tree 1: Modal === | ||
| 37 | (based on [[TIL>>Proposal.NestedCreate||anchor='TIL']]) | ||
| 38 | ))) | ||
| 39 | (% class="col-xs-6" %) | ||
| 40 | ((( | ||
| 41 | [[{{image reference="TreeModal1.png" width="100%"/}}>>attach:TreeModal1.png]] | ||
| 42 | ))) | ||
| 43 | (% class="col-xs-6" %) | ||
| 44 | ((( | ||
| 45 | [[{{image reference="TreeModal2.png" width="100%"/}}>>attach:TreeModal2.png]] | ||
| 46 | ))) | ||
| 47 | ))) | ||
| 48 | |||
| 49 | (% class="row" %) | ||
| 50 | ((( | ||
| 51 | (% class="col-xs-12" %) | ||
| 52 | ((( | ||
| 53 | === Tree 2: Inline === | ||
| 54 | |||
| 55 | ==== 2.A - based on [[TIL>>Proposal.NestedCreate||anchor='TIL']] ==== | ||
| 56 | ))) | ||
| 57 | (% class="col-xs-6" %) | ||
| 58 | ((( | ||
| 59 | [[{{image reference="TreeInlineA.png" width="100%"/}}>>attach:TreeInlineA.png]] | ||
| 60 | ))) | ||
| 61 | (% class="col-xs-6" %) | ||
| 62 | ((( | ||
| 63 | ))) | ||
| 64 | (% class="col-xs-12" %) | ||
| 65 | ((( | ||
| 66 | ==== 2.B - based on [[TL>>Proposal.NestedCreate||anchor='TL']] ==== | ||
| 67 | ))) | ||
| 68 | (% class="col-xs-6" %) | ||
| 69 | ((( | ||
| 70 | [[{{image reference="TreeInlineB1.png" width="100%"/}}>>attach:TreeInlineB1.png]] | ||
| 71 | ))) | ||
| 72 | (% class="col-xs-6" %) | ||
| 73 | ((( | ||
| 74 | [[{{image reference="TreeInlineB2.png" width="100%"/}}>>attach:TreeInlineB2.png]] | ||
| 75 | ))) | ||
| 76 | ))) | ||
| 77 | |||
| 78 | (% class="row" %) | ||
| 79 | ((( | ||
| 80 | (% class="col-xs-12" %) | ||
| 81 | ((( | ||
| 82 | === Tree 3: Overlay === | ||
| 83 | (based on [[TL>>Proposal.NestedCreate||anchor='TL']]) | ||
| 84 | ))) | ||
| 85 | (% class="col-xs-6" %) | ||
| 86 | ((( | ||
| 87 | [[{{image reference="TreeOverlay1.png" width="100%"/}}>>attach:TreeOverlay1.png]] | ||
| 88 | ))) | ||
| 89 | (% class="col-xs-6" %) | ||
| 90 | ((( | ||
| 91 | [[{{image reference="TreeOverlay2.png" width="100%"/}}>>attach:TreeOverlay2.png]] | ||
| 92 | ))) | ||
| 93 | ))) |