CF8 Flash form and Rich text Editor Question

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default CF8 Flash form and Rich text Editor Question

    I like the look of flash forms. I would also like to use the CF8 <cftextarea
    richtext="true"> tag for a text editor. When I have the cfform set to
    format="flash" the textarea box displays, but not with any toolbars. Without
    format="flash" the cfform displays everything perfect. Is there a way to use
    this code and make the whole text editor show in flash with the toolbars and
    everything?

    <cfform name="myform" height="200" width="400" format="Flash" timeout="0" >
    <cflayout type="tab">
    <cflayoutarea title="Entry Page">
    <cftextarea name="textentry" cols="80" rows="15" html="yes"
    richtext="true" visable="no"></cftextarea>
    </cflayoutarea>
    <cflayoutarea title="Preview">
    <cfdiv bind="{textentry}">
    </cflayoutarea>
    </cflayout>
    <cfinput type="submit" value="Save">
    </cfform>

    siriiven Guest

  2. Similar Questions and Discussions

    1. Rich Text Editor
      Hi! I know that exists many rich text editor on internet. But i want lear how to do it. I learn to do, but i?m not getting to aply the bold...
    2. superscript in Rich text Editor
      Help!!!:brokenheart; Is there a way to add superscript/subscript in rich text editor? Current editor does not support this. Can any one give me...
    3. Rich Text Editor in DW ?
      Looking for a way to edit a MySQL db text field as RTF...is there an RTE extension / add in / whatever that will allow me to do that ? Thanks, Nick
    4. CF7 Rich Text Form Question
      I was VERY excited about the Flash Form controls, but after downloading & installing CF7 on my PC I was surprised to see how long it tkes to load a...
    5. Rich Text Editor with POST?
      I just downloaded the cross-browser rich text editor from Kevin Roth. http://www.kevinroth.com/rte/demo.htm Sample fo the html code: <!--...
  3. #2

    Default Re: CF8 Flash form and Rich text Editor Question

    No.
    Oguz.Demirkapi Guest

  4. #3

    Default Re: CF8 Flash form and Rich text Editor Question

    Oh.
    siriiven Guest

  5. #4

    Default Re: CF8 Flash form and Rich text Editor Question

    CF8 rich text editor is based on FCKEditor(fckeditor.net) and it can not work
    on a Flash forms.

    You can check this post for an alternative.

    [url]http://cfsilence.com/blog/client/index.cfm/2006/10/4/Flex-Rich-Text-Editor-For-U[/url]
    se-In-An-HTML-Form

    Oguz.Demirkapi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139