Is TextArea Multiline : TextArea : Form Control : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Form Control   » [  TextArea  ]   
 



Is TextArea Multiline

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<textarea id="myText" cols="200" rows="20"></textarea>
<button onclick="alert(myText.isMultiLine);">Is Textarea Multiline</button> 
</body>
</html>

    
      
      
Related examples in the same category
1.  Textarea rows
2.  TextArea type
3.  TextArea wrap
4.  TextArea Columns Example
5.  TextArea 'value'
6.  Select the text in text area
7.  Set TextArea to be Active
8.  Auto type textarea
9.  Not empty TextArea
10.  Methods and Properties of the Textarea Object
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.