diff options
Diffstat (limited to 'js/dojo-1.6/dojox/widget/gauge/_Indicator.html')
| -rw-r--r-- | js/dojo-1.6/dojox/widget/gauge/_Indicator.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/gauge/_Indicator.html b/js/dojo-1.6/dojox/widget/gauge/_Indicator.html new file mode 100644 index 0000000..2942996 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/gauge/_Indicator.html @@ -0,0 +1,4 @@ +<div class="dojoxGaugeIndicatorDiv"> + <label class="dojoxGaugeIndicatorLabel" for="${title}">${title}:</label> + <input class="dojoxGaugeIndicatorInput" name="${title}" size="5" value="${value}" dojoAttachPoint="valueNode" dojoAttachEvent="onchange:_update"></input> +</div>
\ No newline at end of file |
