-
Notifications
You must be signed in to change notification settings - Fork 5
API Reference
agrueneberg edited this page Jul 10, 2012
·
3 revisions
TCGA.loadScript(url, callback)TCGA.loadScript([url, url, ...], callback)TCGA.modules(callback)
TCGA.find(query, callback)
TCGA.get(url, callback)TCGA.getJSON(url, callback)TCGA.getXML(url, callback)TCGA.getArchive(url, callback)TCGA.getRange(url, startByte, endByte, callback)
TCGA.data
TCGA.store.set(key, value, callback)TCGA.store.get(key, callback)TCGA.store.del(key, callback)TCGA.store.exists(key, callback)TCGA.store.keys(callback)TCGA.store.clear(callback)
TCGA.registerTab(options)
TCGA.toast.info(message, duration)TCGA.toast.success(message, duration)TCGA.toast.error(message, duration)
TCGA.version()