17 parent::__construct(
$js);
18 $this->uiName=
"tooltip";
21 public function attach($identifier) {
22 parent::attach($identifier);
23 $this->js->attr($identifier,
"data-toggle", $this->uiName,
true);
32 return $this->
setParamCtrl(
"animation", $value,
"is_bool");
43 return $this->
setParam(
"delai", $value);
78 return $this->
setParam(
"selector", $value);
90 return $this->
setParam(
"template", $value);
100 return $this->
setParam(
"title", $value);
110 return $this->
setParam(
"trigger", $value);
120 return $this->
setParam(
"viewport", $value);
129 return $this->
addEvent(
"show.bs.".$this->uiName, $jsCode);
138 return $this->
addEvent(
"shown.bs.".$this->uiName, $jsCode);
147 return $this->
addEvent(
"hide.bs.".$this->uiName, $jsCode);
156 return $this->
addEvent(
"hidden.bs.".$this->uiName, $jsCode);
Default HTML values for Twitter Bootstrap HTML components.
setParamCtrl($key, $value, $typeCtrl)
addEvent($event, $jsCode)