Vertaling van "ParentNode" 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.
Son utilisation requiert l'implémentation de parentNode() dans vos models.
Its use requires an implementation of parentNode() on your model.
Il est important d'avoir une valeur d'id définie ou bien la relation parentNode échouera.
It is important to have the id value set or the parentNode relation will fail.
ParentNode.prepend() Insère un ensemble d'objets Node ou DOMString avant le premier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
Méthodes ParentNode.append() Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
Si un noeud est un enfant, pour obtenir son parent, vous pouvez accéder à sa propriété ParentNode.
If a node is a child, to get its parent, you can access its ParentNode property.
Elle a été scindée en deux interfaces, ChildNode et ParentNode contenant les méthodes et propriétés utiles pour chacun des types de noeud.
It has been split into two interfaces, ChildNode and ParentNode containing the useful methods and properties for each kind of nodes.
Retourne l'Element qui est le premier enfant de ce ParentNode, ou null s'il n'y en a pas.
Returns the first node which is both a child of this ParentNode and is also an Element, or null if there is none.
Retourne l'Element qui est le premier enfant de ce ParentNode, ou null s'il n'y en a pas.
Returns the Element that is the first child of this ParentNode, or null if there is none.
Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.
Inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
La méthode ParentNode.prepend insère un jeu d'objets Node (noeud) ou DOMString (chaîne de caractères) avant le premier enfant de ParentNode.
The ParentNode.prepend method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
Dans ce cas, childElementCount a été rattaché à ParentNode.
In this case, firstElementChild moved to ParentNode.
Divise l'interface ElementTraversal en ChildNode et ParentNode.
Splitted the ElementTraversal interface in ChildNode and ParentNode.
Si un nœud possèdant déjà un parentNode est placé ailleurs, il est automatiquement supprimé de sa position actuelle - les nœuds ne peuvent pas exister dans le document à plus d'un endroit à la fois.
If a node that already has a parentNode is placed somewhere, it is automatically removed from its current position - nodes can not exist in the document in more than one place.