Пример #1
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component'] = array('linkTag' => 'Kwc_Basic_Link_Link_LinkTag_Component');
     $ret['ownModel'] = 'Kwc_Basic_Link_Link_Model';
     return $ret;
 }
Пример #2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Link to parent page');
     $ret['generators']['child']['component']['linkTag'] = 'Kwc_Basic_LinkTag_ParentPage_Component';
     $ret['ownModel'] = 'Kwc_Basic_LinkParent_Model';
     $ret['rootElementClass'] = 'kwfUp-webStandard';
     return $ret;
 }
Пример #3
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwf_Component_FieldModel';
     $ret['componentName'] = trlKwfStatic('Button');
     $ret['componentIcon'] = 'link_add';
     $ret['styles'] = array('default' => trlKwfStatic('Default'));
     return $ret;
 }
Пример #4
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['ownModel'] = 'Kwf_Component_FieldModel';
     $ret['componentName'] = trlKwfStatic('Button');
     $ret['componentIcon'] = 'link_add';
     $ret['rootElementClass'] = 'kwfUp-webStandard';
     $ret['styles'] = array('default' => trlKwfStatic('Default'));
     return $ret;
 }