dijit.form.HorizontalRuleLabelsΒΆ
Contents
Status: | |
---|---|
Version: | |
Authors: |
The Label widget is used for specifying labels for the dijit.form.HorizontalRule. One way of specifying the labels is through a custom defined array of Strings. To get numeric labels,the minimum and maximum attributes need to be specified. The labels can also be specified directly as children of the <li> tag.
For examples of using this widget to specify lables refer dijit.form.HorizontalSlider and dijit.form.HorizontalRule .