ARLO Nester
Classes | Namespaces | Functions
tagSet.py File Reference

Classes

class  workspace.tools.views.tagSet.TagSetForm
 

Namespaces

 workspace.tools.views.tagSet
 

Functions

def workspace.tools.views.tagSet.deleteTagSet (request, tagSetId)
 Delete the specified TagSet, and all contained Tags. More...
 
def workspace.tools.views.tagSet.tagSets (request)
 Display a list of all of the user's own TagSets. More...
 
def workspace.tools.views.tagSet.projectTagSets (request, projectId)
 Display a list of all of the user's own TagSets. More...
 
def workspace.tools.views.tagSet.startNewTagSet (request, projectId)
 Create a new TagSet within the specified Project. More...
 
def workspace.tools.views.tagSet.getProjectTagSetsInfo (request, projectId)
 Get a list of TagSets in a Project, and return a count of the tags in each TagSet. More...
 
def workspace.tools.views.tagSet.viewTagSet (request, tagSetId)
 View a TagSet and edit it's Notes. More...