diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
| tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/console/dirxml/index.html | |
| parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
| download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip | |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/console/dirxml/index.html')
| -rw-r--r-- | files/fr/web/api/console/dirxml/index.html | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/files/fr/web/api/console/dirxml/index.html b/files/fr/web/api/console/dirxml/index.html deleted file mode 100644 index 8571cc33a4..0000000000 --- a/files/fr/web/api/console/dirxml/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Console.dirxml() -slug: Web/API/Console/dirxml -tags: - - API - - DOM - - Développement - - Méthodes - - console - - débogage -translation_of: Web/API/Console/dirxml ---- -<div>{{APIRef ("Console API")}}</div> - -<div>Affiche un arbre interactif des éléments descendants de l'élément XML / HTML spécifié. S'il n'est pas possible d'afficher en tant qu'élément, la vue Objet JavaScript est affichée à la place. La sortie est présentée sous la forme d'une liste hiérarchique des noeuds extensibles qui vous permettent de voir le contenu des nœuds enfants.</div> - -<h2 id="Syntaxe">Syntaxe</h2> - -<pre class="syntaxbox">console.dirxml(<em>object</em>); -</pre> - -<h2 id="Paramètres">Paramètres</h2> - -<dl> - <dt><code>object</code></dt> - <dd>Un objet JavaScript dont les propriétés doivent être sorties.</dd> -</dl> - -<h2 id="Spécification">Spécification</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Spécification</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("Console API", "#dirxml", "console.dirxml()")}}</td> - <td>{{Spec2("Console API")}}</td> - <td>Définition initiale</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - - - -<p>{{Compat("api.Console.dirxml")}}</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li><a href="http://www.opera.com/dragonfly/documentation/console/">Opera Dragonfly documentation: Console</a></li> -</ul> |
