source: Dev/trunk/client/qed/model/widgets/templates/ScaleConfigRowWidget.html @ 434

Last change on this file since 434 was 434, checked in by hendrikvanantwerpen, 12 years ago

Implemented Scale and ScaleConfig? widget.

File size: 1.1 KB
Line 
1<tr>
2  <th class="item">
3    <div name="text"
4         required="required"
5         data-dojo-type="dijit/form/ValidationTextBox"
6         data-dojo-props="placeholder: 'Item/Question text'"></div>
7  </th>
8  <th class="min">
9    <div name="minLabel"
10         required="required"
11         data-dojo-type="dijit/form/TextBox"
12         data-dojo-props="placeholder: 'Minimum label'"></div>
13  </th>
14  <td>
15    <div disabled="disabled"
16         data-dojo-type="dijit/form/RadioButton"></div>
17  </td>
18  <td>...</td>
19  <td>
20    <div disabled="disabled"
21         data-dojo-type="dijit/form/RadioButton"></div>
22  </td>
23  <th class="max">
24    <div name="maxLabel"
25         required="required"
26         data-dojo-type="dijit/form/TextBox"
27         data-dojo-props="placeholder: 'Maximum label'"></div>
28  </th>
29  <td class="na">
30    <div disabled="disabled"
31         data-dojo-attach-point="naRadioButton"
32         data-dojo-type="dijit/form/RadioButton"></div>
33  </td>
34  <th>
35    <button data-dojo-type="dijit/form/Button"
36            data-dojo-attach-event="onClick:onDestroy">X</button>
37  </th>
38</tr>
Note: See TracBrowser for help on using the repository browser.