Widgets
Samples
Demos
Forum
Services
Documentation
align
animate
autowidth
borderless
click
container
css
disabled
gravity
height
hidden
hotkey
icon
id
inputHeight
inputWidth
keyPressTimeout
maxHeight
maxWidth
minHeight
minWidth
name
on
popup
tooltip
value
width
Start
API Reference
ui.icon
Properties
borderless
used to hide the component borders
boolean
borderless
;
Example
webix.
ui
(
{
view
:
"icon"
,
icon
:
"wxi-pencil"
,
borderless
:
false
}
)
;
Default value:
true
Related samples
Toolbar: Multiple Rows
See also
Articles
Setting Borders for Widgets
Back to top