525
edits
Line 29: | Line 29: | ||
Here are some of the basic transactions provided: | Here are some of the basic transactions provided: | ||
< | <pre> | ||
function PlacesCreateItemTransaction(uri, container, index); | |||
function PlacesCreateSeparatorTransaction(container, index); | |||
function PlacesMoveFolderTransaction(id, oldContainer, oldIndex, newContainer, newIndex); | |||
function PlacesMoveItemTransaction(uri, oldContainer, oldIndex, newContainer, newIndex); | |||
function PlacesRemoveItemTransaction(uri, oldContainer, oldIndex); | |||
function PlacesRemoveSeparatorTransaction(oldContainer, oldIndex); | |||
function PlacesEditItemTitleTransaction(uri, newTitle); | |||
function PlacesEditFolderTitleTransaction(id, newTitle); | |||
function PlacesEditBookmarkKeywordTransaction(uri, newKeyword); | |||
</pre> | |||
= Grouping Transactions = | = Grouping Transactions = |
edits