html - MultipleLines text Box -


i need implement functionality shown in diagram(text area formatting capability). can point me in correct direction?

note-as click on text area,this formatting tool comes automatically above.

text area formatting option

i trying below code:

  <asp:textbox id="textarea1" textmode="multiline" columns="50" rows="5" runat="server" /></div>  

or

  <textarea id="textarea2" runat="server" name="s1" columns="50"></textarea></p> 

any suggestion?

the 2 wysiwyg rich text editors have stood test of time ckeditor , tinymce.

for of projects, the difference between 2 should care editor offers feature set , appearance similar have in mind.

the discussion 1 better other won't fruitful because both in own ways.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -