public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Form.Multi Checkbox');
     $ret['ownModel'] = 'Kwc_Form_Field_MultiCheckbox_Model';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Form.Select');
     $ret['ownModel'] = 'Kwc_Form_Field_Select_Model';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Form.Textfield');
     $ret['componentIcon'] = 'textfield';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['paragraphs'] = array('class' => 'Kwf_Component_Generator_Static', 'component' => 'Kwc_Form_Dynamic_Paragraphs_Component');
     $ret['editComponents'] = array('paragraphs');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Form.File Upload');
     $ret['componentIcon'] = 'textfield';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Form.Checkbox');
     $ret['componentIcon'] = 'textfield';
     //TODO besseres icon
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Form.Datefield');
     $ret['componentIcon'] = 'date';
     $ret['assetsAdmin']['dep'][] = 'KwfFormDateTimeField';
     return $ret;
 }