示例#1
0
 protected function _initFields()
 {
     parent::_initFields();
     $this->setIdentifier('kwc-basic-imageenlarge-form');
     $linkTag = $this->getByName('linkTag');
     if ($linkTag) {
         $childs = $linkTag->getChildren();
         $childs = $childs[0]->getChildren();
         if ($childs[0] instanceof Kwf_Form_Container_Cards) {
             $linkTag->setTitle(trlKwf('Click on Preview Image') . ':');
         } else {
             $linkTag->setTitle(trlKwf('Image Enlarge') . ':');
         }
     }
 }
示例#2
0
 protected function _initFields()
 {
     parent::_initFields();
 }