Try creating another TolbarSets in the fckconfig file 
(CFIDE\scripts\ajax\FCKeditor).

FCKConfig.ToolbarSets["myCustomToolbar"] = [
        ['Bold','Italic','-','OrderedList','UnorderedList','-','SpellCheck']
] ;

-----Original Message-----
From: Torrent Girl [mailto:[email protected]] 
Sent: Thursday, April 28, 2011 7:20 AM
To: cf-talk
Subject: Re: "Custom" Toolbar settings for cftextarea (FCKEditor)


>I see in the "Toolbar Configuration" seetings for FCKEditor on the 
>FCKEditor site that the tools bar can be completely customized.
>
>I also notice that in the CF8 docs, that there are three settings for 
>the toolbar display "default|basic|custom".
>
>Now is the FCKEditor Toolbar buttons can be included/excluded per 
>button, then isn't it possible to do the same through cftextarea?
>
>I didn't see the individual toolbar buttons as options in the CF8 docs, 
>so I'm assuming it may need to be done in a file somewhere, such as the 
>"fckconfig.js" file when using FCKEditor directly.
>
>However, when looking for such a file in the ColdFusion 8 installation 
>folder, I couldn't find anything that might look like a file that 
>contains toolbar specifications.
>
>Anyone successfully changed the buttons on the cftextarea toolbar 
>configurations via changing a specification file, or by other means?
>
>I just want buttons for
>
>-      font family
>-      font color
>-      font size
>-      font weight
>-      font style (Italics, etc)
>-      insert image (with border, alignment settings)
>
>I think that's all.  Any more, and the client will foul up my design.
>
>Has anyone successfully customized the cftextarea toolbar in such a manner?
>
>I am consider TinyMCE, but I'd rather keep this CF to keep from having 
>to add yet another third-party app that I have to keep track of.
>
>Rick


Hi all. I have tried this and everything else that I found on Goodle and 
nothing seems to work.

I made changes to the basic toolbar and then added "toolbar="basic" to my 
cftextarea tag but when I view the page in the browser, I get a "Basic toolbar 
cannot be found" error.

Any suggestions?




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344021
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to