Description
Provides integration with RiverLayout.
Installation
The current version of griffon-riverlayout-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 |
|---|---|---|---|---|---|---|
riverLayout |
|
|
|
|
|
Use it as with any other layout node |
RiverLayout has the following keywords
- br, p => page breaks
- left, right, center => horizontal alignment
- vtop, vcenter => vertical alignment
- hfill, vfill => filling
- tab => space between components
Example
The following example is taken from Riverlayout's page

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