moodle/theme
sam marshall a97c937033 MDL-61028 core_form: Autocomplete field to support HTML selection
When using the AJAX autocomplete field, it allows JavaScript to add
custom HTML to selected options. For example, the user field from
the assign roles page includes an icon and other information by the
user's name.

Once you submit the form and the page reloads, there was no way to
provide this information back to the autocomplete field. HTML
<option> tag was used for the value names but it may only contain
text, not tags, so including it in the normal value did not work.

This change adds a new option for the autocomplete field that lets
you include HTML to override the default (text-only) value of the
label used to represent each option.
2018-04-20 16:42:54 +01:00
..
boost MDL-61028 core_form: Autocomplete field to support HTML selection 2018-04-20 16:42:54 +01:00
bootstrapbase MDL-61566 theme: Add Privacy providers for all core themes 2018-03-12 13:24:46 +08:00
clean MDL-61566 theme: Add Privacy providers for all core themes 2018-03-12 13:24:46 +08:00
more MDL-61566 theme: Add Privacy providers for all core themes 2018-03-12 13:24:46 +08:00
font.php MDL-40759 icons: Refactor icon system to be extensible. 2017-03-17 15:51:29 +08:00
image.php MDL-57965 performance: compress svg files with gzip 2017-03-24 09:55:56 +01:00
index.php
javascript.php
jquery.php MDL-57789 files: Reviewed lifetime value 2017-02-25 23:42:37 +01:00
styles.php MDL-60815 theme: fix loading editor styles 2018-01-16 03:39:09 +00:00
styles_debug.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
switchdevice.php
upgrade.txt MDL-60268 User tours: Improve placement of Reset tour on page link 2017-10-06 11:52:19 +01:00
yui_combo.php MDL-57789 files: Use immutable Cache-Control extension. 2017-02-25 23:42:35 +01:00
yui_image.php MDL-57789 files: Reviewed lifetime value 2017-02-25 23:42:37 +01:00