Adds change event trigger for ColorPicker if color is updated
authorMatthias Schmidt <gravatronics@live.com>
Sun, 31 Mar 2013 17:47:58 +0000 (19:47 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 31 Mar 2013 17:47:58 +0000 (19:47 +0200)
commita84eed3b19b34b46e21ad2a95291c96de748a504
treef00cd9f800ea5ed63fe4b53b214d600d48457794
parenta3b727eac16f49d79dc3203558df2ce284d69dbf
Adds change event trigger for ColorPicker if color is updated

If you want to use the color picker to select a color for an element that is currently visible, it might be nice to update the color of the element "live", i.e. each time the user updates the selected color, the element gets the new color. Currently, there is no way to detect when the user has changed the selected color. Now, they can simply listen to the `change` event of the input field.
wcfsetup/install/files/js/WCF.ColorPicker.js