dijit.form.VerticalRuleLabelsΒΆ
Contents
Status: | |
---|---|
Version: | |
Authors: |
The Label widget is used for specifying labels for the dijit.form.VerticalRule. 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.VerticalSlider and dijit.form.VerticalRule .