WHAT THIS PATCH IS:
I have added a tab to the ColorSelector Dialog box to
allow users greater control over their colors without
having to fiddle with the hexadecimal value in the text
box. I figured I'd share it here for others who would
like the same functionality.
Basically it adds four "slider" bars for red, blue,
green, and gray values. The increment for the colors
is set to 3, but this is held in a variable and can be
changed easily if you so wish.
Just like in the Browser-Safe color picker, when you
hover over a part of a bar it shows you what you are
highlighting along with the hexadecimal code for that
color.
Clicking on the color will "select" that color, and
then you can fine tune your color with the other color
bars.
Selecting gray values will completely overwrite your
existing color and set all three values to be equal
(otherwise it wouldn't be gray now would it? ^_^).
And of course, the hexiadecimal value itself can be
edited as well.
**************************
HOW TO INSTALL THIS PATCH
Because this added an extra tab, I wanted to keep the
same sort of file structure as the other dialog boxes
with tabs. Therefore I stripped out the javascript
code and put it in its own javascript file in its own
folder..
Here is where you put the two files included in this patch.
--fck_colorselector.html ----> editor/dialog
--fck_colorselector.js -------->
editor/dialog/fck_colorselector
You should be able to unzip the contents of the zip
file right to the dialog folder.
**************************
That should be it! Enjoy!
Colorselector Patch
ColorSelector Preview