Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Who can deal with the textarea properties?

Status
Not open for further replies.

faraway

Programmer
Jun 26, 2003
11
CA
Hi,

We are using a HTML Editor to edit text content, but if the text is very large, the editing speed is very slow, user has to wait a long time after even one click. Is there anyway to speed up the HTML editing?

Thanks,
 
Hey,

I'm not completely sure what the subject and the question have to do with each other.

Is the HTML editor online? If it is (thus the TextArea subject line) the only reason it might be slow is if it is doing some kind of processing to the text after each line, or click. If it has text formating, or coloring it may be searching through the HTML frequently looking for something to do. If this is the case, and you have the option to turn off any kind of formating that would speed things up. Otherwise, use a regular HTML editor. :)

Have fun.



Travis Hawkins
BeachBum Software
travis@cfm2asp.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top