1 define("dijit/form/VerticalRule", [
2 "dojo/_base/declare", // declare
4 ], function(declare, HorizontalRule){
7 var HorizontalRule = dijit.form.HorizontalRule;
11 // dijit/form/VerticalRule
13 // Hash marks for the `dijit.form.VerticalSlider`
15 return declare("dijit.form.VerticalRule", HorizontalRule, {
17 // Hash marks for the `dijit.form.VerticalSlider`
19 templateString: '<div class="dijitRuleContainer dijitRuleContainerV"></div>',
20 _positionPrefix: '<div class="dijitRuleMark dijitRuleMarkV" style="top:',
24 // This is either "leftDecoration" or "rightDecoration",
25 // to indicate whether this rule goes to the left or to the right of the slider.
26 // Note that on RTL system, "leftDecoration" would actually go to the right, and vice-versa.
30 // Overrides HorizontalRule._isHorizontal