on 2018 Dec 12 10:11 AM
Hy everybody.
I have created a new action for an editor action (hybris 6.7). When I click this action I get the confirmation popup with the button cancel and accept.

What I need to do is in this popup to add an textarea and only when it has information to can accept this action. Before the button it must have a textarea and "YES" button will enable when it has data.
Thanx a lot. 😉
Request clarification before answering.
can any one help me on this please how we can make text "are you sure ?" as red in above popup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can customize MessageBox and put your logic there whatever you want
//Below is the example of showing refund message based on refund response
Messagebox.show(returnService.getRefundFailureMessage(returnRequest, paymentRefundResponseData), // message
"Payment Refund Failed", // title
new Button[]
{ Button.OK }, // buttons
null, // button labels
Messagebox.ERROR, // icon
null, // focused button
null, null);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.