zotero/chrome/chromeFiles
Dan Stillman 957b220cd3 Closes #56, add "institution" field in creators table to deal with institutional authors
- '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
2006-08-11 04:36:44 +00:00
..
content/scholar Closes #56, add "institution" field in creators table to deal with institutional authors 2006-08-11 04:36:44 +00:00
locale/en-US/scholar Localized string for website accessDate 2006-08-10 22:46:44 +00:00
skin/default/scholar Removing a saved search removes the item in the left pane. 2006-08-10 22:39:21 +00:00