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

class ZENTest.SVGSliderTest extends %ZEN.Component.page

Zen SVG Slider test page.

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = SVG Slider Test Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Methods

clientmethod inspectElement(id) [ Language = javascript ]
Point object inspector to given component.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod setConstrained(value) [ Language = javascript ]
Update the contrained property of the slider.
clientmethod updateSlider(value) [ Language = javascript ]
Update the value of the slider.
clientmethod updateValue(value) [ Language = javascript ]
Update the value in the text box.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab