public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Flash.Code');
     $ret['ownModel'] = 'Kwf_Component_FieldModel';
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_Form';
     $ret['throwHasContentChangedOnRowColumnsUpdate'] = 'code';
     return $ret;
 }
 protected function _getFlashVars()
 {
     $ret = parent::_getFlashVars();
     $ret['allowfullscreen'] = true;
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['uploadModelRule'] = 'FileMedia';
     return $ret;
 }