On 12/12/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > I see in the "Toolbar Configuration" seetings for FCKEditor > on the FCKEditor site that the tools bar can be completely > customized.
\CFIDE\scripts\ajax\FCKeditor\fckconfig\fckconfig.js Copy the basic toolbar set and make modifications to that as needed. FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ; Here is an example of a different basic menu list FCKConfig.ToolbarSets["Basic2"] = [ ['Source','-','Bold','Italic','TextColor','BGColor','-','OrderedList','UnorderedList','-','Link','Unlink','Image','-','About'] ] ; ~ Casey ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294608 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

