I run the CFtextArea tag with the following configuration but I do not see the toolbar... Wondering if it is not seeing the path...
I am running ColdFusion8 on RedHat 4 .
Coldfusion is installed on /usr/ColdFsuion8
FKEditor is on /cf_admin/CFIDE/scripts/ajax/FCKeditor
My App on /usr/WebApps
<cftextarea
enabled="yes"
name="txtBody"
html="yes"
rows="20"
cols="70"
richtext="yes"
wrap="virtual"
validate="maxlength"
validateAt="onBlur"
toolbarOnFocus="yes"
toolbar="default"
maxlength="100">
</cftextarea>
I am running ColdFusion8 on RedHat 4 .
Coldfusion is installed on /usr/ColdFsuion8
FKEditor is on /cf_admin/CFIDE/scripts/ajax/FCKeditor
My App on /usr/WebApps
<cftextarea
enabled="yes"
name="txtBody"
html="yes"
rows="20"
cols="70"
richtext="yes"
wrap="virtual"
validate="maxlength"
validateAt="onBlur"
toolbarOnFocus="yes"
toolbar="default"
maxlength="100">
</cftextarea>
Re: ColdFusion 8 RichText Area not working.........