Added reusable dropdown menus
authorAlexander Ebert <ebert@woltlab.com>
Mon, 16 Nov 2015 23:51:17 +0000 (00:51 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 16 Nov 2015 23:51:17 +0000 (00:51 +0100)
commited40929cae8149ad9de4a3d0466ad4b1810520e5
tree426476ea447df08047c903450e1abdffd282b37a
parentb9f49efdf9c71c66f86aaff812b0aadd41247950
Added reusable dropdown menus

Dropdown menus are usually tied to a specific element, but certain
scenarios require only a single menu that can be used for multiple
source elements. This decreases the impact on the page DOM and allows
for easier management in these cases.
wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Reusable.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js
wcfsetup/install/files/js/require.config.js