ActiveVOS Designer User’s Guide
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:
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript" src="myJquery.script.js"/>
You can also use inline scripts, such as <script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript"> var my_String = "Hello";
<meta xmlns="http://www.w3.org/1999/xhtml" name="keywords" content="some keyword,another keyword" />
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:
<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:
Copyright (c) 2004-2010 Active Endpoints, Inc.