Multi-Column-Layout ¶
Creation ¶
Recommended constructor:
1 2 3 |
|
With title:
1 2 |
|
With title and different variation:
1 2 |
|
Add fields to Layout-columns ¶
1 2 3 |
|
Parameters ¶
-
column index, starting at
1
- array (!) of fielnames
Note
Parameter 2 must be an array, not a string.
Deprecated constructor (do not use):
1 2 3 |
|
Please use
dv.createLayout()
instead.
Add Multi-Column-Layout to Custom tab ¶
1 2 3 4 5 6 7 |
|
Note
When adding layout to a Custom Tab, title will not be rendered;
Mix Layout with fields in Custom Tab ¶
1 2 3 4 5 6 7 |
|
Note
When adding layout to a Custom Tab, title will not be rendered;