Cool that will work. -----Original Message----- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 8:55 AM To: CF-Talk Subject: RE: Fck additional parameters
fckconfig.js edit the default toolbar, or make your own one and tell fckeditor to use it... -----Original Message----- From: gabriel l smallman [mailto:[EMAIL PROTECTED] Sent: 04 August 2005 13:33 To: CF-Talk Subject: Fck additional parameters Im trying to setup the fck editor and configure what buttons are displayed. I cannot find any documentation beyond the "... additional parameters ..." I found something that ref. a default toolbar set, but cannot find any ref. to how to create your own or use another? Do you have to get medieval and go in and hack out the buttons you don't want? Thanks gabe fckEditor = createObject("component", "fckEditorV2/fckeditor"); fckEditor.instanceName="myEditor"; fckEditor.basePath="/fckEditorV2/"; fckEditor.value="This is my <strong>initial</strong> html text."; fckEditor.width="100%"; fckEditor.height="200"; // ... additional parameters ... fckEditor.create(); // create instance now. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213919 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

