CRUDKit api-doc [Developer]

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
see
PageDescriptor
internal

Table of Contents

$collapsed  : mixed
$from  : mixed
$title  : mixed
$to  : mixed
__construct()  : mixed
Constructor

Properties

$collapsed

public mixed $collapsed = true

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
Return values
mixed

Search results