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
I love this little library! It got me start using modals with Backbone quick and easy. I want to use it so that users can do a search in my DB, click one of the results, and return that result to the main screen to edit it.
I already have a little cross to close the modal on the right top (<button type="button" class="close" data-dismiss="modal" aria-hidden="true">X</button>), and because of this, I don't need the Cancel and OK button.
Does anybody know how I can somehow prevent it from displaying the cancel and ok button? All tips are welcome!
The text was updated successfully, but these errors were encountered:
I love this little library! It got me start using modals with Backbone quick and easy. I want to use it so that users can do a search in my DB, click one of the results, and return that result to the main screen to edit it.
I already have a little cross to close the modal on the right top (
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">X</button>
), and because of this, I don't need the Cancel and OK button.Does anybody know how I can somehow prevent it from displaying the cancel and ok button? All tips are welcome!
The text was updated successfully, but these errors were encountered: