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!
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!