Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENTest.SVGTest

class ZENTest.SVGTest extends %ZEN.Component.page

Simple SVG 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 Test;
Displayed name of this page.

Methods

clientmethod createRect() [ Language = javascript ]
Create a new rect
clientmethod makeBigger() [ Language = javascript ]
Make rect bigger
clientmethod makeSmaller() [ Language = javascript ]
Make rect smaller
clientmethod moveLeft() [ Language = javascript ]
Move rect to the left
clientmethod moveRight() [ Language = javascript ]
Move rect to the right
clientmethod toggleStyle(rect) [ Language = javascript ]
Toggle style of rectangle

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab