Description
Provides integration with DesignGridLayout.
Installation
The current version of griffon-designgridlayout-plugin is 0.4
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 |
|---|---|---|---|---|---|---|
designGridLayout |
|
|
|
|
|
Use it as with any other layout node |
You must either nest designGridLayout inside a Container or provide a Container reference as the node's value. All DesignGridLayout methods can be nested inside the node's child closure.
Example
The following example is taken from DesignGridlayout's usage page.

History
Version |
Date |
Notes |
|---|---|---|
0.4 |
02-14-11 |
release sync with Griffon 0.9.2; upgraded to DesignGridLayout 1.7 |
0.3 |
11-16-10 |
upgraded to DesignGridLayout 1.5 |
0.2 |
10-25-10 |
upgraded to DesignGridLayout 1.3 |
0.1 |
07-27-10 |
first release |
1 Comment
Hide/Show CommentsMay 08, 2012
Jonathan Mervine
A few things that need to be fixed on this page. For me the install of the plugin only worked with "griffon install-plugin designgridlayout"
Secondly the designgridlayout website has changed and the links above don't go where they need to. The home page is now http://designgridlayout.java.net/index.html and the usage page is http://designgridlayout.java.net/usage.html