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

class ZENTest.SVGLayoutTest extends %ZEN.Component.page

Simple SVG Component Layout Test page

Method Inventory

Parameters

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

Methods

clientmethod applyTestValue() [ Language = javascript ]
Apply a random value to the current selected item.
clientmethod changeLayout(groupId, type) [ Language = javascript ]
Change layout of specified group
clientmethod editMode(cb) [ Language = javascript ]
Toggle edit mode.
clientmethod itemMoved() [ Language = javascript ]
Notification that user has moved an SVG component.
clientmethod itemResized() [ Language = javascript ]
Notification that user has resized an SVG component.
clientmethod itemSelected(item) [ Language = javascript ]
Notification that user has selected an SVG component.
clientmethod onloadHandler() [ Language = javascript ]
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 sliderChange(slider) [ Language = javascript ]
User has moved the zoom slider.
clientmethod updateInspector() [ Language = javascript ]
Update the object inspector.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab