Translation of "DOM-API" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Das ist ein ziemlich starker Grund für die Verwendung von Klassen, die DOM-API, um Sie herum ist so praktisch.
That's a pretty strong reason to use classes, as the DOM API around them is so handy.
Diese Erweiterung erlaubt es, an einem XML-Dokument mit dem DOM-API zu arbeiten.
The extension allows you to operate on an XML document with the DOM API.
SVG bieten eine gangbare Lösung: Sie sind deutlich kompakter als Bitmaps vergleichbarer Größe, und können über ihre DOM-API gesteuert werden.
SVG offer a viable solution: They are much smaller than bitmaps of comparable size, and can be manipulated through their DOM API.
domxml Mit der Erweiterung können Sie ein XML-Dokument mithilfe der DOM-API bearbeiten.
domxml The extension lets you manipulate an XML document using the DOM API.
Ferner können SVG mittels CSS stilistisch modifiziert und über die bekannte DOM-API gesteuert werden, genau wie HTML-Dokumente.
Finally, SVG can be styled with CSS and manipulated through the well known DOM API, just like HTML documents.
Um diesen Artikel zu verstehen, sollte der Leser mit JavaScript, dem Canvas-API und dem DOM-API vertraut sein.
To understand this article, it is recommended to be comfortable with JavaScript, the Canvas API and the DOM API
Daher muss die statusChanged()-Funktion zunächst die Kapselung des Element-Verweises entfernen, dann den SVG-Zugriff mittels der regulären DOM-API durchführen, und zuletzt das Ergebnis wieder mit jqLite kapseln, damit es bequem und browser-unabhängig weiterverwendet werden kann.
Thus the statusChanged() function first unwraps the element reference, then performs SVG access via the raw DOM API, and finally wraps the result with jqLite again for convenient browser-agnostic handling.
Ferner unterstützen SVG sowohl CSS-Styling als auch Steuerung mittels DOM-API.
SVG also support both styling via CSS and manipulation through the DOM API.
In der Live Session erweitern wir das DOM-API von PHP um eigene Methoden und unterstützen die Lokalisierung durch PHP.
We extend PHP's DOM API with custom methods and implement localization support in PHP during a Live Coding session.