/ Published in: JavaScript
Use in the ApplicationModule.js file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//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 = []; } });