Wiki source code of Application Within Minutes - Prototype Editor I2 Structure
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity output="false"}} | ||
| 2 | $xwiki.ssx.use('Improvements.ApplicationWithinMinutesEditorI2')## | ||
| 3 | $xwiki.jsx.use('Improvements.ApplicationWithinMinutesEditorI2')## | ||
| 4 | #includeForm('Improvements.ApplicationWithinMinutesEditorI2') ## | ||
| 5 | {{/velocity}} | ||
| 6 | |||
| 7 | {{velocity}} | ||
| 8 | {{html wiki="true"}} | ||
| 9 | <div id="editor"> | ||
| 10 | #appHeader('2') | ||
| 11 | <div class="editor-body expandedHelp collapsedNavigation"> | ||
| 12 | <div class="editor-content"> | ||
| 13 | <div class="hidden"> | ||
| 14 | <div class="addFields"> | ||
| 15 | Currently, you don't have any fields. Drag&Drop fields from the "Add fields" section and add them to your structure. | ||
| 16 | </div> | ||
| 17 | <ul class="preview xform"> | ||
| 18 | <li class="emptyStructure"> | ||
| 19 | <div title="Click to edit. Drag to reorder." class="fieldHeader"> | ||
| 20 | Add fields | ||
| 21 | </div> | ||
| 22 | </li> | ||
| 23 | </ul> | ||
| 24 | </div> | ||
| 25 | <ul class="preview xform"> | ||
| 26 | #fieldProperty('TextBox', 'collapsed') | ||
| 27 | #fieldProperty('CheckBox') | ||
| 28 | </ul> | ||
| 29 | #footerStructure('2') | ||
| 30 | </div> | ||
| 31 | <div class="editor-help"> | ||
| 32 | <a href="#" class="toolHelp" title="Expand help area"> </a> | ||
| 33 | <div class="examples"> | ||
| 34 | <p><strong>Add fields</strong> Drag&Drop any field from the pallete to define the structure:</p> | ||
| 35 | #appFields() | ||
| 36 | </div> | ||
| 37 | </div> | ||
| 38 | <div class="clearfloats"></div> | ||
| 39 | </div> | ||
| 40 | <div class="clearfloats"></div> | ||
| 41 | </div> | ||
| 42 | <div class="clearfloats"></div> | ||
| 43 | {{/html}} | ||
| 44 | {{/velocity}} |