| Attribute | Property | Description |
|---|
| ATOMICSELECTION | |
Specifies whether the element and its contents must be selected as a whole, indivisible unit.
|
| BEGIN | BEGIN |
Sets or retrieves the delay time before the timeline begins playing on the element. |
| 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. |
| 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. |
| defaultValue |
Sets or retrieves the initial contents of the object. |
| END | END |
Sets or retrieves a value indicating the end time for the element, or the end of the simple duration when the element is set to repeat. |
| form |
Retrieves a reference to the form that the object is embedded in. |
| hasMedia |
Retrieves a Boolean value that indicates whether the element is an Introduction to HTML+TIME media element. |
| 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. |
| 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. |
| 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. |
| offsetParent |
Retrieves a reference to the container object that defines the offsetTop and offsetLeft properties of the object. |
| outerHTML |
Sets or retrieves the object and its content in HTML. |
| outerText |
Sets or retrieves the text of the object. |
| 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 a value that indicates 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. |
| 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. |
| SYNCMASTER | SYNCMASTER |
Sets or retrieves whether the time container must synchronize playback to this element. |
| systemBitrate | |
Retrieves the approximate bandwidth available to the system in bits-per-second. |
| systemCaptions | |
Indicates whether or not to display a text equivalent of the audio portion of the presentation. |
| systemLanguage | |
Indicates whether a given language is selected in a user's system preferences. |
| systemOverdubOrSubtitle | |
Specifies whether overdubs or subtitles render during a presentation. |
| tagName |
Retrieves the tag name of the object. |
| tagUrn |
Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration. |
| TIMECONTAINER | TIMECONTAINER |
Sets or retrieves the type of timeline associated with an element. |
| TYPE | type |
Retrieves or initially sets the type of input control represented by the object. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
| UNSELECTABLE | |
Specifies that an element cannot be selected. |
| VALUE | value |
Sets or retrieves the default or selected value of the control. |