Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:handler

f:com.ibm.xsp.BaseComplexType
   xp:handler

Description

Registers its defined event with its parent control, with respect to the script language being used in the event and the platform its running on

Properties

Java

Java Class: com.ibm.xsp.event.ClientEventHandler


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
type, string
Type
Specifies the scripting language being used, a MIME type defaulting to the JavaScript type
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
renderkit, string
Render Kit
Specifies the render kit identifier which is be used in conjunction with this event handler
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
script, string
Script
Specifies the script to be executed
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true