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.SVGSpriteTest

class ZENTest.SVGSpriteTest extends %ZEN.Component.page

Simple SVG Sprint Component Test page

Method Inventory

Parameters

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

Methods

clientmethod initializeCanvas() [ Language = javascript ]
clientmethod itemSelected(item) [ Language = javascript ]
Notification that user has selected an SVG component.
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.
clientmethod select(item) [ Language = javascript ]
Select the given item and set the inspector to refer to it.
clientmethod selectSprite(sprite) [ Language = javascript ]
Select the given sprite
clientmethod updateInspector() [ Language = javascript ]
Update values in the inspector.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab