Show
Ignore:
Timestamp:
08/06/08 12:15:44 (5 months ago)
Author:
magi@…
Message:

Added Accordion example to Feature Browser for #1944.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java

    r5149 r5151  
    7676            { "Getting started", "Layouts", "Laying out components", 
    7777                    LayoutExample.class }, 
     78            // Layouts 
     79            { "Layouts", "Accordion", "Play the Accordion!", 
     80                    AccordionExample.class }, 
    7881            // Wrangling data: ComboBox 
    7982            { "Wrangling data", "ComboBox", "ComboBox - the swiss army select",