UNINSTALLThe 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:
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. |