Skip to content

Commit 1c98274

Browse files
committed
Update HtmlSlider.php
1 parent 9dfe3d1 commit 1c98274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ajax/semantic/html/modules/HtmlSlider.php

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ public function setTicked(){
3131
$this->addClass('ticked');
3232
}
3333

34+
public function setLabels($labels){
35+
$this->params['interpretLabel']=$labels;
36+
}
37+
3438
/**
3539
* $values is an associative array with keys (min,max,start,end,step,smooth)
3640
* @param array $values

0 commit comments

Comments
 (0)