-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Updated Question Editor demo page to include all demos from
the existing docs site demo page. https://app.asana.com/0/8825147419757/8855479765458
- Loading branch information
1 parent
758fc44
commit 8aac630
Showing
6 changed files
with
412 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- | ||
******************************************************************** | ||
* | ||
* Setup a modal window for the asset handler demo | ||
* | ||
******************************************************************** | ||
--> | ||
<div class="modal fade img-upload"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | ||
<h4 class="modal-title">Image gallery</h4> | ||
</div> | ||
<div class="modal-body"> | ||
<p>Please chose an image in the gallery.</p> | ||
<div class="gallery-wrapper"> | ||
<p class="asset-img-gallery"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Thomas_Watling_-_A_Direct_North_General_View_of_Sydney_Cove%2C_1794.jpg/220px-Thomas_Watling_-_A_Direct_North_General_View_of_Sydney_Cove%2C_1794.jpg" data-img="http://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Thomas_Watling_-_A_Direct_North_General_View_of_Sydney_Cove%2C_1794.jpg/800px-Thomas_Watling_-_A_Direct_North_General_View_of_Sydney_Cove%2C_1794.jpg"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Sydney_1932.jpg/220px-Sydney_1932.jpg" data-img="http://upload.wikimedia.org/wikipedia/commons/5/5f/Sydney_1932.jpg"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/City_of_sydney_from_the_balmain_wharf_dusk_cropped2.jpg/220px-City_of_sydney_from_the_balmain_wharf_dusk_cropped2.jpg" data-img="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/City_of_sydney_from_the_balmain_wharf_dusk_cropped2.jpg/800px-City_of_sydney_from_the_balmain_wharf_dusk_cropped2.jpg"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/NRL_Grand_Final_2006.JPG/220px-NRL_Grand_Final_2006.JPG" data-img="http://upload.wikimedia.org/wikipedia/commons/c/c3/NRL_Grand_Final_2006.JPG"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/QantasSYD.jpg/220px-QantasSYD.jpg" data-img="http://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/QantasSYD.jpg/800px-QantasSYD.jpg"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Trams_on_George_Street_in_front_of_the_QVB.jpg/220px-Trams_on_George_Street_in_front_of_the_QVB.jpg" data-img="http://upload.wikimedia.org/wikipedia/commons/9/9b/Trams_on_George_Street_in_front_of_the_QVB.jpg"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Qvbsyd.jpg/220px-Qvbsyd.jpg" data-img="http://upload.wikimedia.org/wikipedia/commons/c/c4/Qvbsyd.jpg"> | ||
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/QVB.jpg/113px-QVB.jpg" data-img="http://upload.wikimedia.org/wikipedia/en/5/5f/QVB136lg.jpg"> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.