Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / widget / gauge / _Indicator.html

History | View | Annotate | Download (272 Bytes)

1
<div class="dojoxGaugeIndicatorDiv">
2
        <label class="dojoxGaugeIndicatorLabel" for="${title}">${title}:</label>
3
        <input class="dojoxGaugeIndicatorInput" name="${title}" size="5" value="${value}" dojoAttachPoint="valueNode" dojoAttachEvent="onchange:_update"></input>
4
</div>