former_member701166
Explorer
Member since ‎2020 Aug 28

User Statistics

  • 6 Posts
  • 0 Solutions
  • 17 Kudos given
  • 2 Kudos received

User Activity

Hello Experts, I am working on an application which involves CAP and Fiori Elements. For one of the buttons I want to add the tooltip. Following is the code snippet for the button: Identification : [ {$Type:'UI.DataFieldForAction', Label: ...
Hello Experts, There's a function called 'navButtonPress' in sap.m.page. Is there any similar function in ObjectPageLayout as well? If not then how can we trigger a function on click of already existing back button?
Hello Experts, I'm working on an application with 2 pages. When I navigate back from 2nd page to 1st page, I want to delete history of 2nd page. For that I'm using this.getRouter().navTo("firstPage", true); This is retaining the history of 2nd...
Hello, I have set editable property of "Input" to false then also outer box of the field is coming in UI. Code: <cells> <Input id="text" value="{Text}" editable="false" /> </cells> ss.png This is how it is looking. Who do I make it look lik...