public
Description: rewrite of scriptaculus accordion widget
Clone URL: git://github.com/djtal/accordion.git
Search Repo:
name age message
folder .DS_Store Tue Jul 22 10:53:08 -0700 2008 first commit [djtal]
folder LISENCE Mon Aug 04 13:09:20 -0700 2008 ADD lisence and readme [djtal]
folder README Mon Aug 04 13:09:20 -0700 2008 ADD lisence and readme [djtal]
folder images/ Tue Jul 22 10:53:08 -0700 2008 first commit [djtal]
folder index.html Tue Jul 22 15:01:25 -0700 2008 First working veriosn [djtal]
folder javascript/ Wed Jul 23 15:06:07 -0700 2008 typo fix [djtal]
folder stylesheets/ Wed Jul 23 15:06:07 -0700 2008 typo fix [djtal]
README
Accordion widget for prototype and script.aculo.us


Based on work done by Kevin P Miller | http://www.stickmanlabs.com

This version is a rewrite for latest version of both lib.

= Requirements
  * prototype 1.6.0.2
  * scriptaculous effect.js 1.8.1
  
= Usage

The HTML

<div id="vertical_container" >

   <h1 class="accordion_toggle">Changelog</h1>
  <div class="accordion_content">   
    //your content here
  </div>
</div>

The JS

  bottomAccordion = new Accordion('vertical_container');  
  
  
= Know bugs
  * element height error when conatinbns lot of image. all image are not loaded on dom:loaded event.