cancel
Showing results for 
Search instead for 
Did you mean: 

COMPONENT 'WDR_SELECT_OPTIONS' WITHOUT BUTTONS

former_member497277
Participant
0 Kudos

HI!!

I HAVE MADE AN APPLICATION WITH A COMPONENT 'WDR_SELECT_OPTIONS'. IT IS POSSIBLE TO CLEAR THE FOUR BUTTONS OF “CANCEL”, “CHECK”, “RESET”, “COPY”, THAT APPEAR BY DEFECT?

THANKS IN ADVANCE.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ana,

have you tried to disable those standard buttons by calling method set_global_options ? And then choosing all those buttons you want to remove?

Regards, Heidi

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Ana,

In addition to Heidi's comment, after switching off the standard buttons one can call corresponding methods at the component interface or helper class to trigger those actions by source code.

Best regards,

Thomas