Widgets
Samples
Demos
Forum
Services
Documentation
align
animate
attributes
borderless
bottomLabel
bottomPadding
click
container
css
disabled
format
gravity
height
hidden
hotkey
id
inputAlign
inputHeight
inputWidth
invalidMessage
keyPressTimeout
label
labelAlign
labelPosition
labelWidth
max
maxHeight
maxWidth
min
minHeight
minWidth
moveTitle
name
on
popup
relatedAction
relatedView
required
step
title
tooltip
type
validate
validateEvent
value
vertical
width
Start
API Reference
ui.slider
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