dijit.form.HorizontalRuleLabels¶
Contents
Authors: |
---|
The HorizontalRuleLabels 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 labels refer dijit.form.HorizontalSlider and dijit.form.HorizontalRule .