Created
December 16, 2013 14:53
-
-
Save muracms/7988242 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #$.dspThemeInclude('display_objects/sampleModalWindow.cfm')# |
This file contains hidden or 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
| <a href="##myModal" data-toggle="modal">Sample Modal Window</a> |
This file contains hidden or 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
| <cfset $.loadShadowBoxJS()> |
This file contains hidden or 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
| <div id="inline-content" style="display:none;"> | |
| <h3>Shadowbox.js</h3> | |
| <p>Suspendisse eget mauris ut risus sodales sagittis. Nunc vel nibh ante. Vivamus vel eros venenatis nibh varius feugiat. Ut elementum consequat iaculis. Phasellus quis justo odio. Donec commodo, est sit amet venenatis sodales, libero enim venenatis arcu, id ultrices lorem nulla quis enim. Etiam aliquam metus et purus faucibus sed mattis leo vulputate.</p> | |
| </div> |
This file contains hidden or 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
| <li><span class="divider">|</span> <a rel="shadowbox;" href="##inline-content">Shadowbox Modal Window</a></li> |
This file contains hidden or 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
| <li><span class="divider">|</span> <a href="##inline-content">Shadowbox Modal Window</a></li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment