Line | |
---|
1 | <div class="${baseClass}"> |
---|
2 | <table> |
---|
3 | <thead> |
---|
4 | <tr> |
---|
5 | <th class="item"></th> |
---|
6 | <th data-dojo-attach-point="minLabelNode" |
---|
7 | class="min"> |
---|
8 | <div name="minLabel" |
---|
9 | data-dojo-type="dijit/form/TextBox" |
---|
10 | data-dojo-props="placeholder: 'Minimum label'"></div> |
---|
11 | </th> |
---|
12 | <th data-dojo-attach-point="minNode"> |
---|
13 | <div name="min" |
---|
14 | data-dojo-type="dijit/form/NumberTextBox" |
---|
15 | data-dojo-props="required: true, placeholder: 'Minimum value'"></div> |
---|
16 | </th> |
---|
17 | <th>...</th> |
---|
18 | <th data-dojo-attach-point="maxNode"> |
---|
19 | <div name="max" |
---|
20 | data-dojo-type="dijit/form/NumberTextBox" |
---|
21 | data-dojo-props="required: true, placeholder: 'Maximum value'"></div> |
---|
22 | </th> |
---|
23 | <th data-dojo-attach-point="maxLabelNode" class="max"> |
---|
24 | <div name="maxLabel" |
---|
25 | data-dojo-type="dijit/form/TextBox" |
---|
26 | data-dojo-props="placeholder: 'Maximum label'"></div> |
---|
27 | </th> |
---|
28 | <th class="na"> |
---|
29 | <div name="naLabel" |
---|
30 | data-dojo-attach-point="naTextBox" |
---|
31 | data-dojo-attach-event="onChange: onNAChange" |
---|
32 | data-dojo-type="dijit/form/TextBox" |
---|
33 | data-dojo-props="placeholder: 'N/A label', intermediateChanges: true"></div> |
---|
34 | </th> |
---|
35 | </tr> |
---|
36 | </thead> |
---|
37 | <tbody data-dojo-attach-point="itemsNode"> |
---|
38 | </tbody> |
---|
39 | <tbody> |
---|
40 | <tr> |
---|
41 | <td class="item"> |
---|
42 | <button data-dojo-type="dijit/form/Button" |
---|
43 | data-dojo-attach-event="onClick:onAddItem">Click to add item</button> |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | </tbody> |
---|
47 | </table> |
---|
48 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.