2150 |
mathias |
1 |
<table style="display: -moz-inline-stack;" class="dijit dijitReset dijitInlineTable" cellspacing="0" cellpadding="0"
|
|
|
2 |
id="widget_${id}" name="${name}"
|
|
|
3 |
dojoAttachEvent="onmouseenter:_onMouse,onmouseleave:_onMouse" waiRole="presentation"
|
|
|
4 |
><tr class="dijitReset"
|
|
|
5 |
><td class="dijitReset dijitInputField" width="100%"
|
|
|
6 |
><input dojoAttachPoint='textbox,focusNode' dojoAttachEvent='onfocus,onblur:_onMouse,onkeyup,onkeypress:_onKeyPress' autocomplete="off"
|
|
|
7 |
type='${type}' name='${name}'
|
|
|
8 |
/></td
|
|
|
9 |
><td class="dijitReset dijitValidationIconField" width="0%"
|
|
|
10 |
><div dojoAttachPoint='iconNode' class='dijitValidationIcon'></div><div class='dijitValidationIconText'>Χ</div
|
|
|
11 |
></td
|
|
|
12 |
></tr
|
|
|
13 |
></table>
|