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