Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to add bootstrap modal as a confirmation of editing. #856

Open
MelnikDima opened this issue Jan 18, 2016 · 2 comments
Open

Impossible to add bootstrap modal as a confirmation of editing. #856

MelnikDima opened this issue Jan 18, 2016 · 2 comments

Comments

@MelnikDima
Copy link

Here is an example:
It is working
$('#name2').editable({
validate: function (x) {
if (!confirm("Are you sure you wish to proceed?")) {
return "Canceled";
}
}
});

But it is impossible to add nice styled bootstrap modal as a confirmation
instead of the build-in confirm() system browser popup.

@KaitaniLabs
Copy link

+1. Even something like Jquery Confirm would be a nice integration as well.

@ilramdhan
Copy link

For those of you who are struggling to implement it on Bootstrap 4, maybe this can help.

For Bootstrap 4 its work, check this #1189 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants