< css />
View Element Reference
< css />
Includes a Cascading Style Sheet file in the view for supporting view styling such as changing the font, colors or spacing within the view.
<css file="my-stylesheet.css"/>
Enclosing Element: This tag is a direct child of the <view> element.
Encloses: This tag does not enclose any child elements.
Attributes
Attribute | Description | Valid Values | Optional |
---|---|---|---|
file |
The name of the CSS file to be included. When searching for a .css file, Web Central will first look in the same folder as the including AXVW file, and then search in folders defined in
\WEB-INF\config\context\compatibility\afm-config.xml
in the
<searchDirectories>
element under a
<fileCategory>
with extension
css.
|
The name of the desired file. | no |