Dialog Box - customizing possible?

Hello together,
in the cookbook → HTML i found a dialog confirm box.

$this->Html->link(
‘Delete’,
[‘controller’ => ‘Recipes’, ‘action’ => ‘delete’, 6],
[‘confirm’ => ‘Are you sure you wish to delete this recipe?’]

It works fine but it looks plain.
Can i customize the look?
Or do i need to include something like SweetAlert if i want something better looking?

yes you can customize this by creating your own html helper. also extend your helper with cake html helper to use cakehtml helper feature from your helper

Hello Dhana,
Thank you for your reply
I startet working with bootstrap 3
I still got to learn a lot but it works the way i wanted it to :slight_smile: