This design pattern is part of the Mobile Web Design Patterns series.
Contents |
A series of list items that (each) expand when clicked to reveal additional related content.
Expansion lists have several advantages over other formats:
In all cases where JavaScript is crucial to the interaction, it’s worth considering how the content will be displayed on a less capable browser. In the case of expanding lists, would the content still make sense if the expanded content were not visible or instead—visible all the time?
If page refresh is needed this becomes less useful.
Figure: This example (from a native Symbian application) shows the use of an expanding list to display emails grouped by date.
Tip: Visit Simple Web Runtime Design Patterns Using jQuery within the Forum Nokia Wiki for code samples including Expand/Collapse, Slide and Fade in/Out.
Tip: Visit Simple Web Runtime Design Patterns Using Dojo within the Forum Nokia Wiki for code samples including Expand/Collapse, Slide and Fade in/Out.
Tip: Visit Simple Web Runtime Design Patterns Using Mootools within the Forum Nokia Wiki for code samples including Expand/Collapse, Slide and Fade in/Out.
No related wiki articles found