Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: How to Hide "Add" (+) Footer button in the My Accounts App

$
0
0

Hi,

you can do the following:

Add in your component a Controller extension for te S2-Controller, something like:

"sap.ui.controllerExtensions" : {

   "cus.crm.myaccounts.view.S2":{

   controllerName: "<your namespace>.view.S2"

   }

  }

  }

 

In your Custom S2-Controller overwrite the _getHeaderFooterOptions-function:

_getHeaderFooterOptions : function() {

   return [];

  }

 

 

Regards, miro


Viewing all articles
Browse latest Browse all 9091

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>