Reputation: 19
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
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