Sha256: dc0191898055f809a68a83b613536b97d399f85f5727d50083d44c687ecb76ce
Contents?: true
Size: 833 Bytes
Versions: 8
Compression:
Stored size: 833 Bytes
Contents
define("dijit/form/VerticalRule", [ "dojo/_base/declare", // declare "./HorizontalRule" ], function(declare, HorizontalRule){ // module: // dijit/form/VerticalRule return declare("dijit.form.VerticalRule", HorizontalRule, { // summary: // Hash marks for the `dijit/form/VerticalSlider` templateString: '<div class="dijitRuleContainer dijitRuleContainerV"></div>', _positionPrefix: '<div class="dijitRuleMark dijitRuleMarkV" style="top:', /*===== // container: String // This is either "leftDecoration" or "rightDecoration", // to indicate whether this rule goes to the left or to the right of the slider. // Note that on RTL system, "leftDecoration" would actually go to the right, and vice-versa. container: "", =====*/ // Overrides HorizontalRule._isHorizontal _isHorizontal: false }); });
Version data entries
8 entries across 8 versions & 2 rubygems