Section
in package
Defines a section on a Card page.
Sections are a group of fields (from - to) on a page.
Each Section is labeled with a title an can be folded (show/hide). Add Sections to a PageDescriptor Object via ->addSection()
Tags
Table of Contents
- $collapsed : mixed
- $from : mixed
- $title : mixed
- $to : mixed
- __construct() : mixed
- Constructor
Properties
$collapsed
public
mixed
$collapsed
= true
$from
public
mixed
$from
= ""
$title
public
mixed
$title
= ""
$to
public
mixed
$to
= ""
Methods
__construct()
Constructor
public
__construct(string $title, string $from, string $to[, bool $collapsedByDefault = true ]) : mixed
Parameters
- $title : string
-
The title to display (unique)
- $from : string
-
From fieldname
- $to : string
-
To fieldname
- $collapsedByDefault : bool = true