Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/form/HorizontalRuleLabels.js

  • Provides:

    • dijit.form.HorizontalRuleLabels
  • Requires:

    • dijit.form.HorizontalRule in common
  • dijit.form.HorizontalRuleLabels

    • type
      Function
    • chains:
      • dijit.form.HorizontalRule: (prototype)
      • dijit.form.HorizontalRule: (call)
    • summary
      Labels for <code>dijit.form.HorizontalSlider</code>
  • dijit.form.HorizontalRuleLabels.templateString

    • type
      String
  • dijit.form.HorizontalRuleLabels.labelStyle

    • type
      String
    • summary
      CSS style to apply to individual text labels
  • dijit.form.HorizontalRuleLabels.labels

    • optional
    • type
      String[]
    • summary
      Array of text labels to render - evenly spaced from left-to-right or bottom-to-top.
      Alternately, minimum and maximum can be specified, to get numeric labels.
  • dijit.form.HorizontalRuleLabels.numericMargin

    • type
      Integer
    • summary
      Number of generated numeric labels that should be rendered as '' on the ends when labels[] are not specified
  • dijit.form.HorizontalRuleLabels.minimum

    • type
      Number
  • dijit.form.HorizontalRuleLabels.maximum

    • type
      Number
  • dijit.form.HorizontalRuleLabels.constraints

    • type
      Object
    • summary
      pattern, places, lang, et al (see dojo.number) for generated numeric labels when labels[] are not specified
  • dijit.form.HorizontalRuleLabels.constraints.pattern

    • type
      String
  • dijit.form.HorizontalRuleLabels._positionPrefix

    • type
      String
  • dijit.form.HorizontalRuleLabels._labelPrefix

    • type
      String
  • dijit.form.HorizontalRuleLabels._suffix

    • type
      String
  • dijit.form.HorizontalRuleLabels._calcPosition

    • parameters:
      • pos
    • summary
      Returns the value to be used in HTML for the label as part of the left: attribute
    • tags: extension
    • type
      Function
  • dijit.form.HorizontalRuleLabels._genHTML

    • parameters:
      • pos
      • ndx
    • type
      Function
  • dijit.form.HorizontalRuleLabels.getLabels

    • summary
      Overridable function to return array of labels to use for this slider.
      Can specify a getLabels() method instead of a labels[] array, or min/max attributes.
    • tags: extension
    • type
      Function
  • dijit.form.HorizontalRuleLabels.srcNodeRef.innerHTML

    • type
      String
  • dijit.form.HorizontalRuleLabels.postMixInProperties

    • type
      Function
  • dijit.form.HorizontalRuleLabels.count

  • dijit.form

    • type
      Object
  • dijit

    • type
      Object