How do you customize the Quick Launch Buttons (Lower Left Buttons in the Application)?
FAQ
Q: How do I customize the Quick Launch Buttons section?
A: The Quick Launch buttons (bottom left corner of application window) are configured via an XML file (CustomButtonBar.xml) located within the root directory folder of the application.
The XML file allows you to define 7 custom buttons as defined below;
<ButtonText>VersaCRM</ButtonText> - Button Display Text
<ButtonURL>http://localhost/versacrm</ButtonURL> - URL to launch on button click
<ButtonTarget>rightFrame1</ButtonTarget> - VersaSRS Target Window (see below)
<ButtonFeatures></ButtonFeatures> - reserved
<ButtonCommand></ButtonCommand> - reserved
<ImageURL>images/reassign1.gif</ImageURL> - URL to Button icon
<ImageMouseOver>VersaCRM</ImageMouseOver> - Button Mouse Over text (tool tip)
ButtonTarget values:
_blank - new window
rightFrame1 - VersaSRS Calls Panel (see Getting Started Guide for panel definitions)
rightFrame2 - VersaSRS System Tools Pane (see Getting Started Guide for panel definitions)