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
What I have done now is , I have created an extra property 'customCss' which will hold CSS class initialize: function (options) { this.options = _.extend({ title: null, okText: 'OK', focusOk: true, okCloses: true, cancelText: 'Cancel', showFooter: true, allowCancel: true, escape: true, animate: false, template: template, enterTriggersOk: false, customCss: '' }, options); }, var template = _.template('\ <div class="modal-dialog {{customCss}}"><div class="modal-content">\
Your plugin has proved to be great help. Thanks.
Can I know, if I have three modals with different width how can I handle it? Is there anything which is configurable?
Its not an issue, actually. I may be hitting wrong place, please let me know if this is true.
Regards,
The text was updated successfully, but these errors were encountered: