Ask a Question related to ASP Database, Design and Development.
-
Terry Murray #1
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
-
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... -
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),... -
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... -
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... -
PD HTML Editor
Yes, it works with DMX - but, not with Netscape/Mozilla. "khna" <fkhan@nospam.lycos.germany> wrote in message... -
Jeff Cochran #2
Re: Creating mini-html editor
On Mon, 13 Oct 2003 21:04:22 GMT, "Terry Murray" <tgmurray@rogers.com>
wrote:
I reduced the newsgroup list you posted to to just the relevant ones (>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.
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
-
grw #3
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...data.> 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 htmlcursor> >The other thing I would like to do is insert text to that determined>> >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



Reply With Quote

