blob: 6ee2b8494ab4e06b1a096a5f8982c185c5e4fa3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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>
|