Widgets
Samples
Demos
Forum
Services
Documentation
align
animate
attributes
borderless
bottomLabel
bottomPadding
clear
click
container
css
disabled
format
gravity
height
hidden
hotkey
icon
id
inputAlign
inputHeight
inputWidth
invalid
invalidMessage
keyPressTimeout
label
labelAlign
labelPosition
labelWidth
maxHeight
maxWidth
minHeight
minWidth
name
on
options
placeholder
popup
readonly
relatedAction
relatedView
required
suggest
tooltip
validate
validateEvent
value
width
Start
API Reference
ui.richselect
Properties
validate
adds validation to the field
function
validate
;
Example
webix.
ui
(
{
view
:
"text"
,
validate
:
webix.
rules
.
isNumber
}
)
;
Related samples
Validation: Validate Separate Inputs in Form
Back to top