Creating mini-html editor

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Creating mini-html editor

    I have been given the task of adding a component to a control panel that
    will act as a miniature html editor.
    I would like to know how to determine the position of the cursor at any
    point within a textarea that I will be using to capture the users html data.
    The other thing I would like to do is insert text to that determined cursor
    position.

    Any suggestions

    Thanks in advance


    Terry Murray Guest

  2. Similar Questions and Discussions

    1. Creating a flex based editor.
      I have to built a flex based editor like . I was wondering whether these people used a library for various components or they build everything...
    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. Creating WYSWIG Editor for TextArea
      As part of an application I am buidling, there is an html based email client. The from, to and cc fields are just text fields with which the user...
    4. Creating a html-editor
      hello, I have written a programm with Director, in which a user can write html-code for small advertising-banners. After doing this, he/she can...
    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: Creating mini-html editor

    On Mon, 13 Oct 2003 21:04:22 GMT, "Terry Murray" <tgmurray@rogers.com>
    wrote:
    >I have been given the task of adding a component to a control panel that
    >will act as a miniature html editor.
    >I would like to know how to determine the position of the cursor at any
    >point within a textarea that I will be using to capture the users html data.
    >The other thing I would like to do is insert text to that determined cursor
    >position.
    I reduced the newsgroup list you posted to to just the relevant ones (
    this isn't an IIS issue, and it's not a database issue, and you missed
    the components group anyway...).

    First, I'd think you'd use one of the existing components for HTML
    editing instead of reinventing the wheel. Second, if ASP.NET is a
    possibility, you'd likely be better off working in that direction.
    What you seem to want is a WYSIWYG editor, which is not an easy task
    as a stand alone, let alone a component. You may be looking at some
    kind of applet instead.

    Jeff
    Jeff Cochran Guest

  4. #3

    Default Re: Creating mini-html editor

    Why reinvent the wheel?
    [url]http://www.editize.com/[/url]

    "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
    news:3f8be35a.684787582@msnews.microsoft.com...
    > On Mon, 13 Oct 2003 21:04:22 GMT, "Terry Murray" <tgmurray@rogers.com>
    > wrote:
    >
    > >I have been given the task of adding a component to a control panel that
    > >will act as a miniature html editor.
    > >I would like to know how to determine the position of the cursor at any
    > >point within a textarea that I will be using to capture the users html
    data.
    > >The other thing I would like to do is insert text to that determined
    cursor
    > >position.
    >
    > I reduced the newsgroup list you posted to to just the relevant ones (
    > this isn't an IIS issue, and it's not a database issue, and you missed
    > the components group anyway...).
    >
    > First, I'd think you'd use one of the existing components for HTML
    > editing instead of reinventing the wheel. Second, if ASP.NET is a
    > possibility, you'd likely be better off working in that direction.
    > What you seem to want is a WYSIWYG editor, which is not an easy task
    > as a stand alone, let alone a component. You may be looking at some
    > kind of applet instead.
    >
    > Jeff

    grw 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