HTMLButtonElement: commandForElement-Eigenschaft

Experimentell: Dies ist eine experimentelle Technologie
Überprüfen Sie die Browser-Kompatibilitätstabelle sorgfältig, bevor Sie diese produktiv verwenden.

Die commandForElement-Eigenschaft der HTMLButtonElement-Schnittstelle ruft das Element ab und setzt es, das über einen Button gesteuert wird.

Es ist das JavaScript-Äquivalent des commandfor-HTML-Attributs.

Wert

Ein Verweis auf ein vorhandenes Element, das der Button steuert.

Beispiele

js
const popover = document.getElementById("mypopover");
const toggleBtn = document.getElementById("toggleBtn");

toggleBtn.commandForElement = popover;

Spezifikationen

No specification found

No specification data found for api.HTMLButtonElement.commandForElement.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch