• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cftextarea

Explorer ,
Oct 06, 2009 Oct 06, 2009

Copy link to clipboard

Copied

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>

TOPICS
Advanced techniques

Views

444

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 07, 2009 Oct 07, 2009

Copy link to clipboard

Copied

LATEST

http://www.dedestruct.com/2008/03/22/howto-cross-browser-cursor-position-in-textareas/

and

http://www.google.co.uk/search?q=javascript+get+cursor+position+in+textarea&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation