ActiveVOS Designer User’s Guide
In addition to providing configuration and multilingual support for ActiveVOS Central requests, tasks, and reports, you can add more advanced configurations.
This topic covers the basics of how to implement additional configuration, including:
For advanced examples, check activevos.com.
To add your own logo:
avoscentral_en.properties.
This file contains keyIdentifiers and values for the ActiveVOS Central user interface.
ae.avc.header.logo.image=../avc-res/images/ActiveVOScentralTitle.png
ae.avc.header.logo.image=project:/myProject/images/myLogo197x35.png
<otherentry typeURI="res:/text/plain"
location="project:/myProject/deploy/avoscentral_en.properties"
classpath="resources/myProject/deploy/avoscentral_en.properties" />
location="project:/com.activee.avoscentral.services/bundle/avoscentral_en.properties" />
Tip:
For a shortcut to deploying your file, you may prefer to create a project and export a file as described in the following topic:
Displaying ActiveVOS Central in a Web Browser’s Preferred Language.
Copyright (c) 2004-2010 Active Endpoints, Inc.