Confirm box resize ?

How to change size of confirm box in webix jet ?

Hello @Naufil,

How to change size of confirm box in webix jet ?

Unfortunately, there is no built-in API that would let you resize a confirm box at runtime (the base functionality of modalbox messages is fairly limited). With that said, you have a few alternative options:

  • Manually resize the confirm box via HTML: Code Snippet.

  • Use a separate modal popup/window. This lets you use its API, including sizing and resizing functionality: Code Snippet.

Thank you @Dzmitry.