Answered
jQuery Plus Add-On
Is there any documentation of the jQuery Plus Add-On?
I found a document related to WooCommerce Plus Add-On but I didn't find jQuery one.
I want to add a color selection panel to my canvas but there is no information related to this add-on on jQuery Plugin | Documentation
it's documented within the jquery fancy product designer doc https://jquerydoc.fancyproductdesigner.com/classes/FancyProductDesigner.html
Thanks for the answer but sorry I am still not clear.. How can I add the FPDColorSelection to my designer? I can't find any info in this document.
colors: "#000000" => Colorpicker, colors: "#000000,#ffffff" => Range of colors. Is this what you are looking for?
No, I want to add the Color Selection Panel (please see the attached file) onto my designer using jQuery.
in the doc go to
1. defaults -> color selection placement
AND
2. defaults.elementParameters -> showInColorSelection
This is the exactly what I'm looking for. Thank you so much.
@grcnhml will you please share your code