Returns the DOM element on which the event occurred.
The method returns the DOM element for the created toolbar.
This is usually a very complex process since each DOM element can influence other elements close to it.
Jest to zazwyczaj bardzo rozbudowany proces ponieważ każdy element DOM może wpływać na inny element który jest w pobliżu.
The user needs to select a DOM element and apply two color codes, to range them as a background to that element.
Użytkownik musi wybrać elementu DOM i stosować dwa kody kolorów, aby wynosić je jako tło do tego elementu.
The second argument is the ID of the DOM element the chart should embed into.
Drugim argumentem jest ID elementu DOM, w który wykres powinien być zaembedowany.
If this component has been mounted into the DOM, this returns the corresponding native browser DOM element.
Jeśli wskazany komponent został zamontowany w drzewie DOM, funkcja zwróci odpowiadający mu natywny element DOM.
When using pure HTML code as its parameter, $() will create the node (DOM element).
Przy użyciu czystego kodu HTML jako jego parametru $() stworzy węzeł (element DOM).
The React.Fragment component lets you return multiple elements in a render() method without creating an additional DOM element
Komponent React.Fragment pozwala zwrócić wiele elementów w metodzie render() bez opakowywania ich w dodatkowy element DOM
To see the list you have to select DOM element and, on the right side menu, choose "Event Listeners" tab.
By zobaczyć listę trzeba zaznaczyć element DOM i w menu po prawej stronie wybrać zakładkę Event Listeners.
The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
moz-binding jest używany przez aplikacje bazujące na Mozilli, by dołączyć wiązanie XBL do elementu DOM.
DOM element event handlers are not being removed in all places causing memory leaks.
Obsługa zdarzeń DOM element we wszystkich miejscach, powodując przecieki pamięci nie są usuwane.
To set the id for a GWT widget, retrieve its DOM Element and then set the id attribute as follows
Aby ustawić identyfikator dla widżetu GWT, odzyskać swój DOM element, a następnie ustawić atrybut id, co następuje
As a result, after React attaches the ref, ref.current will point directly to the<button>DOM element instance.
W rezultacie, po tym, jak referencja zostanie przypięta przez Reacta, ref.current będzie wskazywał bezpośrednio na element<button>.