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.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213719
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

Reply via email to