| defaultValue | ใช้ในการกำหนดค่า หรือคืนค่า default value ของ textarea |
|---|
property:defaultValue;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า default value ของ textarea
example:var tagTextArea = document.getElementById ( "bamboo" ); alert ( tagTextArea.defaultValue );