Download
The FlexLayouts.org custom layout library is in active development. The current release is beta quality, but we’ve been using it ourselves for quite while in paid projects for real clients. All code is available on github.
The Library
Installation & Usage
- Download the lastest SWC from github (currently flexlayouts-0.7.swc)
- Drop it into your project’s
libsfolder - Set the
layoutproperty of any container to one of the many custom layouts provided by the FlexLayouts library - Smile as fame and fortune wash over you
Release History
- v0.7 – Apr 3, 2011 – added
rotateElementsparameter to both CircleLayout and RectangleLayout - v0.6.1 – Jan 7, 2011 – bug fix for RectangleLayout, element overflow is now hidden
- v0.6 – Jan 6, 2011 – added two new layouts: CircleLayout and RectangleLayout
- v0.5.1 – Jan 4, 2011 – bug fix for FlowLayout and SnakeLayout, vertical spacing per row is now correctly handled
- v0.5 – Aug 13, 2010 – the first public release with just two layouts: FlowLayout and SnakeLayout
- v0.1 – June 8, 2010 – project start, the first internal release
Cheat Sheets
- HorizontalLayout (PDF, 257k)
- VerticalLayout (PDF, 258k)
- TileLayout (PDF, 253k)