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
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ Define URL for the view in #3.
172
172
Define the Bootstrap modal window and html element triggering modal opening.
173
173
174
174
- **Single modal** can be used for multiple ``modalForms`` in single template (see #6).
175
-
- When using **multiple modals** on the same page each modal should have unique ``id`` and the same value should also be set as ``modalID`` option when instantiating ``modalForm``on trigger element.
175
+
- When using **multiple modals** on the same page each modal should have unique ``id`` and the same value should also be set as ``modalID`` option when instantiating ``modalForm``on trigger element.
176
176
- Trigger element (in this example button with ``id="create-book"``) is used for instantiation of ``modalForm`` in #6.
177
177
- Any element can be trigger element as long as ``modalForm`` is bound to it.
178
178
- Click event on trigger element loads form's html from #2 within ``<div class="modal-content"></div>`` and sets action attribute of the form to ``formURL`` set in #6.
0 commit comments