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 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.
Une méthode parentNode() de modèle doit retourner null ou une référence au Modèle parent.
A model's parentNode() method must return null or return a parent Model reference.
Cependant, son utilisation nécessite que votre Modèle ait une méthode parentNode() définie.
However, using it requires that your Model has a parentNode() method defined.
Si vous voulez définir un nœud ACO ou ARO comme parent pour votre Modèle, parentNode() doit retourner l'alias du nœud ACO ou ARO.
If you want to set an ACO or ARO node as the parent for your Model, parentNode() must return the alias of the ACO or ARO node.
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.