Hello,
Is it possible to use the color picker directly without the inspector? I would like to setup a button on a toolbar that opens the color picker and applies the same fill or text color to all the selected nodes.
Thanks,
Hello,
Is it possible to use the color picker directly without the inspector? I would like to setup a button on a toolbar that opens the color picker and applies the same fill or text color to all the selected nodes.
Thanks,
I believe that sample just makes use of the HTML color picker.
how about making a button as type color picker clicking button opens color selector?
Yes, that should be easy to implement in the click event handler of the “Button”. That really doesn’t have much to do with GoJS. Look for examples involving HTML interaction.