Ajax/semantic/html/collections/menus/HtmlAccordionMenu.php 1 location
|
@@ 37-38 (lines=2) @@
|
| 34 |
|
* @see BaseHtml::run() |
| 35 |
|
*/ |
| 36 |
|
public function run(JsUtils $js) { |
| 37 |
|
if(isset($this->_bsComponent)===false) |
| 38 |
|
$this->_bsComponent=$js->semantic()->accordion("#".$this->identifier,$this->params); |
| 39 |
|
$this->addEventsOnRun($js); |
| 40 |
|
return $this->_bsComponent; |
| 41 |
|
} |
Ajax/semantic/html/modules/HtmlAccordion.php 1 location
|
@@ 53-54 (lines=2) @@
|
| 50 |
|
* @see BaseHtml::run() |
| 51 |
|
*/ |
| 52 |
|
public function run(JsUtils $js) { |
| 53 |
|
if(isset($this->_bsComponent)===false) |
| 54 |
|
$this->_bsComponent=$js->semantic()->accordion("#".$this->identifier,$this->params); |
| 55 |
|
$this->addEventsOnRun($js); |
| 56 |
|
return $this->_bsComponent; |
| 57 |
|
} |