Changes between Version 4 and Version 5 of Firefox_userobs
- Timestamp:
- 05/10/07 12:08:06 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Firefox_userobs
v4 v5 12 12 === Bookmark Events === 13 13 14 BOOKMARK = "urn:mozilla:bookmarks:" 15 14 16 '''Mathod:''' eventAddBookmark [[BR]] 15 17 '''Parameters:''' 16 18 17 19 ||'''Name'''||'''Value'''|| 18 ||bmURI|| "BOOKMARK"+ URI||19 ||bmLocation|| BMlocation||20 ||bmName|| BMname||21 ||bmFolder|| BMfolder||20 ||bmURI||BOOKMARK + URI|| 21 ||bmLocation||the URL of the bookmark|| 22 ||bmName||the name of the bookmark|| 23 ||bmFolder||the name folder in which the bookmark was created|| 22 24 23 25 … … 26 28 27 29 ||'''Name'''||'''Value'''|| 28 ||BMname|| name||29 ||BMlocation|| URL||30 ||BMURI|| "BOOKMARK"+URI||30 ||BMname||the name of the bookmark|| 31 ||BMlocation||the URL of the bookmark|| 32 ||BMURI||BOOKMARK + URI|| 31 33 32 34 === Browser Events ===