Exemplo n.º 1
0
 public function render_html_onEnd($value = '')
 {
     if ($this->getAttribute('mode') != 'container') {
         parent::render_html_onEnd();
         if ($this->allowBlocks) {
             $this->addOutputCode('<div class="js-glizycmsBlocksEdit" data-menuid="' . $this->menuId . '" data-ajaxurl="' . $this->getAjaxUrl() . '"></div>');
         }
     }
 }
Exemplo n.º 2
0
 public function render_html_onEnd($value = '')
 {
     if ($this->getAttribute('mode') != 'container') {
         parent::render_html_onEnd();
     }
 }