Skip to main content

%ZEN.Datatype.eventHandler

datatype class %ZEN.Datatype.eventHandler extends %ZEN.Datatype.datatype

ODBC Type: VARCHAR

This is a string containing a client-side (java) script expression that is intended to be used as an event handler.

Parameters

parameter HANDLER = normal;
This parameter is used control the code generated by the %GetEventHandlers() code generator.
If set to "normal", then code is generated to treat this a standard W3C event. If set to "", then no code is generated. Any other value is used as the actual code to generate for the event.
parameter MAXLEN = 2000;
Inherited description: The maximum number of characters the string can contain.
parameter XMLPROJECTION = attribute;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab