CSPX.EnsDTLWizard
class CSPX.EnsDTLWizard extends %CSP.Page
Popup wizard used by DTL Editor. This is a modal window displayed by the Studio DTL editor. When launched it is passed a set of URL parameters:"TYPE"
"DATA"
Method Inventory
- %DrawMethodDescription()
- ActionEditor()
- ActionList()
- BuildTestMessage()
- CreateInputObject()
- DisplayOutput()
- FunctionWindow()
- GetFunctionHTML()
- GetFunctionInfo()
- OnPage()
- RunTest()
- TestWindow()
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Methods
Write out description of the given method as HTML.
Display HTML for Action editor
Display HTML for action list window
Called from client to assemble test message (work-around for size limit!)
classmethod CreateInputObject(pInputClass As %String = "", pData As %String = "", Output pSC As %Status) as %RegisteredObject
Create an input message for testing.
classmethod DisplayOutput(tObject As %RegisteredObject)
Send HTML back to client to display output object
Display HTML for function window
Send details on given function to client.
classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
Called from client to run the DTL test.
Display HTML for test window
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()