]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added examples_reveal_open_close to the Reveal docs 4142/head
authorTyguy7 <Tyguy7@gmail.com>
Mon, 13 Jan 2014 21:58:00 +0000 (13:58 -0800)
committerTyguy7 <Tyguy7@gmail.com>
Mon, 13 Jan 2014 21:58:00 +0000 (13:58 -0800)
doc/pages/components/reveal.html

index ca92ac22950bba1896865853e9cbc65e7dd3502c..195f8ccd1c3ca5edcd973eaed7f1e5c961b7f340 100644 (file)
@@ -58,6 +58,8 @@ The class options:
 
 You can also open and close Reveal via JavaScript:
 
+{{> examples_reveal_open_close}}
+
 <h5>Firing a Reveal Modal with Ajax Content</h5>
 
 To launch a modal with content from another page, just add a `data-reveal-ajax` attribute pointing to the url of that page. When clicked, the Reveal modal will be opened with a content from that page. Beware: content of the object from `data-reveal-id` attribute will be overwritten as a result.