Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created June 8, 2012 11:16
Show Gist options
  • Save betweenbrain/2895041 to your computer and use it in GitHub Desktop.
Save betweenbrain/2895041 to your computer and use it in GitHub Desktop.
JHtml sliders - start in collapsed state
from: https://groups.google.com/forum/#!msg/joomla-dev-general/WfMoTdxf6hg/Mgep5T42i0EJ
<?php echo JHtml::_('sliders.start', 'slider-panel-id', array('useCookie'=>0, 'startOffset'=>-1, 'startTransition'=>1)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment