Shami555
Shami555

Reputation: 19

How to activate the buttons in a Tableview of BSP application (SAP)

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

Upvotes: 0

Views: 1309

Answers (1)

Dhivya
Dhivya

Reputation: 518

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">

Upvotes: 1

Related Questions