Beispiel #1
0
 protected function doInit()
 {
     parent::doInit();
     $bridgedTag = $this->jooseBridge->link($this->html);
     $this->html = $bridgedTag->html();
 }
Beispiel #2
0
 protected function doInit()
 {
     parent::doInit();
     $this->html->addClass('\\Psc\\ajax-button');
 }