static array|null checkbox(
$value,
$hasValue
)
|
|
Receive value: Input element "checkbox"
Only the text attribute is required!
Parameters:
API Tags:
static array|null date(
$value,
$hasValue
)
|
|
Receive value: Input element "date"
This function generates a isodate attribute from the received value according to the locale of the application state.
Parameters:
API Tags:
static array|null datetime(
$value,
$hasValue
)
|
|
Receive value: Input element "datetime"
This function generates a isodatetime attribute from the received value according to the locale of the application state.
Parameters:
API Tags:
static array|null decimal(
$value,
$hasValue
)
|
|
Receive value: Input element "decimal"
This function generates a decimal attribute from the received value according to the locale of the application state.
Parameters:
API Tags:
static array|null email(
$value,
$hasValue
)
|
|
Receive value: Input element "email"
This function set the email attribute if the received value contains a valid email address.
Parameters:
API Tags:
static array|null file(
$value,
$hasValue
)
|
|
Receive value: Input element "file"
TODO: fix!
Parameters:
API Tags:
static array|null hidden(
$value,
$hasValue
)
|
|
Receive value: Input element "hidden"
Only the text attribute is required!
Parameters:
API Tags:
static array|null jsondata(
$value,
$hasValue
)
|
|
Receive value: Input element "jsondata"
Prepares JSON data.
Parameters:
API Tags:
static array|null password(
$value,
$hasValue
)
|
|
Receive value: Input element "password"
Only the text attribute is required!
Parameters:
API Tags:
static array|null radio(
$value,
$hasValue
)
|
|
Receive value: Input element "radio"
Only the text attribute is required!
Parameters:
API Tags:
static array|null select(
$value,
$hasValue
)
|
|
Receive value: Input element "select"
Only the text attribute is required!
Parameters:
API Tags:
static array|null submit(
$value,
$hasValue
)
|
|
Receive value: Input element "submit"
Only the text attribute is required!
Parameters:
API Tags:
static array|null text(
$value,
$hasValue
)
|
|
Receive value: Input element "text"
Only the text attribute is required!
Parameters:
API Tags:
static array|null textarea(
$value,
$hasValue
)
|
|
Receive value: Input element "textarea"
Only the text attribute is required!
Parameters:
API Tags:
static array|null time(
$value,
$hasValue
)
|
|
Receive value: Input element "time"
This function generates a isotime attribute from the received value according to the locale of the application state.
Parameters:
API Tags: