Toolbar Browser
3. Reference
Triggers
Controls
TOOLBAR
CONTROL
BUTTON
MENU
SUBMENU
OPTION
SEPARATOR
COMMAND
COMMANDS
MENUDEFINITIONS
UNINSTALL
Common Parameters
TIMER
Variables
System Variables
Global Values
Functions
Text Functions
 

UNINSTALL

The UNINSTALL tag is used to remove default Toolbar Browser bars during the Toolbar Browser install process.

Syntax:

    <UNINSTALL toolbar="toolbar_name"></UNINSTALL>



Parameters:

    toolbar - contains the name or the source URL of the toolbar to uninstall.


Remarks:

    • Value of the toolbar prameter is not case sensitive.
    • The UNINSTALL command is only used during the Toolbar Browser installation process. It is ignored at all other times.



Example:

    <xml id="toolbar">
    <toolbar caption="Uninstall Example">
    <UNINSTALL toolbar="Shopping"></UNINSTALL>
    <UNINSTALL toolbar="SEO"></UNINSTALL>

    <control type="button" caption="Toolbar Button"></control>
    </toolbar>
    </xml>



    When installed, the Toolbar in the above example will remove the default Shopping and SEO bars.