Directory

Melodion - Vaadin Add-on Directory

A light-weight alternative to Accordion. Melodion - Vaadin Add-on Directory
A light-weight accordion menu, loosely based on com.vaadin.addon.chameleon.SidebarMenu and org.vaadin.jouni.animator.Disclosure. This add-on depends on the Animator add-on. Make sure you include that jar in your project, too. (If you're using Maven, then that should happen automatically.) To use the default styles, as shown in the demo and the screenshot, add the following CSS to your application's theme: @IMPORT url("../chameleon/styles.css"); @IMPORT url("../melodion/melodion.css"); Otherwise, you will have to style it yourself. Note that Melodion actually does functionally work in IE 6 and 7, but the default styling will not show correctly in those browsers. You will have to provide your own compatible stylesheets in those cases.