Translation of "der JS-API" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Panels, Sections und Controls mit der JS-API erstellen
Creating panels, sections, and controls with the JS API
Auf eine Frage bei hin hat Weston Ruter ein Plugin geschrieben, das die Erstellung von Dropdown-Pages-Controls mit der JS-API ermöglicht (ein bisschen Erläuterung zu dem Thema gibt es in seiner Antwort auf die Frage).
As a reaction to a question, Weston Ruter wrote a plugin that lets us create the dropdown pages control via the JS API (some details on that can be found in his answer to the question).
Deshalb sind die Customize-JS-API-Verbesserungen in 4.9 wichtig, weil sie viele langjährige Ärgernisse und Unzulänglichkeiten mit der JS-API beheben.
So this is why the Customizer JS API improvements in 4.9 are important as they fix many longstanding annoyances and shortcomings with the JS API.
Weitere Informationen zu Änderungen bei der JS-API finden Sie unter Library and Store v2 SDK (auf Englisch).
For details on the JS API changes see Library and Store v2 SDK.
Vereinfachte Programmiermöglichkeiten und hohe Konfigurationsflexibilität durch Verbesserung der JS-API.
Simplified programming options and high configuration flexibility due to improved JS-API.
Seit ich den Beitrag von Weston Ruter über die Neuerungen bei der JS-API in WordPress 4.9 gelesen habe, wollte ich das ändern und mich mehr mit der Customize-JS-API beschäftigen.
Since Weston Ruter's post about the improvements of the Customize JS API in WordPress 4.9, I wanted to change that and learn more about the Customize JS API.
In meinem Artikel von letzter Woche habe ich mich damit beschäftigt, wie Panels, Sections und Controls mit der JS-API des Customizers erstellt werden können.
My article from last week was about creating panels, sections, and controls with the JS API of the customizer.
Wie in dem verlinkten Artikel erwähnt wird, müssen wir einen kleinen Teil PHP schreiben, um mit der JS-API registrierte Settings auch abzuspeichern
Like said in the linked article, we need a small part of PHP to save settings that are created with the JS API