aboutsummaryrefslogtreecommitdiff
path: root/files/es/fuel/bookmark/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/fuel/bookmark/index.html')
-rw-r--r--files/es/fuel/bookmark/index.html89
1 files changed, 0 insertions, 89 deletions
diff --git a/files/es/fuel/bookmark/index.html b/files/es/fuel/bookmark/index.html
deleted file mode 100644
index 5265d92ce2..0000000000
--- a/files/es/fuel/bookmark/index.html
+++ /dev/null
@@ -1,89 +0,0 @@
----
-title: Bookmark
-slug: FUEL/Bookmark
-tags:
- - FUEL
- - Interfaces
- - Todas_las_Categorías
- - páginas_a_traducir
-translation_of: Mozilla/Tech/Toolkit_API/FUEL/fuelIBookmark
----
-<h2 id="Resumen_del_m.C3.A9todo" name="Resumen_del_m.C3.A9todo">Resumen del método</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td><code>void <a href="#remove.28.29">remove</a>()</code></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Atributos" name="Atributos">Atributos</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td class="header">Atributo</td>
- <td class="header">Tipo</td>
- <td class="header">Descripción</td>
- </tr>
- <tr>
- <td><code>id</code></td>
- <td><code>atributo de solo-lectura long long</code></td>
- <td>EL id del marcador.</td>
- </tr>
- <tr>
- <td><code>title</code></td>
- <td><code>atributo de solo-lectura AString</code></td>
- <td>El título del marcador.</td>
- </tr>
- <tr>
- <td><code>uri</code></td>
- <td><code>atributo nsIURI</code></td>
- <td>La URI del marcador.</td>
- </tr>
- <tr>
- <td><code>description</code></td>
- <td><code>atributo AString</code></td>
- <td>La descripción del marcador.</td>
- </tr>
- <tr>
- <td><code>keyword</code></td>
- <td><code>atributo AString</code></td>
- <td>La palabra clave asociada al marcador.</td>
- </tr>
- <tr>
- <td><code>type</code></td>
- <td><code>atributo de solo-lectura AString</code></td>
- <td>El tipo de marcador. Los valores posibles son: "bookmark", "separator"</td>
- </tr>
- <tr>
- <td><code>parent</code></td>
- <td><code>atributo fuelIBookmarkFolder</code></td>
- <td>La carpeta padre del marcador.</td>
- </tr>
- <tr>
- <td><code>annotations</code></td>
- <td><code>atributo de solo-lectura fuelIAnnotations</code></td>
- <td>El objeto Anotaciones del marcador.</td>
- </tr>
- <tr>
- <td><code>events</code></td>
- <td><code>atributo de solo-lectura fuelIEvents</code></td>
- <td>El objeto eventos del marcador. Los valores posibles son: "remove", "change", "visit", "move"</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="M.C3.A9todos" name="M.C3.A9todos">Métodos</h2>
-
-<h3 id="remove.28.29" name="remove.28.29">remove()</h3>
-
-<p>Borra el objeto de la carpeta padre. Se usa para quitar tanto un marcador como un separador.</p>
-
-<pre class="eval">void remove()
-</pre>
-
-<h6 id="Par.C3.A1metros" name="Par.C3.A1metros">Parámetros</h6>
-
-<h6 id="Valor_devuelto" name="Valor_devuelto">Valor devuelto</h6>