17 parent::__construct(
$js);
18 $this->uiName =
"button";
29 return $this->
setParamCtrl(
"disabled", $value,
"is_bool");
44 if (is_string($value)) {
45 if (JString::startsWith($value,
"{"));
46 $value =
"%" . $value .
"%";
48 return $this->
setParam(
"icons", $value);
73 return $this->
setParam(
"label", $value);
Base component for JQuery UI visuals components.
setParamCtrl($key, $value, $typeCtrl)