Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:headTag

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

Description

Defines a resource that includes a generic tag in the head section, if none of the existing resources does it

Properties

Java

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


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
tagName, string
Tag Name
Defines the tag to generate
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
attributes, Collection of xp:parameter - com.ibm.xsp.complex.Parameter
Attributes
Specifies the list of attributes to be generated by the tag.
Required Attribute false