16 parent::__construct(
$js);
17 $this->uiName=
"dropdown";
20 public function attach($identifier) {
21 parent::attach($identifier);
30 return $this->
addEvent(
"show.bs.dropdown", $jsCode);
39 return $this->
addEvent(
"shown.bs.dropdown", $jsCode);
48 return $this->
addEvent(
"hide.bs.dropdown", $jsCode);
57 return $this->
addEvent(
"hidden.bs.dropdown", $jsCode);
Composant Twitter Bootstrap Dropdown.
onShow($jsCode)
This event fires immediately when the show instance method is called.
onHide($jsCode)
This event is fired immediately when the hide method has been called.
onHidden($jsCode)
This event is fired when a dropdown element has been hidden from the user (will wait for CSS transiti...
onShown($jsCode)
This event is fired when a dropdown element has been made visible to the user (will wait for CSS tran...
addEvent($event, $jsCode)