XoopsCore
XoopsCore copied to clipboard
ColorPicker
Neither.
<input type="color" ...> and a polyfill for a while.
This capability is built in to the majority browsers in use now, and the few hold outs are either being fixed (Edge, Safari,) or are dead products (IE.) The browser built-ins are already adapted to the appropriate screen sizes and input methods. These deliver a consistent user experience on a platform, and require zero maintenance on our part.
Same approach should be considered for many of the other available HTML5 type attribute states.
Therefore, it will be deleted the file include/color-picker.js?