|
Attribute
|
Property
|
Description
|
|
ACCESSKEY
|
accessKey
|
Sets or retrieves the accelerator key for the
object
.
|
|
ATOMICSELECTION
|
|
Specifies whether the
element
and its contents must be selected as a whole, indivisible unit.
|
|
AUTOCOMPLETE
|
autocomplete
|
Sets or retrieves the status of AutoComplete for an
object
.
|
|
|
canHaveChildren
|
Gets a value indicating whether the object can contain child objects.
|
|
|
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.
|
|
CONTENTEDITABLE
|
contentEditable
|
Sets or retrieves the string that indicates whether the user can edit the content of the
object
.
|
|
DATAFLD
|
dataFld
|
Sets or gets which field of a given data source, as specified by the
dataSrc
property, to bind to the specified object.
|
|
DATASRC
|
dataSrc
|
Sets or gets the source of the data for data binding.
|
|
|
defaultValue
|
Sets or retrieves the initial contents of the
object
.
|
|
DIR
|
dir
|
Sets or retrieves the reading order of the
object
.
|
|
DISABLED
|
disabled
|
Sets or retrieves a value that indicates whether the user can interact with 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 gets the value that indicates whether the
object
visibly shows that it has focus.
|
|
ID
|
id
|
Retrieves the string identifying the
object
.
|
|
|
isContentEditable
|
Gets the value that indicates whether the user can edit the contents of the
object
.
|
|
|
isDisabled
|
Gets the value that indicates 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.
|
|
MAXLENGTH
|
maxLength
|
Sets or retrieves the maximum number of characters that the user can enter in a text control.
|
|
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
|
Gets an object that indicates 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
|
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.
|
|
READONLY
|
readOnly
|
Sets or retrieves the value indicated whether the content of the object is read-only.
|
|
|
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
|
Gets the
|