Description
Provides integration with ZoneLayout
Installation
The current version of griffon-zonelayout-plugin is 0.2
To install just issue the following command
Usage
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
zoneLayout |
|
|
|
Use it as with any other layout node |
||
zoneRow |
row |
String |
|
row definition, can also be set as the node value |
||
|
template |
String |
|
template name |
The plugin includes a copy of the ZoneLayout cheatsheet in PDF format and the ZoneLayout manual in HTML format.
Example
The following example is taken from Zonelayout's comparison between FormLayout, GridBagLayout and itself. It shows how the layout can be used to define rows and templates.

History
Version |
Date |
Notes |
|---|---|---|
0.2 |
02-10-11 |
Release sync with Griffon 0.9.2 |
0.1 |
07-26-10 |
first release |


