You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
AssignmentManager
completeAssignment(baseUrl, activityId, redirect)
completeAssignmentWithVariable(baseUrl, activityId, variableData, redirect)
getCurrentUsername(baseUrl, callback)
login(baseUrl, username, password, callback)
loginWithHash(baseUrl, username, hash, callback)
logout(baseUrl)
withdrawAssignment(baseUrl, activityId)
ConnectionManager
ajaxJsonp(url, callback, params)
get(url, callback, params, xss)
post(url, callback, params)
getField(fieldId)
getFieldsAsUrlQueryString(fields)
getGridCells(cellFieldId)
getGridCellValues(cellFieldId)
getValue(fieldId)
getValues(fieldId)
create(id, title, width, height)
hide(id)
show(id, url, params, title, width, height, action)
UI
escapeHTML(content)
userviewThemeParams()
UrlUtil
constructUrlQueryString(params)
encodeUrlParam(url)
getUrlParams(url)
mergeRequestQueryString(queryString1, queryString2)