demosite/demo/options.html

18 lines
476 B
HTML
Raw Normal View History

2011-09-15 04:32:56 +03:00
<ul>
<li>
<strong>pages</strong> - an array of page names
</li>
<li>
<strong>default</strong> - the page that is loaded by default or null for an empty div
2011-09-15 04:32:56 +03:00
</li>
<li>
<strong>animation</strong> - the jQuery animation that is used to show pages, i.e. fadeIn, show, slideUp, slideDown. show is used by default.
</li>
<li>
<strong>cache</strong> - true or false. Determines if all pages are loaded upfront or not. false by default.
</li>
</ul>