[ 4 posts ]

Gérôme Münt

  • Username: gerome69
  • Joined: Thu Aug 13, 2009 12:07 pm
  • Posts: 61
  • Location: Berlin, Germany
  • Offline
  • Profile

YUI Editor: FontColor Picker with only 2 colors

Post Posted: Thu Mar 11, 2010 2:29 am
+0-
Hi,
I like to limit the selectable text colors in the color picker of an YUI editor to only two color: blue and black.
I think this can be done by a special config parameter without changing the source code of the editor itself. Is this right? But how do to it?

Thanks for tips, Gérôme

Gérôme Münt

  • Username: gerome69
  • Joined: Thu Aug 13, 2009 12:07 pm
  • Posts: 61
  • Location: Berlin, Germany
  • Offline
  • Profile

Re: YUI Editor: FontColor Picker with only 2 colors

Post Posted: Thu Mar 11, 2010 5:49 am
+0-
I found out, that there is the list of the colors inside editor.js:

Code:
YAHOO.extend(YAHOO.widget.Toolbar, YAHOO.util.Element, {
[...]
        * @property _colorData
        * @description Object reference containing colors hex and text values.
        * @type Object
        */
        _colorData: {
/* {{{ _colorData */
    '#111111': 'Obsidian',
    '#2D2D2D': 'Dark Gray',
    '#434343': 'Shale',
    [...]
    }


But how do I change this property? I can't get a pointer to the Toolbar of a simple editor that I just created.

Gérôme

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile
Tags:

Re: YUI Editor: FontColor Picker with only 2 colors

Post Posted: Thu Mar 11, 2010 7:08 am
+0-
Like this:

Colors.js

Click here to see the revision history on this Gist.

Gérôme Münt

  • Username: gerome69
  • Joined: Thu Aug 13, 2009 12:07 pm
  • Posts: 61
  • Location: Berlin, Germany
  • Offline
  • Profile

Re: YUI Editor: FontColor Picker with only 2 colors

Post Posted: Thu Mar 11, 2010 8:02 am
+0-
Thanks. It works :-)

Gérôme
  [ 4 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum