Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:scriptGroup

f:com.ibm.xsp.BaseComplexType
   xp:simpleActionInterface
      xp:scriptGroup

Description

Specifies the script group that executes a group of client browser scripts when the condition is true. The condition is evaluated on the client.

Properties

Java

Java Class: com.ibm.xsp.actions.client.ScriptGroup


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
scripts, Collection of
Client Scripts
Specifies the ordered list of client simple actions to execute.
Required Attribute false
conditionScript, string
Condition Script
Specifies the script which determines if actions are executed. The default value is "true", which indicates all simple actions will be executed unless one action has a return statement.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true