Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENTest.SVGOwnerDrawTest

class ZENTest.SVGOwnerDrawTest extends %ZEN.Component.page

Test page for the owner-draw SVG Component.

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = SVG Owner-Draw Test;
Displayed name of this page.

Methods

classmethod GetSVGContents(pIndex As %Integer) [ ZenMethod ]
Execute server-logic to get SVG contents for Owner-draw component.
clientmethod ownerDraw1(svg) [ Language = javascript ]
Owner-draw notification for owner1 component. This method creates content using client-side logic.
clientmethod ownerDraw2(svg) [ Language = javascript ]
Owner-draw notification for owner2 component. This method creates content using server-side logic.
clientmethod update(id) [ Language = javascript ]
Update contents of Owner-draw svg component.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab