Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 

Hello!

I had to close the full-screen display on a chip, I have not found anything suitable, the solution was as follows:

To hide the full screen display on a chip, it is necessary in the controller application, add the following code:

       

    onAfterRendering: function() {

               $("#"+this.getView().getParent().getId().split("--")[0] + "--laneView--fullscreen").hide();

          },​

Thank you for your help Diaghilev Ivan

1 Comment
Labels in this area