colorChoser and webclient

Is application.showColorChooser() meant to work in web client? There’s a reference here to a fix in 5.1.3 for WC
https://www.servoy.com/forum/viewtopic.php?f=16&t=14185&p=74728&hilit=application.showColorChooser#p74728
If it’s not available, does anyone have a workable WC alternative they could suggest to allow the user to select #RRGGBB ?

Thanks in advance

color/font choosers only work in the smartclient,
I guess for webclient support you have to build something your self.

Just google for “javascript color picker”, plenty of results. Probably you will need to use the WebclientUtils plugin.

This looks promising: ColorPicker - jQuery plugin

See viewtopic.php?f=9&t=16213

Hope this helps.

Perfect, thanks!