class Browser extends TwillFormComponent (View source)

Properties

Model|null $item from  TwillFormComponent
array $form_fields from  TwillFormComponent
string|null $formModuleName from  TwillFormComponent
string|null $routePrefix from  TwillFormComponent

Methods

__construct(string $label, bool $renderForBlocks = false, bool $renderForModal = false, bool $translated = false, bool $required = false, string|null $note = '', mixed $default = null, bool $disabled = false, bool $readOnly = false, bool $inModal = false, string $name = null, string|null $moduleName = null, array $modules = [], array $endpoints = [], string|null $endpoint = null, int $max = 1, string|null $fieldNote = null, string|null $browserNote = null, string|null $itemLabel = null, bool $buttonOnTop = false, bool $wide = false, bool $sortable = true, string|null $routePrefix = null, array $params = [], string|null $connectedBrowserField = null)

No description

string
formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

View
render()

No description

Details

__construct(string $label, bool $renderForBlocks = false, bool $renderForModal = false, bool $translated = false, bool $required = false, string|null $note = '', mixed $default = null, bool $disabled = false, bool $readOnly = false, bool $inModal = false, string $name = null, string|null $moduleName = null, array $modules = [], array $endpoints = [], string|null $endpoint = null, int $max = 1, string|null $fieldNote = null, string|null $browserNote = null, string|null $itemLabel = null, bool $buttonOnTop = false, bool $wide = false, bool $sortable = true, string|null $routePrefix = null, array $params = [], string|null $connectedBrowserField = null)

No description

Parameters

string $label
bool $renderForBlocks
bool $renderForModal
bool $translated
bool $required
string|null $note
mixed $default
bool $disabled
bool $readOnly
bool $inModal
string $name
string|null $moduleName
array $modules
array $endpoints
string|null $endpoint
int $max
string|null $fieldNote
string|null $browserNote
string|null $itemLabel
bool $buttonOnTop
bool $wide
bool $sortable
string|null $routePrefix
array $params
string|null $connectedBrowserField

string formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

Parameters

bool $asAttributes
string|null $customName

Return Value

string

View render()

No description

Return Value

View