Results 21 - 40 of 104

Element.name

name gets or sets the name property of a DOM object; it only applies to the following elements: <a>, <applet>, <button>, <form>, <frame>, <iframe>, <img>, <input>, <map>, <meta>, <object>, <param>, <select>, and <textarea>.
API DOM Element NeedsBrowserCompatibility NeedsSpecTable NeedsUpdate Property Reference Web

Element.scrollWidth

The Element.scrollWidth read–only property returns either the width in pixels of the content of an element or the width of the element itself, whichever is greater. If the element is wider than its content area (for example, if there are scroll bars for scrolling through the content), the scrollWidth is larger than the clientWidth.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLDocument

HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document.
API HTML DOM Interface NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.acceptCharset

The HTMLFormElement.acceptCharset property represents a list of the supported character encodings for the given FORM element. This list can be comma- or space-separated.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.encoding

The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM HTMLFormElement object.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsContent NeedsSpecTable Property Reference Référence

HTMLFormElement.enctype

The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form to the server. Possible values are:
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.method

The HTMLFormElement.method represents the HTTP method used to submit the form.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.name

The HTMLFormElement.name property represents the name of the current form element as a string.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.reset()

The HTMLFormElement.reset() method restores a form element's default values. This method does the same thing as clicking the form's reset button.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.submit()

The HTMLFormElement.submit() method submits the form. This method does something similar to activating a submit button of the form.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.target

The HTMLFormElement.target property represents the target of the action (i.e., the frame to render its output in).
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Option()

Constructor for creating an HTMLOptionElement. The Option constructor is from the very early days of DOM scripting and has non–standard syntax, but has ubiquitous support in browsers.
API Constructor HTML DOM HTMLOptionElement NeedsBrowserCompatibility NeedsContent NeedsExample NeedsMarkupWork NeedsSpecTable

HTMLOptionsCollection

HTMLOptionsCollection is an interface representing a collection of HTML option elements (in document order) and offers methods and properties for traversing the list as well as optionally altering its items. This type is returned solely by the "options" property of select.
API HTML DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLStyleElement.type

The HTMLStyleElement.type read-only property returns the type of the current style.
API HTML DOM HTMLStyleElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Read-only

HTMLTableElement.align

The HTMLTableElement.align property represents the alignment of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.bgColor

The HTMLTableElement.bgcolor property represents the background color of the table.
API Deprecated HTML DOM NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.border

The HTMLTableElement.border property represents the border width of the table element.
API Deprecated HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.cellPadding

The HTMLTableElement.cellPadding property represents the padding around the individual cells of the table.
API HTML DOM NeedsCompatTable NeedsSpecTable Property Reference Référence

HTMLTableElement.cellSpacing

The HTMLTableElement.cellSpacing represents the spacing around the individual cells of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsSpecTable Property Reference Référence