Call of Color Picker

Call of Color Picker

BY 23 Jul 2013 Web Application Development

What is the way to call Color Picker (https://developer.tizen.org/documentation/ux-guide/design-library/picker)?

 

The only way I found is to create element

<input type=”color” name=”color” id=”color” value=”black” />

 

But I want to make a button or any other element, bind some event to it and call Color Picker.

Written by