aboutsummaryrefslogtreecommitdiff
path: root/files/fr/fuel/bookmark
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/fuel/bookmark')
-rw-r--r--files/fr/fuel/bookmark/index.html85
1 files changed, 85 insertions, 0 deletions
diff --git a/files/fr/fuel/bookmark/index.html b/files/fr/fuel/bookmark/index.html
new file mode 100644
index 0000000000..6ee2b8494a
--- /dev/null
+++ b/files/fr/fuel/bookmark/index.html
@@ -0,0 +1,85 @@
+---
+title: Bookmark
+slug: FUEL/Bookmark
+tags:
+ - FUEL
+ - Interfaces
+ - 'XPCOM:Références'
+translation_of: Mozilla/Tech/Toolkit_API/FUEL/fuelIBookmark
+---
+<p>
+
+</p><p><br>
+</p>
+<h2 id="Synoptique" name="Synoptique">Synoptique</h2>
+<table class="standard-table"> <tbody><tr>
+<td> <code>void <a href="#remove.28.29">remove</a>()</code>
+</td></tr>
+</tbody></table>
+<h2 id="Attributs" name="Attributs">Attributs</h2>
+<table class="standard-table"> <tbody><tr>
+<td class="header">Attribut
+</td><td class="header">Type
+</td><td class="header">Description
+</td></tr>
+<tr>
+<td><code>id</code>
+</td><td><code>attribut <i>long</i> en lecture seule</code>
+</td><td>L'<code>id</code> du marque-page.
+</td></tr>
+<tr>
+<td><code>title</code>
+</td><td><code>attribut <i>AString</i></code>
+</td><td>Le titre du marque-page.
+</td></tr>
+<tr>
+<td><code>uri</code>
+</td><td><code>attribut <i>nsIURI</i></code>
+</td><td>L'<code>uri</code> du marque-page.
+</td></tr>
+<tr>
+<td><code>description</code>
+</td><td><code>attribut <i>AString</i></code>
+</td><td>La description du marque-page.
+</td></tr>
+<tr>
+<td><code>keyword</code>
+</td><td><code>attribut <i>AString</i></code>
+</td><td>Les mots clefs associés au marque-page.
+</td></tr>
+<tr>
+<td><code>type</code>
+</td><td><code>attribut <i>AString</i> en lecture seule</code>
+</td><td>Le type de marque-page. Valeurs : <code>bookmark</code>, <code>separator</code>
+</td></tr>
+<tr>
+<td><code>parent</code>
+</td><td><code>attribut <i>fuelIBookmarkFolder</i></code>
+</td><td>Le dossier parent du marque-page.
+</td></tr>
+<tr>
+<td><code>annotations</code>
+</td><td><code>attribut <i>fuelIAnnotations</i></code>
+</td><td>Les objets <a href="fr/FUEL/Annotations">commentaires</a> du marque-page.
+</td></tr>
+<tr>
+<td><code>events</code>
+</td><td><code>attribut <i>fuelIEvents</i> en lecture seule</code>
+</td><td>Les objets <a href="fr/FUEL/Events">événements</a> du marque-page. Accepte les valeurs : <code>remove</code>, <code>change</code>, <code>visit</code>, <code>move</code>
+</td></tr>
+</tbody></table>
+<h2 id="M.C3.A9thodes" name="M.C3.A9thodes">Méthodes</h2>
+<h3 id="remove.28.29" name="remove.28.29">remove()</h3>
+<p>Supprime l'élément du dossier parent. Utilisé pour effacer un marque-page ou un séparateur
+</p>
+<pre class="eval">void remove()
+</pre>
+<h6 id="Param.C3.A8tres" name="Param.C3.A8tres">Paramètres</h6>
+<h6 id="Valeur_retourn.C3.A9e" name="Valeur_retourn.C3.A9e">Valeur retournée</h6>
+<p><br>
+</p>
+<h2 id="Voir_.C3.A9galement" name="Voir_.C3.A9galement">Voir également</h2>
+<p><br>
+</p>
+<div class="noinclude">
+</div>