Documentation

HtmlTextArea
in package

Table of Contents

Properties

$customAttributes  : mixed
$isDisabled  : mixed
$label  : mixed
$name  : mixed
$placeholder  : mixed
$required  : mixed
$rows  : mixed
$value  : mixed

Methods

__construct()  : mixed

Properties

$customAttributes

public mixed $customAttributes

Methods

__construct()

public __construct(mixed $name[, mixed $label = null ][, mixed $value = null ][, mixed $placeholder = null ][, bool $required = false ][, bool $isDisabled = false ][, int|null $rows = null ][, array<string|int, mixed>|null $customAttributes = null ]) : mixed
Parameters
$name : mixed
$label : mixed = null
$value : mixed = null
$placeholder : mixed = null
$required : bool = false
$isDisabled : bool = false
$rows : int|null = null
$customAttributes : array<string|int, mixed>|null = null

        
On this page

Search results