_Indicator.html 272 B

1234
  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>