OT: Rich Text Box editor (IE object)

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default OT: Rich Text Box editor (IE object)

    Hi,

    I am looking for a way to have a textbox, but with some rich text box type
    properties. Most importently, it should let a user create hyperlinks.
    Something like making things bold or highlighted would be nice too.

    Basically, we need non technical users to add content that includes things
    like links - so they don't know the HTML required for this.

    I could have sworn there is something you can declare with an <object> tag,
    that is some IE object that does this (or something like this?).

    Any ideas about this, or in general a good way of providing this
    functionality to users? I know there are probably components out there to
    download, but it would be preferable to have something that can be used
    without an install.

    Thanks.


    Marina 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. Rich Text Editor Options
      I am working on a project that needs a Rich-Text Editor with ability to insert tables, images, and more complex editing features such as what...
    3. URL Function in Rich Text Editor
      I have grabbed Philippe Maegerman's and am trying to adjust it to allow for the user to specify a url and apply it to the input text (like on the...
    4. 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
    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: Rich Text Box editor (IE object)

    Check out [url]www.richtextbox.com[/url] -- stay away from the activex objects...use
    this one.

    -th

    "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    news:ONtMB38RDHA.2316@tk2msftngp13.phx.gbl...
    > Hi,
    >
    > I am looking for a way to have a textbox, but with some rich text box type
    > properties. Most importently, it should let a user create hyperlinks.
    > Something like making things bold or highlighted would be nice too.
    >
    > Basically, we need non technical users to add content that includes things
    > like links - so they don't know the HTML required for this.
    >
    > I could have sworn there is something you can declare with an <object>
    tag,
    > that is some IE object that does this (or something like this?).
    >
    > Any ideas about this, or in general a good way of providing this
    > functionality to users? I know there are probably components out there to
    > download, but it would be preferable to have something that can be used
    > without an install.
    >
    > Thanks.
    >
    >

    Tim Heuer 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