Attribute | Property | Description |
---|
ACCESSKEY | accessKey |
Sets or retrieves the accelerator key for the object. |
ALIGN | align |
Sets or retrieves how the object is aligned with adjacent text. |
ATOMICSELECTION | |
Specifies whether the element and its contents must be selected as a whole, indivisible unit.
|
| canHaveChildren |
Retrieves a value indicating whether the object can contain children. |
| canHaveHTML |
Sets or retrieves the value indicating whether the object can contain rich HTML markup. |
CLASS | className |
Sets or retrieves the class of the object. |
| clientHeight |
Retrieves the height of the object including padding, but not including margin, border, or scroll bar. |
| clientLeft |
Retrieves the distance between the offsetLeft property and the true left side of the client area. |
| clientTop |
Retrieves the distance between the offsetTop property and the true top of the client area. |
| clientWidth |
Retrieves the width of the object including padding, but not including margin, border, or scroll bar. |
DATAFLD | dataFld |
Sets or retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object. |
DATASRC | dataSrc |
Sets or retrieves the source of the data for data binding. |
DIR | dir |
Sets or retrieves the reading order of the object. |
| disabled |
Sets or retrieves the value that indicates whether the user can interact with the object. |
DISABLED | disabled |
Sets or retrieves the status of the object. |
| firstChild |
Retrieves a reference to the first child in the childNodes collection of the object. |
| form |
Retrieves a reference to the form that the object is embedded in. |
HIDEFOCUS | hideFocus |
Sets or retrieves the value indicating whether the object visibly indicates that it has focus. |
ID | id |
Retrieves the string identifying the object. |
| innerHTML |
Sets or retrieves the HTML between the start and end tags of the object. |
| innerText |
Sets or retrieves the text between the start and end tags of the object. |
| isContentEditable |
Retrieves the value indicating whether the user can edit the contents of the object. |
| isDisabled |
Retrieves the value indicating whether the user can interact with the object. |
| isMultiLine |
Retrieves the value indicating whether the content of the object contains one or more lines. |
| isTextEdit |
Retrieves whether a TextRange object can be created using the object. |
LANG | lang |
Sets or retrieves the language to use. |
LANGUAGE | language |
Sets or retrieves the language in which the current script is written. |
| lastChild |
Retrieves a reference to the last child in the childNodes collection of an object. |
| length |
Sets or retrieves the number of objects in a collection. |
MULTIPLE | multiple |
Sets or retrieves the Boolean value indicating whether multiple items can be selected from a list. |
NAME | name |
Sets or retrieves the name of the object. |
| nextSibling |
Retrieves a reference to the next child of the parent for the object. |
| nodeName |
Retrieves the name of a particular type of node. |
| nodeType |
Retrieves the type of the requested node. |
| nodeValue |
Sets or retrieves the value of a node. |
| offsetHeight |
Retrieves the height of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetLeft |
Retrieves the calculated left position of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetParent |
Retrieves a reference to the container object that defines the offsetTop and offsetLeft properties of the object. |
| offsetTop |
Retrieves the calculated top position of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetWidth |
Retrieves the width of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| onOffBehavior |
Retrieves an object indicating whether the specified Microsoft DirectAnimation behavior is running. |
| outerHTML |
Sets or retrieves the object and its content in HTML. |
| outerText |
Sets or retrieves the text of the object. |
| ownerDocument |
Sets or retrieves the document object associated with the node. |
| parentElement |
Retrieves the parent object in the object hierarchy. |
| parentNode |
Retrieves the parent object in the document hierarchy. |
| parentTextEdit |
Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object. |
| previousSibling |
Retrieves a reference to the previous child of the parent for the object. |
| readyState |
Retrieves the current state of the object. |
| recordNumber |
Retrieves the ordinal record from the data set that generated the object. |
| scopeName |
Retrieves the namespace defined for the element. |
| scrollHeight |
Retrieves the scrolling height of the object. |
| scrollLeft |
Sets or retrieves the distance between the left edge of the object and the leftmost portion of the content currently visible in the window. |
| scrollTop |
Sets or retrieves the distance between the top of the object and the topmost portion of the content currently visible in the window. |
| scrollWidth |
Retrieves the scrolling width of the object. |
| selectedIndex |
Sets or retrieves the index of the selected option in a select object. |
SIZE | size |
Sets or retrieves the number of rows in the list box. |
| sourceIndex |
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection. |
STYLE | |
Sets an inline style for the element. |
TABINDEX | tabIndex |
Sets or retrieves the index that defines the tab order for the object. |
| tagName |
Retrieves the tag name of the object. |
| tagUrn |
Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration. |
| type |
Retrieves the type of select control based on the value of the MULTIPLE attribute. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
UNSELECTABLE | |
Specifies that an element cannot be selected. |
VALUE | value |
Sets or retrieves the value which is returned to the server when the form control is submitted. |