Hi everybody!
I've already searched the forum and tests but couldn't find the answer... how do I prgrammatically add rules and labels to a slider?
Here is the code fragment I've got so far:
Untitled Document
Hi everybody!
I've already searched the forum and tests but couldn't find the answer... how do I prgrammatically add rules and labels to a slider?
Here is the code fragment I've got so far:
Untitled Document
How create slider rules and labels programatically? No have examples in the documentation.
I tried this, but slider rules not work:
############################################
function openSlider(){
//Vertical Slider
var node = dojo.body().appendChild(document.createElement("div"));
node.id = 's1';
test = new dijit.form.VerticalSlider({
value:30000,
minimum:1000,
maximum:30000,
discreteValues:10,
intermediateChanges:"true",
//showTooltip: "true", //=> This works for slider 1.0?