- From: Garrett Smith <dhtmlkitchen@gmail.com>
- Date: Thu, 13 Sep 2007 17:52:33 -0700
Regarding the [type] attribute:
================================================
interface HTMLTextAreaElement : HTMLElement {
attribute DOMString defaultValue;
readonly attribute HTMLFormElement form;
attribute DOMString accessKey;
attribute long cols;
attribute boolean disabled;
attribute DOMString name;
attribute boolean readOnly;
attribute long rows;
attribute long tabIndex;
readonly attribute DOMString type;
================================================
What does the |type| attribute do?
--
Programming is a collaborative art.
Received on Thursday, 13 September 2007 17:52:33 UTC