ActiveVOS Designer User’s Guide

Including Your Own Styles, Scripts, and Meta Data for ActiveVOS Central

In a new avcconfig file, there is a section where you can specify your own CSS files, scripts, and meta data for use in ActiveVOS Central.

Instead of linking in CSS, scripts, and meta data in request and task forms, you reference it from a .avcconfig file in the <centralIncludes> section.

The <centralIncludes> section can include the following elements, which are common <head> element in a XHTML file:

When you create a new avcconfig file, by default, only one section of the file is generated:

<tns:centralIncludes>
<link xmlns="http://www.w3.org/1999/xhtml" href="../example.css" rel="stylesheet" type="text/css"> 
</tns:centralIncludes>

To use your own style sheet:

  1. If desired, review the default ActiveVOS Central CSS files. To do this, open ActiveVOS Central and view the Page Source. Find the section of the source file linking to the CSS files and select a link. The style sheet for basic UI styles for fonts and colors is ae-avc.css.
  2. If desired, copy styles from ae-avc.css or other CSS and make your own modifications.
  3. In request and task forms, use the class names from the CSS file, as desired.
  4. Deploy your CSS file.
  5. In an avcconfig file, add the name of the CSS in the <tns:centralIncludes> section and deploy the config file. For example:
  6. <link xmlns="http://www.w3.org/1999/xhtml" href="../example.css" rel="stylesheet" type="text/css"> 

    Where the href path can be one of the following: