Skip to main content

%CSP.UI.Portal.Dialog.XSLTGatewayTest

class %CSP.UI.Portal.Dialog.XSLTGatewayTest extends %CSP.Portal.standardDialog

Dialog popup for Zen Report Render Server actions.

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %CSP.UI.Portal.Application;
Class name of application this page belongs to.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter CANCELBUTTON = 0;
If true, then this dialog displays a Cancel button.
parameter CSPURL = /csp/sys/mgr/%CSP.UI.Portal.Dialog.XSLTGatewayTest.zen;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter PAGENAME = Test XSLT Gateway server;
Displayed name of this page.
parameter RESOURCE = %Admin_Manage;
Security requirement

Properties

property Action as %String;
Property methods: ActionDisplayToLogical(), ActionGet(), ActionIsValid(), ActionLogicalToDisplay(), ActionLogicalToOdbc(), ActionNormalize(), ActionSet()
property Draw1 as %Boolean [ InitialExpression = 0 ];
Property methods: Draw1DisplayToLogical(), Draw1Get(), Draw1IsValid(), Draw1LogicalToDisplay(), Draw1LogicalToXSD(), Draw1Normalize(), Draw1Set(), Draw1XSDToLogical()

Methods

method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
method DrawArea1(pSeed As %String) as %Status
Provide HTML content according to the action.
classmethod Example1() as %String
This demonstrates a transformation by simply sorting the elements within the XML The difference between this method and the one in XSLT2.Examples is that here we escape the output as it is displayed in HTML contents, and change to namespace SAMPLES.
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod onkeydownHandler(evt) [ Language = javascript ]
If the user presses the ENTER key, this popup window will close.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab