tinymce - Custom Colours in Color Picker -


i'm using inline editor tinymce4 , i'm trying replace colours in colour picker.

i've managed using following:

                    textcolor_map: [                           "204292", "pantone blue 072",                           "00a88f", "pantone green",                           "f48c2d", "pantone orange 021",                           "231f20", "pantone process black" ,                           "0095ce","pantone process blue"                     ], 

the problem is, there no more link 'more colors'. option availble in tinymce3, not 4...

has come across this?

thanks

try new plugin available at: http://www.tinymce.com/forum/viewtopic.php?id=33203 nice solution me.


Comments