Widgets
Samples
Demos
Forum
Services
Documentation
onAfterRender
onAfterScroll
onBeforeRender
onBindRequest
onBlur
onChange
onDestruct
onEnter
onFocus
onKeyPress
onLongTouch
onSelect
onSwipeX
onSwipeY
onTimedKeyPress
onTouchEnd
onTouchMove
onTouchStart
onViewResize
onViewShow
Start
API Reference
ui.colorboard
Events
onSelect
fires when a user selects a color
void
onSelect
(
string
value
);
value
string
a color in the
hex
format
Example
webix.
attachEvent
(
"onSelect"
,
function
(
value
)
{
//your code here
}
)
Related samples
Colorboard
See also
Articles
Colorboard
Back to top