Editor page block form input.
optional cols:Null<Int>
Text area cols.
Used with textarea
form input.
optional isParam:Null<Bool>
If enabled, will get form input value from JSON object string in params
column of the form SQL query.
optional maxLength:Null<Int>
Text area text length.
Used with textarea
form input.
optional query:Null<String>
SQL query. Should return { name, value } pairs.
Used with select
form input.
optional rows:Null<Int>
Text area rows.
Used with textarea
form input.
optional values:Null<Array<{value:Dynamic, name:String}>>
List of select values.
Used with select
form input.
"values" and "query" parameters are mutually exclusive.