Customize messeger of client.interface.trigger showConfirm with html

I am trying to customize messeger of client.interface.trigger showConfirm whith html. Is this API available on the custom and how to customize?

1 Like

Hi @cuong.lv,

In showConfirm , the message is expected to be a plain text.

There is a dedicated method to render HTML content in a custom dialog -> Interface API - showDialog which is fully customizable with a separate HTML file.

The showDialog supports all the platform methods except Events API and Interface API.
Data can be shared across the main HTML file and the HTML file of this custom dialog with the use of Instance API.

2 Likes

yep. thankiuu so much!

1 Like