We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfe3d1 commit 1c98274Copy full SHA for 1c98274
1 file changed
Ajax/semantic/html/modules/HtmlSlider.php
@@ -31,6 +31,10 @@ public function setTicked(){
31
$this->addClass('ticked');
32
}
33
34
+ public function setLabels($labels){
35
+ $this->params['interpretLabel']=$labels;
36
+ }
37
+
38
/**
39
* $values is an associative array with keys (min,max,start,end,step,smooth)
40
* @param array $values
0 commit comments