ARLO Nester
|
Functions | |
def | getInfo (request, infoType) |
Function used to provide context-sensitive help menus throughout the GUI. More... | |
def workspace.tools.views.parameterInfo.getInfo | ( | request, | |
infoType | |||
) |
Function used to provide context-sensitive help menus throughout the GUI.
These are setup as '?' icons throughout the interface; clinking on them is captured by arlo.js, and a popup is displayed with data from this function.
request | The Django HTTP request object |
infoType | The name of the info to return to the popup. |