Hi guys
I'm new to this great text editor, a want to add this functionality to my site, I'm using asp, what i want to do is just add the component and leave just the most basic options, removing most of the menus, just leave, the menu to save the data, add bold, etc.
I have a text area in which i want the people to write.
since I'm new to all this how can i accomplish this?
some other thing since im using asp and i use the same form to insert and update the text inserted in to the data base, i use a variable to bring the data from the database, using this:
<textarea name="nombre" cols="50" rows="10" class="Texto3"><%= Tnombre %></textarea>
Tnombre brings the data back from the db, since im new to this component, how can i implement this?
I'm new to this great text editor, a want to add this functionality to my site, I'm using asp, what i want to do is just add the component and leave just the most basic options, removing most of the menus, just leave, the menu to save the data, add bold, etc.
I have a text area in which i want the people to write.
since I'm new to all this how can i accomplish this?
some other thing since im using asp and i use the same form to insert and update the text inserted in to the data base, i use a variable to bring the data from the database, using this:
<textarea name="nombre" cols="50" rows="10" class="Texto3"><%= Tnombre %></textarea>
Tnombre brings the data back from the db, since im new to this component, how can i implement this?