Michael,
A way that you can achieve this - if yo are still looking for a solution.
The types that use the the rich text editor are dmEmail, dmEvent, dmHTML and dmNews. These all use the following Farcry tag in the body.cfm plp template.
<!--- display texteditor (config specified) --->
<farcry:richTextEditor>
By extending these types and replacing the Farcry tag with one of your own then you will be able to build in new some switching logic to choose between your two editors.
No changes to Farcry Core are required.
This will also allow for the integration of other Rich Text Editors that are not currently supported by Farcry.
hth, Chris.
Michael Sammut wrote:
For a current project the client would like to use the SOEditor for IE/PC browsers and EOPro for all other browsers. Fair enough and easy to distinguish, however, I can not think of a good way to do it since the editor type is set in the application scope. Should I have two distinct logins URLs? Any thoughts?
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
