BricksLayouts are composed of Bricks A brick is a sub-template part. When your layout is Collection (plural), the availables bricks are : Grid, Toolbar, Filters. Bricks are instanced per default, but you can add/remove as your please. Common bricksToolbarA toolbar is a wrapper for tasks. Joomla components are using a toolbar object to define and render the possibles operations.
Collection / Plural bricksGridGrids are simple lists. Cook is using this term to make difference simply speaking. Note: A grid brick is created inside a specific sub-template file: ../tmpl/xxxxx_grid.php FiltersAll filters are grouped together in a filter brick
Item / Singular bricksFormA form is a list of inputs to collect datas from the user. Note: A grid brick is created inside a specific sub-template file: ../tmpl/xxxxx_form.php
FlyA fly is a simple view or the datas for an item row.
Note: A grid brick is created inside a specific sub-template file: ../tmpl/xxxxx_fly.php
PropertiesCSS ClassDefine a CSS class to apply on the brick wrapper. Brick aliasDefine the alias af the brick. |
|
Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.