0

In a Bsp application i need to activate and make these buttons of a tableview work,currently the buttons are present and part of the layout, but they dont work,anyone has any idea how i could make them work?The buttons that i need to activate are maximize,minimize,standard etc.

Thanks in advance, Shamiron

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170
Shami555
  • 9
  • 1
  • 5
  • "but they don't work" --> Please add an [mcve](https://stackoverflow.com/help/minimal-reproducible-example) to the question. Without it, it's impossible to resolve the issue. – Boghyon Hoffmann Dec 26 '20 at 19:14

1 Answers1

1

Check the code for button, there itself you can resize the button

<Input Type = 'Submit'  ... >

I think in that you didnt mention event handler tab section.

<input type=submit name="onInputProcessing(back)" value="home">
PhonicUK
  • 13,486
  • 4
  • 43
  • 62
Dhivya
  • 518
  • 2
  • 8
  • 17