wiki.techinc.nl/includes/htmlform
Brad Jorsch f88fcb7461 HTMLForm: Allow i18n of 'options'
One shortcoming in HTMLForm is that fields that use the 'options'
parameter (e.g. <select>) have no easy way for the individual labels to
be localized.

This change adds a new parameter type, 'options-messages', where the
keys are message keys rather than bare strings (similar to the
difference between 'label' and 'label-message'). It also abstracts out
the fetching of the various option parameters, and changes the necessary
field classes to use it.

Change-Id: If4175332405d26c7ff2e8fbe100bcad61762ce6f
2014-02-19 23:26:23 +00:00
..
HTMLApiField.php
HTMLButtonField.php Add support for "tabindex" in HTMLFormField subclasses 2014-01-25 04:31:01 +00:00
HTMLCheckField.php Add support for "tabindex" in HTMLFormField subclasses 2014-01-25 04:31:01 +00:00
HTMLCheckMatrix.php Add support for "tabindex" in HTMLFormField subclasses 2014-01-25 04:31:01 +00:00
HTMLEditTools.php
HTMLFloatField.php
HTMLForm.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLFormField.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLFormFieldRequiredOptionsException.php
HTMLHiddenField.php
HTMLInfoField.php
HTMLIntField.php
HTMLMultiSelectField.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLNestedFilterable.php
HTMLRadioField.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLSelectAndOtherField.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLSelectField.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLSelectOrOtherField.php HTMLForm: Allow i18n of 'options' 2014-02-19 23:26:23 +00:00
HTMLSubmitField.php
HTMLTextAreaField.php Add support for "tabindex" in HTMLFormField subclasses 2014-01-25 04:31:01 +00:00
HTMLTextField.php Add support for "tabindex" in HTMLFormField subclasses 2014-01-25 04:31:01 +00:00