removes the specified item/items from datastore
id | string|number|array | the item id or an array of items' ids |
$$("fmanager").remove(1); // removes the item with ID=1
$$("fmanager").remove($$("data").getSelectedFile(some)); // removes the selected item
$$("fmanager").remove([1,3,5]); // removes multiple items