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

class ZENTest.customSVGComponent extends %ZEN.SVGComponent.svgComponent

An example of a custom SVG component.

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/zentest;
This is the XML namespace for this component.

Properties

property style as %ZEN.Datatype.style;
Additional style to apply to this shape.
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()

Methods

clientmethod renderContents() [ Language = javascript ]
Render the inner SVG contents of this component.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab