resources - Resources
Specifies resources for a page.
Category
basicsSyntax
<xp:this.resources>
<xp:bundle attributes>content</xp:bundle>|
<xp:dojoModule attributes>content</xp:dojoModule>|
<xp:headTag attributes>content</xp:headTag>|
<xp:linkResource attributes>content</xp:linkResource>|
<xp:metaData attributes>content</xp:metaData>|
<xp:script attributes>content</xp:script>|
<xp:styleSheet attributes>content</xp:styleSheet>
...
</xp:this.resources>
Usage
In Design mode, click the Resources tab under Properties, or click All Properties and look for resources under basics.A
resource can be one of the following: Dojo Module (dojoModule
), JavaScript™ Library (xp:script
),
Linked Resource (xp:linkResource
), Metadata (xp:metaData
),
Resource Bundle (xp:bundle
), Style Sheet (xp:styleSheet
),
or an attribute (headTag
).