Coldfusion 8 to 9 CFTEXTAREA

View: New views
3 Messages — Rating Filter:   Alert me  

Coldfusion 8 to 9 CFTEXTAREA

by Kim Hoopingarner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


We installed CF 9 and when I run my CFTEXTAREA tag - there is no tool bar showing.  Help...  I'm not finding much in Google as you might assume.

<cfform action="test.cfm" method="post" name="form1" id="form1">

<cftextarea richtext="true" name="introText" id="introText" toolbar="Default" height="350" width="650" maxlength="2000">#form.introText#</cftextarea>

</cfform>

Thanks for any helpful hints out there!
Kim

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328272
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Coldfusion 8 to 9 CFTEXTAREA

by Scott Stroz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Did you try removing the 'toolbar' attribute?

Also, if you look in the CFIDE directory, you will find the .ini file
for FCKEditor, I would make sure that you have the correct spelling
and case of the toolbar set you want.

On Wed, Nov 11, 2009 at 12:51 PM, Kim Hoopingarner
<k.hoopingarner@...> wrote:

>
> We installed CF 9 and when I run my CFTEXTAREA tag - there is no tool bar showing.  Help...  I'm not finding much in Google as you might assume.
>
> <cfform action="test.cfm" method="post" name="form1" id="form1">
>
> <cftextarea richtext="true" name="introText" id="introText" toolbar="Default" height="350" width="650" maxlength="2000">#form.introText#</cftextarea>
>
> </cfform>
>
> Thanks for any helpful hints out there!
> Kim
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328273
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Coldfusion 8 to 9 CFTEXTAREA

by Kim Hoopingarner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for your help.

Finally noticed - my development folder was placed on another server separate from CF.  The problem - the wwwroot directory wasn't placed there with the CFIDE folder.  Hence the tag wasn't finding its needed js files.

Wow - my head hurts!  Again... thanks much!
Kim

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328275
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4