Visit Mozilla.org

FUEL:Bookmark

出典: MDC

この記事は Firefox 3 の新機能について述べています

目次

[編集] メソッドの概要

void remove()

[編集] プロパティ

プロパティ 説明
id readonly attribute long long ブックマークの id。
title attribute AString ブックマークのタイトル。
uri attribute nsIURI ブックマークの URI。
description attribute AString ブックマークの説明。
keyword attribute AString ブックマークに関連付けられたキーワード。
type readonly attribute AString ブックマークの種類。値は "bookmark", "separator" のいずれか。
parent attribute fuelIBookmarkFolder ブックマークの親フォルダ。
annotations readonly attribute fuelIAnnotations ブックマークに対する注釈オブジェクト。
events readonly attribute fuelIEvents ブックマークに対するイベントオブジェクト。 "remove", "change", "visit", "move" をサポート。

[編集] メソッド

[編集] remove()

アイテムを親フォルダから削除する。ブックマークや区切りを削除するために使う。

void remove()
[編集] 引数
[編集] 戻り値


[編集] 参照