Ticket #3685 (closed task: fixed)

Opened 17 months ago

Last modified 14 months ago

Slider: label widget that auto-generates numeric labels

Reported by: bill Owned by: doughays
Priority: normal Milestone: 1.0
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

Description

Something like

<div dojoType=numberLabels start=0 increment=10 stop=100 percent=true>

and calls I18N functions to format numbers correctly. Makes things a little easier for users, especially considering I18N issues.

Attachments

3685.patch (4.5 kB) - added by doughays 14 months ago.
3685.2.patch (6.2 kB) - added by doughays 14 months ago.

Change History

Changed 17 months ago by bill

  • owner changed from bill to doughays

Changed 14 months ago by doughays

Changed 14 months ago by doughays

Changed 14 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [10636]) Fixes #3685. Labels may be specified by 1 of the following methods: 1) by overriding the getLabels() function 2) via the labels array 3) as <li> children 4) numeric computation using minimum(default 0), maximum(default 1), count(default 3), numericMargin(default 0), constraints(default {pattern:"#%:})

Note: See TracTickets for help on using tickets.