Skip to main content

%DeepSee.Report.UI.captionEditor

class %DeepSee.Report.UI.captionEditor extends %ZEN.Component.control

Spinner control

Property Inventory

Method Inventory

Parameters

parameter CONTROLCLASS = captionEditor;
parameter INCLUDEFILES = zenCSLM.js;
Inherited description: CSV list of additional include files (either .js or .css) that should be included when this component is used on a page.
By default, the file extension (.js or .css) is used to determine whether an item in the list is a script include or a style include. You can override this behavior by adding the terms "script:" or "style:" to the beginning of the file name or names. This prefix is not used as part of the include filename.

Properties

property onabort as %ZEN.Datatype.eventHandler;
onabort event handler: This event is fired when the user discards changes to the value of this control.
Property methods: onabortDisplayToLogical(), onabortGet(), onabortIsValid(), onabortLogicalToDisplay(), onabortLogicalToOdbc(), onabortNormalize(), onabortSet()
property onaccept as %ZEN.Datatype.eventHandler;
onaccept event handler: This event is fired when the user commits changes to the value of this control.
Property methods: onacceptDisplayToLogical(), onacceptGet(), onacceptIsValid(), onacceptLogicalToDisplay(), onacceptLogicalToOdbc(), onacceptNormalize(), onacceptSet()

Methods

method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
clientmethod abort() [ Language = javascript ]
clientmethod adjustWidth() [ Language = javascript ]
clientmethod anchor(x, y, parent, acceptCB, abortCB, gc) [ Language = javascript ]
clientmethod applyGC(gc) [ Language = javascript ]
clientmethod bindToNode(node, value, acceptCB, abortCB, gc) [ Language = javascript ]
clientmethod done() [ Language = javascript ]
clientmethod humanizeXMLString(origStr) [ Language = javascript ]
clientmethod monitorKeys(event) [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.
clientmethod sanitizeXMLString(origStr) [ Language = javascript ]
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