Search completed in 1.23 seconds.
12 results for "validationMessage":
HTMLObjectElement.validationMessage - Web APIs
WebAPIHTMLObjectElementvalidationMessage
the validationmessage read-only property of the htmlobjectelement interface returns a domstring representing a localized message that describes the validation constraints that the control does not satisfy (if any).
... syntax var string = htmlobjectelement.validationmessage; value a domstring.
... specifications specification status comment html living standardthe definition of 'validationmessage' in that specification.
HTMLButtonElement - Web APIs
WebAPIHTMLButtonElement
htmlbuttonelement.validationmessage read only is a domstring representing the localized message that describes the validation constraints that the control does not satisfy (if any).
... the following attributes have been added: autofocus, formaction, formenctype, formmethod, formnovalidate, formtarget, labels, validity, validationmessage, and willvalidate.
HTMLInputElement - Web APIs
WebAPIHTMLInputElement
validationmessage read only string: returns a localized message that describes the validation constraints that the control does not satisfy (if any).
... the following properties have been added: autocomplete, autofocus, dirname, files, formaction, formenctype, formmethod, formnovalidate, formtarget, height, indeterminate, labels, list, max, min, multiple, pattern, placeholder, required, selectiondirection, selectionend, selectionstart, step, validationmessage, validity, valueasdate, valueasnumber, width, and willvalidate.
HTMLObjectElement - Web APIs
WebAPIHTMLObjectElement
htmlobjectelement.validationmessage read only returns a domstring representing a localized message that describes the validation constraints that the control does not satisfy (if any).
... the following properties have been added: typemustmatch, contentwindow, willvalidate, validity, and validationmessage.
HTMLSelectElement - Web APIs
WebAPIHTMLSelectElement
htmlselectelement.validationmessageread only a domstring representing a localized message that describes the validation constraints that the control does not satisfy (if any).
... it adds the autofocus, form, required, labels, selectedoptions, willvalidate, validity and validationmessage properties.
HTMLTextAreaElement - Web APIs
WebAPIHTMLTextAreaElement
validationmessage read only string: returns a localized message that describes the validation constraints that the control does not satisfy (if any).
... the following attributes have been added: autofocus, placeholder, dirname, wrap, maxlength, required, textlength, labels, selectionstart, selectionend, selectiondirection, validity, validationmessage, and willvalidate.
Client-side form validation - Learn web development
LearnFormsForm validation
validationmessage: returns a localized message describing the validation constraints that the control doesn't satisfy (if any).
Constraint validation API - Web APIs
WebAPIConstraint validation
validationmessage a read-only property that returns an empty string if the element is not a candidate for constraint validation, or if the element's value is valid.
HTMLFieldSetElement - Web APIs
WebAPIHTMLFieldSetElement
htmlfieldsetelement.validationmessage a domstring representing a localized message that describes the validation constraints that the element does not satisfy (if any).
HTMLKeygenElement - Web APIs
WebAPIHTMLKeygenElement
validationmessage read only is a domstring representing a localized message that describes the validation constraints that the control does not satisfy (if any).
HTMLOutputElement - Web APIs
WebAPIHTMLOutputElement
htmloutputelement.validationmessageread only a domstring representing a localized message that describes the validation constraints that the control does not satisfy (if any).
Index - Web APIs
WebAPIIndex
1852 htmlobjectelement.validationmessage api, html dom, htmlobjectelement, needsexample, property, reference, validationmessage the validationmessage read-only property of the htmlobjectelement interface returns a domstring representing a localized message that describes the validation constraints that the control does not satisfy (if any).