TextArea - Resizable


TextArea with html value

Here is h1 value

This pararmag

About this example


Move your mouse on the TextArea and drag the resizer on the bottom of the TextArea to resize the TextArea. Use Resizble() method to enabling the resizable feature of the TextArea.

<%
// Set text value 
Ajax.Dna().TextArea()
       .Width(300)
       .Height(200)
       .Value("TextArea value")
       .Render();
%>