Hi, all.

I thought I'd give cftextarea a try and ran the example in the
docs, plus some I've found online, but I can't get a toolbar of
anykind to show up.

Here's the my latest code attempt.  What wrong with it?

It just give a regular textarea.

Thanks,

Rick



In the head section:

<script type="text/javascript" 
src="/CFIDE/scripts/ajax/package/cfajax.js"></script>
<script type="text/javascript" 
src="/CFIDE/scripts/ajax/package/cfrichtexteditor.js"></script>
<script type="text/javascript" 
src="/CFIDE/scripts/ajax/FCKeditor/fckeditor.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>

In the body:

<cfform name="textarea" action="template-01.cfm" method="post">
                
<cftextarea id="richtext01" richtext="yes" name="richtext01" toolbar="Default" 
skin="silver"
html="yes"></cftextarea>
        
</cfform>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:294659
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