From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../mozilla/xul/attributs/checked/index.html | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 files/fr/archive/mozilla/xul/attributs/checked/index.html (limited to 'files/fr/archive/mozilla/xul/attributs/checked/index.html') diff --git a/files/fr/archive/mozilla/xul/attributs/checked/index.html b/files/fr/archive/mozilla/xul/attributs/checked/index.html new file mode 100644 index 0000000000..688f898817 --- /dev/null +++ b/files/fr/archive/mozilla/xul/attributs/checked/index.html @@ -0,0 +1,24 @@ +--- +title: checked +slug: Archive/Mozilla/XUL/Attributs/checked +tags: + - Attributs_XUL + - Référence_XUL +translation_of: Archive/Mozilla/XUL/Attribute/checked +--- +
+ « Accueil de la référence XUL
+
+
+ checked
+
+ Type : + + booléen +
+
+ Indique si l'élément est coché ou non.
+
+ Utilisez hasAttribute() pour déterminer si cet attribut est défini plutôt que getAttribute().
+ Pour les boutons, l'attribut type doit etre mis à checkbox ou à radio pour qu'un effet soit perceptible.
+
-- cgit v1.2.3-54-g00ecf