Samples
Forum
Support
Documentation
animate
borderless
color
container
css
disabled
gravity
height
hidden
id
maxHeight
maxWidth
minHeight
minWidth
paddingX
paddingY
textHeight
type
value
width
Start
API Reference
ui.barcode
Properties
value
sets barcode value (text)
string
value
;
Example
webix.
ui
(
{
view
:
"barcode"
,
value
:
"123456789012"
}
)
;
Back to top