>Try changing line 310 of farcry_core/tags/farcry/richTextEditor.cfm
>from:
>
>richEditor#uniqueID# = HTMLArea.replace("#uniqueID#",config);
>
>to
>
>richEditor#uniqueID# = new HTMLArea("#uniqueID#",config);


Sorry Jeff,

That new code should be:

richEditor#uniqueID# = new HTMLArea("#uniqueID#", config);
richEditor#uniqueID#.generate(); 

Note the second line which calls the genereate function.

--Nathan 



---
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/

Reply via email to