This topic is locked

HTMLTEXTAREA

3/24/2004 7:24:46 PM
ASPRunnerPro General questions
P
petski author

I WOULD LIKE TO ADD WYSWIYG FUNCTIONALITY TO TEXT AREAS USING HTMLTEXTAREA
I KNOW HOW TO ADD THIS MANNUAL WITH HARD CODED FORMS
COULD YOU PLEASE TELL ME WHAT ASP FILE HOLDS THE CODE FOR THE TEXTAREA SO THAT I WILL KNOW WHERE TO ADD THIS NEW CODE.
THANK YOU

Sergey Kornilov admin 3/25/2004

Take a look at BuildEditControl function in include/..._aspfunctions.asp file. You will find a code that builds textarea there.

501052 3/31/2004

Hello,
Scrolling in the forum I found this and found it very intresting. Being new to Web development I didn;t know this was possible!
I would like to implement it in the database I am working in, do you think you could explain a little more? I do not follow exactly what has to be done for this funcion to work.
Thank you!
diego

P
petski author 3/31/2004

Still working on a possible solution for adding this open source to allow wysiwyg in a text area.
Thanks,

Scott

P
pkm321 5/20/2005

Hello,
I was able to change a field to a checkbox using the control "function Format(strField)" right around line 230, and now I want to change another field type to textarea in the same control (but on another field) but when I add the format textarea it doesn't change. Any ideas?

Sergey Kornilov admin 5/24/2005

Hi,
you can set any Edit as format on the Formatting tab in ASPRunner: Textarea, Checkboxor use Rich Text Editor checking this option.