saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Confirm labels #54

Closed andjelko closed 8 years ago

andjelko commented 8 years ago

How to set custom labels on confirm modal?

saribe commented 8 years ago

Download the new version and use:

eModal.addLabel('Si', 'No'), eModal.addLabel('😼', '🚃') ...

and use them as expected