Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Popup HTML Editor?

    I'm looking for some kind of very simple html editor that I can attach to an
    edit button. I'm moving our intranet site (mostly office protocols) into a
    database, and would like to have the staff be able to update it. I thought
    about trying to teach them about 5 basic HTML codes, but I know it just
    wouldn't work. So what would be perfect would be to display the current text in
    a ColdFusion-based webform, with an edit button. When they click the edit
    button, they will get the text to be edited in a popup, displayed as rendered
    HTML (not as code - that would confuse them), and editable somewhat like they
    are in Word. The interface I'm typing into now is pretty cool, but would still
    be too complicated. Does anyone know of anything like this? Thanks! Amy

    Fish&Wildlife Guest

  2. Similar Questions and Discussions

    1. Can anyone recomend an HTML editor
      Hi I'm running Dreamweaver 8 and PHP. I want to allow visitors to the web site use a wysiwyg htlml editor in a form to update a MySQL...
    2. HTML editor
      I am considering my on webpage, but my ISP requires that I use a HTML Editor to build it. I started looking in to HTML,(which I know nothing about),...
    3. HTML Editor for Admin
      I have created a administration site where administrators can post a description about lets say a product. Now currently there is a <textarea> form...
    4. field into html editor
      Is there a way to insert 'recordset fields' into an HTML editor ? I would like to allow my client to type into an HTML editor online and then...
    5. PD HTML Editor
      Yes, it works with DMX - but, not with Netscape/Mozilla. "khna" <fkhan@nospam.lycos.germany> wrote in message...
  3. #2

    Default Re: Popup HTML Editor?

    On Wed, 5 Jan 2005 16:48:00 +0000 (UTC), Fish&Wildlife
    <webforumsuser@macromedia.com> wrote:
    > I'm looking for some kind of very simple html editor that I can attach
    > to an
    > edit button. I'm moving our intranet site (mostly office protocols) into
    > a
    > database, and would like to have the staff be able to update it. I
    > thought
    > about trying to teach them about 5 basic HTML codes, but I know it just
    > wouldn't work. So what would be perfect would be to display the current
    > text in
    > a ColdFusion-based webform, with an edit button. When they click the edit
    > button, they will get the text to be edited in a popup, displayed as
    > rendered
    > HTML (not as code - that would confuse them), and editable somewhat like
    > they
    > are in Word. The interface I'm typing into now is pretty cool, but would
    > still
    > be too complicated. Does anyone know of anything like this? Thanks! Amy
    >
    Hi, please check our visual HTML-Online editor. It seems is the perfect
    solution for your needs:
    [url]http://www.interaktonline.com/Products/KTML/Overview/[/url]

    Your co-workers will be able to update rich-format content as well as many
    other power-user features.

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  4. #3

    Default Re: Popup HTML Editor?

    Thanks Alexandro - I'll check it out. That is the kind of thing I was looking for!
    Amy
    Fish&Wildlife Guest

  5. #4

    Default Re: Popup HTML Editor?

    [url]http://www.innovastudio.com/editor.asp[/url]
    [url]http://www.yusasp.com/prj04.asp[/url]


    Desperatoo Guest

  6. #5

    Default Re: Popup HTML Editor?

    [url]http://www.macromedia.com/software/contribute[/url]


    Katsuey Guest

  7. #6

    Default Re: Popup HTML Editor?

    There is also [url]http://www.fckeditor.net/[/url] which I've used and is quite good.


    ianwinter Guest

  8. #7

    Default Re: Popup HTML Editor?

    I actually ended up resolving the problem with the code on this site:
    [url]http://www.xefteri.com/articles/apr202002/default.aspx[/url] I didn't want a product
    that I had to buy. I already own several licenses for contribute, but it
    creates too many extra files and junks up my website folders. Plus I have to
    have a license for every user, and maintain yet another software product on
    their computers. The code in the above website just creates a little chunk of
    code which you create WYSIWYG, but which you can store in a database as HTML.
    So my users can now go to our Intranet site, and if the info/procedures are out
    of date, they click an 'edit' link, and they immediately get a page where they
    can update the info, save it back into SQL Server, and voila, they are done -
    updated info tagged with their name and the update date. And everyone in the
    office can use it in their browser without special software. The code in the
    above site resolved to about 2 pages when I was done - a scripts page, and the
    editing page itself. Pretty small, very fast, and works great.

    Fish&Wildlife 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