Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('mandatory', 'filterable', 'searchable'));
 }
Exemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('countries', 'filterable', 'searchable', 'mandatory', 'includeBlankOption'));
 }
Exemplo n.º 3
0
 /**
  * {@inheritDoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('alias_fields', 'isunique', 'force_alias', 'mandatory', 'alwaysSave', 'filterable', 'searchable', 'sortable'));
 }
Exemplo n.º 4
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('no_external_link', 'mandatory', 'trim_title'));
 }
Exemplo n.º 5
0
 /**
  * {@inheritDoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('allowHtml', 'cols', 'decodeEntities', 'mandatory', 'preserveTags', 'rte', 'rows'));
 }
Exemplo n.º 6
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('file_multiple', 'file_customFiletree', 'file_uploadFolder', 'file_validFileTypes', 'file_filesOnly', 'filterable', 'searchable', 'mandatory'));
 }
Exemplo n.º 7
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('check_publish', 'check_listview', 'check_listviewicon', 'check_listviewicondisabled', 'filterable', 'submitOnChange'));
 }
Exemplo n.º 8
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('isunique', 'searchable', 'filterable', 'mandatory', 'allowHtml', 'preserveTags', 'decodeEntities', 'trailingSlash', 'spaceToUnderscore', 'rgxp'));
 }
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('combinedvalues_fields', 'combinedvalues_format', 'force_combinedvalues', 'isunique', 'mandatory', 'filterable', 'searchable', 'sortable'));
 }
Exemplo n.º 10
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('mandatory'));
 }