mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Mirror of https://github.com/zotero/zotero.git
- 'isInstitution' parameter added to Item.setCreator(), Creators.getID(), Creators.add()
- 'isInstitution' property added to return from Creators.get() and Item.getCreator()
var obj = Scholar.Items.getNewItemByType(1);
obj.setField('title', 'Digital History for Dummies');
obj.setCreator(0, '', 'Center for History and New Media', 1, true); // true == institutional creator
var id = obj.save();
Note: 'firstName' field is ignored when 'isInstitution' is true
|
||
|---|---|---|
| chrome/chromeFiles | ||
| components | ||
| defaults/preferences | ||
| chrome.manifest | ||
| install.rdf | ||
| license.txt | ||
| schema.sql | ||
| scrapers.sql | ||
| update.rdf | ||