Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:dojoModule

f:com.ibm.xsp.BaseComplexType
   xp:resource
      xp:dojoModule

Description

Defines a resource that includes a dojo module

Properties

Java

Java Class: com.ibm.xsp.resource.DojoModuleResource


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
rendered, boolean
Rendered Flag
Indicates whether or not the resource should be rendered to the page.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
name, string
Name
Defines the dojo module name
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
condition, string
Condition
Client side JavaScript expression that defines the condition for including this module. For example, it can be dojo.isIE
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true