Samples
Forum
Support
Documentation
align
animate
attributes
borderless
click
container
content
css
disabled
gravity
height
hidden
hotkey
id
inputHeight
inputPadding
inputWidth
label
labelPosition
labelWidth
maxHeight
maxWidth
minHeight
minWidth
name
on
placeholder
popup
readonly
relatedAction
relatedView
required
suggest
tabFocus
template
tooltip
type
validate
validateEvent
value
width
Start
API Reference
ui.textarea
Properties
validate
adds validation to the field
boolean
validate
;
Example
webix.
ui
(
{
view
:
"text"
,
validate
:
"isNumber"
}
)
;
Back to top