ARLO Nester
Functions
workspace.tools.views.parameterInfo Namespace Reference

Functions

def getInfo (request, infoType)
 Function used to provide context-sensitive help menus throughout the GUI. More...
 

Function Documentation

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.

Parameters
requestThe Django HTTP request object
infoTypeThe name of the info to return to the popup.
Returns
Django HTTP response object (info.html)