You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, make selectors in template configurable, especially BUTTONS , in case if we not like them in "btn-group" when template option is used in configuration: e.g.
$('[data-toggle=confirmation]').confirmation({
rootSelector: '[data-toggle=confirmation]',
template: $('#myTemplateContainingDiv').html()'
// other options
});
I modified it in code here, replacing '.btn-group' with .'my-custom-btn-div-class', but will be very useful if is configurable through options. Can be only 'BUTTONS: '.confirmation-buttons' and we can remove in this case '<div class="my-custom-btn-div-class"></div>' from html. Will be much more flexible if we can control this setting.
Please, make selectors in template configurable, especially BUTTONS , in case if we not like them in "btn-group" when template option is used in configuration: e.g.
and in HTML:
I modified it in code here, replacing '.btn-group' with .'my-custom-btn-div-class', but will be very useful if is configurable through options. Can be only
'BUTTONS: '.confirmation-buttons'
and we can remove in this case'<div class="my-custom-btn-div-class"></div>'
from html. Will be much more flexible if we can control this setting.Thank you. (Great plugin!)
The text was updated successfully, but these errors were encountered: