2150 |
mathias |
1 |
<table class="dijit dijitReset dijitInlineTable dijitLeft" cellspacing="0" cellpadding="0"
|
|
|
2 |
id="widget_${id}" name="${name}" dojoAttachEvent="onmouseenter:_onMouse,onmouseleave:_onMouse" waiRole="presentation"
|
|
|
3 |
><tr class="dijitReset"
|
|
|
4 |
><td class='dijitReset dijitStretch dijitInputField' width="100%"
|
|
|
5 |
><input type="text" autocomplete="off" name="${name}"
|
|
|
6 |
dojoAttachEvent="onkeypress, onkeyup, onfocus, compositionend"
|
|
|
7 |
dojoAttachPoint="textbox,focusNode" waiRole="combobox"
|
|
|
8 |
/></td
|
|
|
9 |
><td class="dijitReset dijitValidationIconField" width="0%"
|
|
|
10 |
><div dojoAttachPoint='iconNode' class='dijitValidationIcon'></div
|
|
|
11 |
><div class='dijitValidationIconText'>Χ</div
|
|
|
12 |
></td
|
|
|
13 |
><td class='dijitReset dijitRight dijitButtonNode dijitDownArrowButton' width="0%"
|
|
|
14 |
dojoAttachPoint="downArrowNode"
|
|
|
15 |
dojoAttachEvent="onmousedown:_onArrowMouseDown,onmouseup:_onMouse,onmouseenter:_onMouse,onmouseleave:_onMouse"
|
|
|
16 |
><div class="dijitDownArrowButtonInner" waiRole="presentation"
|
|
|
17 |
><div class="dijitDownArrowButtonChar">▼</div
|
|
|
18 |
></div
|
|
|
19 |
></td
|
|
|
20 |
></tr
|
|
|
21 |
></table>
|