Return to Snippet

Revision: 45605
at May 4, 2011 23:47 by garnold


Initial Code
//Clear out the toolbar on the right-hand side of the Account Detail view.
//Change the entity name to fit your needs
Ext.override(Mobile.SalesLogix.Account.Detail, {
	init: function() {
		Mobile.SalesLogix.Account.Detail.superclass.init.apply(this, arguments);
		this.tools.tbar = [];
	}
});

Initial URL


Initial Description
Use in the ApplicationModule.js file.

Initial Title
Clear out toolbar

Initial Tags
mobile

Initial Language
JavaScript