VersaDev Knowledge Base

 

 


How do you customize the Quick Launch Buttons (Lower Left Buttons in the Application)?


Category: FAQ

The information in this article applies to:

  • versaSRS
  • versaERS
  • versaCRM

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)

 

 


Last Reviewed: 22/08/2008
Powered by VersaDev Copyright 1994 - 2008

Article # Q731133


Last Reviewed
22/08/2008

Print this page  Print this page
Click link to send to a friend  Send to a friend
Add to Favorites  Add to Favorites

Provided by
VersaDev Support Services


Did the information in this article help answer your question?

Yes
No
Did not apply