Home | Trees | Index | Help |
---|
|
web.DtmlPage --+ | DefaultDtmlPage --+ | QMTestPage --+ | ShowSuitePage
|
|||
Inherited from |
|
|||
__init__(self,
server,
suite,
edit,
is_new_suite)
Construct a new DTML context. |
|||
MakeEditUrl(self)
Return the URL for editing this suite. |
|||
MakeRunUrl(self)
Return the URL for running this suite. |
|||
MakeDeleteScript(self)
Make a script to confirm deletion of the suite. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a new DTML context. 'server' -- The 'QMTestServer' creating this page. 'suite' -- The 'Suite' instance to display. 'edit' -- If true, display controls for editing the suite. 'is_new_suite' -- If true, the suite being displayed is being created at this time.
|
|
|
Make a script to confirm deletion of the suite. returns -- JavaScript source for a function, 'delete_script', which shows a popup confirmation window. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:34 2007 | http://epydoc.sf.net |