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 (Including Private)
- %DrawMethodDescription()
- ActionEditor()
- ActionList()
- BuildTestMessage()
- CreateInputObject()
- DisplayOutput()
- FunctionWindow()
- GetFunctionHTML()
- GetFunctionInfo()
- OnPage()
- RunTest()
- TestWindow()
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Methods (Including Private)
classmethod %DrawMethodDescription(pClass As %String, pMethod As %String) [ Language = objectscript ]
Write out description of the given method as HTML.
classmethod ActionEditor(pType As %String, pData As %String, pLang As %String) [ Language = objectscript ]
Display HTML for Action editor
classmethod ActionList(pType As %String, pData As %String, pLang As %String) [ Language = objectscript ]
Display HTML for action list window
classmethod BuildTestMessage(pMsgNo As %Integer, pTransform As %String, pData As %String) [ Language = objectscript ]
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 [ Language = objectscript ]
Create an input message for testing.
classmethod DisplayOutput(tObject As %RegisteredObject) [ Language = objectscript ]
Send HTML back to client to display output object
classmethod FunctionWindow(pType As %String, pData As %String, pLang As %String) [ Language = objectscript ]
Display HTML for function window
classmethod GetFunctionInfo(pFunc As %String, pSelection As %String = "") [ Language = objectscript ]
Send details on given function to client.
classmethod OnPage() as %Status [ Language = objectscript ]
Inherited description: Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod RunTest(pInputClass As %String = "", pTransform As %String = "") [ Language = objectscript ]
Called from client to run the DTL test.
classmethod TestWindow(pType As %String, pData As %String, pLang As %String) [ Language = objectscript ]
Display HTML for test window
Inherited Members
Inherited Methods (Including Private)
- %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()