Examples with "ou innerHTML" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cette représentation fonctionne de la même manière que l'objet DOM examiné dans le chapitre 12, mis à part qu'il n'a pas de fonctionnalités spécifiques au HTML telles que style ou innerHTML.
This representation works like the DOM objects discussed in chapter 12, except that it doesn't have HTML-specific functionality, such as style or innerHTML.
Andere resultaten
Ensuite, je reçois le InnerHtml du HtmlDocument à la suite.
Then I get the InnerHtml of the HtmlDocument as a result.
La propriété innerHTML renvoie le contenu HTML d'un élément.
The innerHTML property returns the HTML content of an element.
Cela peut se produire lorsque l'injection via innerHTML se produit, par exemple.
This may happen when injection via innerHTML occurs, for instance.
L'attribut outerHTML comme innerHTML s'applique à un élément de la page, une balise.
The outerHTML attribute like innerHTML applies to a page element, a tag.
Dans l'exemple ci-dessous, innerHTML a pour valeur "un texte"
In the example below, innerHTML has the value "a text"
Modifier le innerHTML d'un nœud ou la nodeValue d'un nœud texte changera son contenu.
Setting the innerHTML of a node or the nodeValue of a text-node will change its content.
Dans ce cas, on assigne au innerHTML du bloc de prévisualisation le message que l'on veut.
In this case, we set the innerHTML of the preview block to be the message we want.
Mozilla gère également la méthode innerHTML d'Internet Explorer, qui peut être appelée sur presque tous les nœuds.
Mozilla also supports Internet Explorer's innerHTML method, which it can call on almost any node.
HTML 5 standardise deux nouveaux attributs, innerHTML et outerHTML.
HTML 5 standardizes two new attributes, innerHTML and outerHTML.
Souvent, pour récupérer ou écrire du texte dans un élément, les utilisateurs utilisent innerHTML.
Internet Explorer permet d'ajouter des propriétés DOM par innerHTML ce qui n'est pas le cas des autres navigateurs.
Internet Explorer allows you to add DOM properties through innerHTML which is not the case with other browsers.
Mais outerHTML représente un élément et son contenu, tandis que innerHTML ne représente que le contenu.
But outerHTML represents both the element and its content, while innerHTML represents only the content.