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