Results 561 - 580 of 631

DataTransfer

The DataTransfer object is used to hold the data that is being dragged during a drag and drop operation. It may hold one or more data items, each of one or more data types. For more information about drag and drop, see HTML Drag and Drop API.
API DataTransfer drag and drop HTML Drag and Drop API Interface NeedsMarkupWork Reference Web Development

Document.designMode

document.designMode controls whether the entire document is editable. Valid values are "on" and "off". According to the specification, this property is meant to default to "off". Firefox follows this standard. The earlier versions of Chrome and IE default to "inherit". Starting in Chrome 43, the default is "off" and "inherit" is no longer supported. In IE6-10, the value is capitalized. 
API Document editor HTML DOM NeedsBrowserCompatibility NeedsContent NeedsSpecTable Property Reference Référence

Document.domain

Gets/sets the domain portion of the origin of the current document, as used by the same origin policy.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable NeedsUpdate Property Reference Référence

Document.height

Returns the height of the document object. In most cases, this is equal to the <body> element of the current document.
API Document HTML DOM NeedsBrowserAgnosticism NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.URL

The URL read-only property of the Document interface returns the document location as a string.
API Document HTML DOM NeedsBrowserCompatibility NeedsExample NeedsMarkupTable NeedsSpecTable Property Reference Référence

HTMLElement.isContentEditable

The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the contents of the element are editable; otherwise it returns false.
API Editing HTML DOM HTMLElement NeedsExample Property Read-only Reference Référence

HTMLElement.style

The HTMLElement.style property returns a CSSStyleDeclaration object that represents only the element's inline style attribute, ignoring any applied style rules.  See the CSS Properties Reference for a list of the CSS properties accessible via style.
API HTML DOM HTMLElement NeedsBrowserAgnosticism NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.length

The HTMLFormElement.length read-only property returns the number of controls in the <form> element.
API HTML DOM HTMLFormElement NeedsCompatTable NeedsSpecTable Property Read-only Reference Référence