X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fmkws-developer.txt;h=729095138e1d2ba4bb2a45194b57c9b4afcb722a;hb=55e52daf6824d8926891606cce49e7f56251c32a;hp=34e5532c160cf3f3abce6cb28ac88eec7295c2f4;hpb=598f59dc3d9a186fcef7d858804270ca639a6aba;p=mkws-moved-to-github.git diff --git a/doc/mkws-developer.txt b/doc/mkws-developer.txt index 34e5532..7290951 100644 --- a/doc/mkws-developer.txt +++ b/doc/mkws-developer.txt @@ -106,23 +106,23 @@ this.log(string) -- a function to log a string for debugging TEAM PROPERTIES AND METHODS =========================== -team.queue -team.name -team.targetFiltered(data[i].id) -team.config() -team.log() -team.newSearch(query, sortOrder, maxrecs, perpage, limit, targets, targetfilter); +team.queue(eventName) +team.name() +team.targetFiltered(targetId) +team.config() -- no reason to use this. +team.log(string) +team.newSearch(query, sortOrder, maxrecs, perpage, limit, targets, targetfilter) team.totalRecordCount() team.perpage() team.currentPage(); -team.recordElementId(hit.recid[0]) +team.recordElementId(recordId) team.currentRecordId() team.currentRecordData() -team.renderDetails() -team.loadTemplate() +team.renderDetails(recordData) +team.loadTemplate(templateName) team.filters() -team.set_sortOrder() +team.set_sortOrder(string) team.submitted() team.resetPage() team.reShow() -team.set_perpage() +team.set_perpage(number)