cftextarea
The code below generated the editor tool where you can add the text in the box, but when i click on image tag, there is no browse button to browse the image from the local file. Can anyone helps?
thanks
===========
<cfsetting enablecfoutputonly="true">
<cfprocessingdirective pageencoding="utf-8">
<cfset baseURL = GetDirectoryFromPath(CGI.SCRIPT_NAME)>
<cfset theName = "richText01">
<cfoutput>
<p class="contentSubTitle">normal Rich Text Editor</p>
<cfform name="#theName#Form">
<cftextarea name="#theName#" richtext="yes" width="600" height="400" />
</cfform>
</cfoutput>
