Ejemplo n.º 1
0
 protected function applyItemTemplate($label, $element)
 {
     if ($this->_outputMode != 'jsediting' && is_null($this->getAttribute('skin')) && $editableRegion != 'head' && $this->getAttribute('applyFormItemTemplate')) {
         return org_glizy_helpers_Html::applyItemTemplate($label, $element, $this->_hiddenItem, $this->_rightLabel);
     } else {
         return $label . $element;
     }
 }