When I tried to run the following code on Firefox,
Firebug did return two errors...

<html>

<head>
</head>

<body>
        
        <cfform name="myform" id="myform" action="" method="post">
                <cftextarea id="richtext01" richtext="yes" 
name="richtext01"></cftextarea>
        </cfform>

</body>

</html>

The errors are:

"ColdFusion is not defined"
        };ColdFusion.Event.registerOnLoad(_cf_rechtext_init_1197636745423);

"ColdFusion is not defined"
        ColdFusion.Ajax.importTag('CFTEXTAREA');

So, apparently, there's a disconnect somewhere...

Rick


> -----Original Message-----
> From: Rakshith N [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 14, 2007 2:00 AM
> To: CF-Talk
> Subject: RE: What do I have to do to get toolbars to show in a cftextarea?
> 
> Do you see any JavaScript errors in the JavaScript console?
> 
> Rakshith
> http://www.rakshith.net/blog/
> 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294765
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to