User Tools

Site Tools

Helper Fields

Helper fields play an essential role, especially on back office pages. There's a plenitude of them.

Option Fields

How to Find All Option Fields

  • Look up admin-dev/themes/default/template/helpers/options/options.tpl and search for $field['type'].
  • Look up classes/helper/HelperOptions.php and search for $field['type'].
  • PS documentation. A bit dated, but still close. Before documenting this, please exercise sample code and look up helper.tpl and HelperOptions.php for the details.

How to Find Properties of Each Option Field

  • Look up admin-dev/themes/default/template/helpers/options/options.tpl and search for $field in sections selected by $field['type'].
  • Look up classes/helper/HelperOptions.php and search for $field.
  • Look up AdminController->processUpdateOptions() and search for $values and $options.
helper_fields.txt ยท Last modified: 2018/08/26 12:46 by Traumflug