20 parent::__construct(
$identifier,
'div',
'ui slider');
35 $this->_params[
'interpretLabel']=$labels;
45 if(\is_array($values)){
46 $this->_params=\array_merge($this->_params,$values);
56 if(\is_array($values)){
57 $this->_params=\array_merge($this->_params,$values);
81 if(isset($this->_bsComponent)===
false){
82 $this->_bsComponent=$js->
semantic()->slider(
'#'.$this->identifier,$this->_params,$this->_paramParts);
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
addEventsOnRun(JsUtils $js=NULL)
propertyContains($propertyName, $value)
Base class for Semantic double elements.
Ajax\semantic\html\modules$HtmlSlider This class is part of phpMv-ui.
asRange($values=NULL)
$values is an associative array with keys (min,max,start,end,step,smooth)
run(JsUtils $js)
{{SimpleExtComponent\Ajax\common\html\BaseHtmlrun()\Ajax\common\html\BaseHtmlrun()}HtmlDoubleElement:...
setValues($values=NULL)
$values is an associative array with keys (min,max,start,step,smooth)
__construct($identifier, $content='')