Home | Trees | Index | Help |
---|
|
web.DtmlPage --+ | DefaultDtmlPage --+ | QMTestPage --+ | NewItemPage
|
|||
Inherited from |
|
|||
__init__(self,
server,
type,
item_id="",
class_name="",
field_errors={})
Create a new DTML context. |
|||
GetTitle(self)
Return the title this page. |
|||
GetClassDescriptions(self)
Return a description of the available classes. |
|||
MakeSubmitUrl(self)
Return the URL for submitting the form. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Create a new DTML context. 'type' -- Either "test" or "resource". 'server' -- The 'QMTestServer' creating this page. 'item_id' -- The item ID to show. 'class_name' -- The class name to show. 'field_errors' -- A mapping of error messages for fields. Keys may be "_id" or "_class".
|
|
Return a description of the available classes. returns -- Structured text describing each of the available test or resource classes. |
Return the URL for submitting the form. The URL is for the script 'create-test' or 'create-resource' as appropriate. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:34 2007 | http://epydoc.sf.net |