moodle/theme/boost
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
..
amd MDL-57557 theme_boost: tweak js popover settings 2017-03-10 18:04:47 +00:00
classes MDL-61566 theme: Add Privacy providers for all core themes 2018-03-12 13:24:46 +08:00
cli MDL-57313 boost: Fix the CLI utility import-bootswatch.php 2017-05-26 09:52:18 +02:00
lang/en MDL-61566 theme: Add Privacy providers for all core themes 2018-03-12 13:24:46 +08:00
layout MDL-56614 behat: new steps for navigation without blocks 2016-12-06 11:49:11 +08:00
pix NOBUG: Fixed SVG browser compatibility 2017-05-05 17:40:00 +02:00
scss MDL-61394 theme_boost: Misc scss fixes 2018-02-19 14:39:19 +08:00
templates MDL-61028 core_form: Autocomplete field to support HTML selection 2018-04-20 16:42:54 +01:00
tests MDL-61394 core_scss: Add unit tests for SassC compilation 2018-02-19 14:46:00 +08:00
config.php MDL-59148 theme: Use fallback if compiled version unavailable 2017-06-28 18:24:50 +02:00
lib.php MDL-60309 theme_boost: Add background image filepicker to Boost 2017-10-06 21:48:22 +02:00
readme_moodle.txt MDL-56763 theme_boost: ignore boostrap popover rtl scss 2016-11-17 14:19:49 +08:00
settings.php MDL-60309 theme_boost: Add background image filepicker to Boost 2017-10-06 21:48:22 +02:00
thirdpartylibs.xml MDL-40759 themes: font awesome support 2017-03-17 15:51:28 +08:00
upgrade.txt MDL-59448 boost: Make info colour accessible and match default primary 2017-08-08 08:37:46 +08:00
version.php MDL-60764 versions: bump all versions and requires near release 2017-11-10 02:52:53 +01:00