EnsPortal.SVG.DTLDiagram
class EnsPortal.SVG.DTLDiagram extends EnsPortal.SVG.templatePage
DTL DiagramThis page renders the SVG needed to display the SVG portion of the DTL editor.
Property Inventory
Method Inventory
- %OnDrawSVGDef()
- %OnDrawSVGPage()
- %OnDrawStyleSVG()
- DrawAdditionalScript()
- DrawDTLDiagram()
- onSVGLoad()
- setZoom()
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
parameter JSINCLUDES = ensdtlzen.js,ensdtlparser.js;
Comma-delimited list of additional .js files.
parameter RESOURCE = %Ens_Code:READ,%Ens_DTL:READ;
User needs READ permissions on either the %Ens_Code or the %Ens_DTL resource to view this page.
Properties
property currPage as %String (ZENURL = "PAGE");
Curr page of trace
Property methods: currPageDisplayToLogical(), currPageGet(), currPageIsValid(), currPageLogicalToDisplay(), currPageLogicalToOdbc(), currPageNormalize(), currPageSet()
Methods
classmethod %OnDrawSVGDef() as %Status
Callback method called when drawing the SVG defs for this page.
method %OnDrawSVGPage() as %Status
Inherited description: Callback method.
If defined, this provides a way for a subclass to add static SVG content
to the svgPage.
classmethod %OnDrawStyleSVG() as %Status
Callback method called when drawing the SVG CSS style for this page.
method DrawAdditionalScript()
Write out any other scripts needed by editor.
method DrawDTLDiagram() as %Status
Draw the SVG DTL diagram.
clientmethod onSVGLoad() [ Language = javascript ]
Inherited description: This method is called when this svgPage is loaded.
clientmethod setZoom(zoom) [ Language = javascript ]
Set the zoom level
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ApplyURLParms()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawClassDefinition()
- %DrawClassDefinitions()
- %DrawObjectDefinitions()
- %DrawObjectProperties()
- %DrawSVGDef()
- %DrawSVGDefs()
- %DrawSVGPage()
- %DrawStyleSVG()
- %EndScript()
- %Extends()
- %GetParameter()
- %GetSuperClassList()
- %InvokeCallback()
- %IsA()
- %IsModified()
- %LinkCSS()
- %LinkScript()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnDrawSVGScript()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %StartScript()
- %ValidateObject()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()