1318 |
alexandre_ |
1 |
<span _="weird end tag formatting is to prevent whitespace from becoming "
|
|
|
2 |
style='float:${this.htmlfloat};'
|
|
|
3 |
><table cellpadding=0 cellspacing=0 class="dojoSpinner">
|
|
|
4 |
<tr>
|
|
|
5 |
<td
|
|
|
6 |
><input
|
|
|
7 |
dojoAttachPoint='textbox' type='${this.type}'
|
|
|
8 |
dojoAttachEvent='onblur;onfocus;onkey:_handleKeyEvents;onKeyUp:_onSpinnerKeyUp;onresize:_resize'
|
|
|
9 |
id='${this.widgetId}' name='${this.name}' size='${this.size}' maxlength='${this.maxlength}'
|
|
|
10 |
value='${this.value}' class='${this.className}' autocomplete="off"
|
|
|
11 |
></td>
|
|
|
12 |
<td
|
|
|
13 |
><img dojoAttachPoint="upArrowNode"
|
|
|
14 |
dojoAttachEvent="onDblClick: _upArrowDoubleClicked; onMouseDown: _upArrowPressed; onMouseUp: _arrowReleased; onMouseOut: _arrowReleased; onMouseMove: _discardEvent;"
|
|
|
15 |
src="${this.incrementSrc}" style="width: ${this.buttonSize.width}px; height: ${this.buttonSize.height}px;"
|
|
|
16 |
><img dojoAttachPoint="downArrowNode"
|
|
|
17 |
dojoAttachEvent="onDblClick: _downArrowDoubleClicked; onMouseDown: _downArrowPressed; onMouseUp: _arrowReleased; onMouseOut: _arrowReleased; onMouseMove: _discardEvent;"
|
|
|
18 |
src="${this.decrementSrc}" style="width: ${this.buttonSize.width}px; height: ${this.buttonSize.height}px;"
|
|
|
19 |
></td>
|
|
|
20 |
</tr>
|
|
|
21 |
</table
|
|
|
22 |
><span dojoAttachPoint='invalidSpan' class='${this.invalidClass}'>${this.messages.invalidMessage}</span
|
|
|
23 |
><span dojoAttachPoint='missingSpan' class='${this.missingClass}'>${this.messages.missingMessage}</span
|
|
|
24 |
><span dojoAttachPoint='rangeSpan' class='${this.rangeClass}'>${this.messages.rangeMessage}</span
|
|
|
25 |
></span>
|