ARLO Nester
Classes | Functions
workspace.metatagging.views.classifyTag Namespace Reference

Classes

class  TagMetaCustomForm
 Dynamically build a Django Form from the database data. More...
 

Functions

def classifyTag (request, projectId, tagSetId, tagMetaFormId, tagIndex)
 Classify a Tag from the specified TagSet. More...
 

Function Documentation

def workspace.metatagging.views.classifyTag.classifyTag (   request,
  projectId,
  tagSetId,
  tagMetaFormId,
  tagIndex 
)

Classify a Tag from the specified TagSet.

Parameters
requestThe Django HTTP request object.
projectIdThe Database Id of the selected Project.
tagSetIdThe Database Id of the selected TagSet.
tagIndexThe index, starting from 0, of the Tag(Example) to classify. Tags from the TagSet are ordered by id.
Returns
Django HTTP response object.