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.
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
Post a Comment