コード例 #1
0
 public function run(JsUtils $js)
 {
     parent::run($js);
     $this->_bsComponent = $js->bootstrap()->generic("#" . $this->identifier);
     $this->addEventsOnRun($js);
     return $this->_bsComponent;
 }
コード例 #2
0
 public function run(JsUtils $js)
 {
     $this->_bsComponent = $js->semantic()->generic("#" . $this->identifier);
     parent::run($js);
     $this->addEventsOnRun($js);
     if (isset($this->_popup)) {
         $this->_popup->run($js);
     }
     return $this->_bsComponent;
 }