Input Color form Attribute

Definition and Usage

form The property returns a reference to the form containing the color selector.

This property returns the form object on success.

Note:This property is read-only.

See also:

HTML Reference Manual:HTML <form> Σημειώσεις

Example

Get the id of the form containing the <input type="color"> element:

var x = document.getElementById("myColor").form.id;

Try it yourself

Syntax

colorObject.form

Technical Details

Return Value: Αναφορά στο στοιχείο φόρμας που περιέχει επιλογέα χρώματος. Αν ο επιλογέας χρώματος δεν βρίσκεται στη φόρμα, επιστρέφεται. null.

Υποστήριξη Περιηγητή

Τα αριθμήματα στην τаблицή αναφέρουν την έκδοση του πρώτου περιηγητή που υποστηρίζει αυτήν την ιδιότητα.

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Υποστήριξη 10.0 Υποστήριξη Υποστήριξη Υποστήριξη

Σημείωση:Το στοιχείο <input type="color"> δεν εμφανίζει καμία επιλογή χρώματος στους Internet Explorer και Safari.