-
Notifications
You must be signed in to change notification settings - Fork 8
HowToShareLayouts
iraichi edited this page Apr 27, 2015
·
3 revisions
Layouts are yaml files stored under Metadata\Views\layouts, and by default they are searched for using a naming convention:
- a layout called _List.yaml is automatically used by the Form controller to render a List view.
- a layout called _Form.yaml is automatically used by the Form controller to render a Form view.
But, if you need to use a specify a layout in a View implement the MainTable/Controller/Grid/Layout or the MainTable/Controller/Form/layout parameters
For example:
MainTable:
...
Controller:
...
Form:
Layout: XXXX_Form
Grid:
Layout: YYYY_GridYou can also specify a layout for details implementing the MainTable/DetailTables/Table/Controller/Grid/Layout or the MainTable/DetailTables/Table/Controller/Form/layout parameters.
MainTable:
...
DetailTables:
Table:
Controller:
Form:
Layout: XXXXX_Form- Kitto at a glance
- Getting started
- Setup
-
Basic concepts
- Basic Materials
- Controllers
- Panel-Based
- [List] (List)
- [Form] (Form)
- [GridPanel] (GridPanel)
- [ChartPanel] (ChartPanel)
- [Tool Controllers] (Tool)
- [Login] (Login)
- [Logout] (Logout)
- [ChangePassword] (ChangePassword)
- Features
- Examples
- Developer's guide
- Library reference
- Frequently Asked Questions
- Kitto tips & tricks and how-tos
- Other information
- Kitto Enterprise