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