Hi,
Is it possible to execute commands in the editor directly - e.g. not via a button in the toolbar? Assume I wanted a link elsewhere in the page to set the current selection of a given editor to 'bold'. Is there a 'supported' way of doing this?
Essentially, I'm looking to create my own toolbar to control FCK. Wondering if it's possible and would appreciate a couple of hints/pointers.
Thanks much!
Is it possible to execute commands in the editor directly - e.g. not via a button in the toolbar? Assume I wanted a link elsewhere in the page to set the current selection of a given editor to 'bold'. Is there a 'supported' way of doing this?
Essentially, I'm looking to create my own toolbar to control FCK. Wondering if it's possible and would appreciate a couple of hints/pointers.
Thanks much!

Re: Executing Commands directly
install Firebug on Firefox, enable it, see the requests in the console which are triggered by the file browser and copy and paste it into the address bar.