Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:baseUrl

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

Description

Defines the base tag in the head, indicating how links and resource references relative to this HTML page are handled

Properties

Java

Java Class: com.ibm.xsp.complex.ViewRootBaseUrl


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
href, string
Base Location
An absolute URI used as the base for resolving relative URIs in the page
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
target, string
Base Target
A default link target for the page, indicating the window or frame where links should be opened
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true