Widgets
Samples
Demos
Forum
Services
Documentation
add
addView
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
copy
count
define
destructor
detachEvent
disable
eachList
enable
exists
filter
find
getChildViews
getColors
getComments
getEditor
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getLastId
getMenu
getNextId
getNode
getOwnerList
getParentView
getPrevId
getSelectedId
getStatuses
getTags
getTopParentView
getUserList
getUsers
hasEvent
hide
index
isEnabled
isVisible
load
loadNext
mapEvent
parse
queryView
reconstruct
refresh
remove
removeView
resize
resizeChildren
restore
select
serialize
show
showBatch
showEditor
sort
sync
unbind
unblockEvent
updateItem
waitSave
Start
API Reference
ui.kanban
Methods
getSelectedId
returns the id of the selected task
string|number
getSelectedId
();
string|number
the selected task's id
Example
var
selected
=
$$
(
"myBoard"
)
.
getSelectedId
(
)
;
See also
API
select
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
javascript web framework
and page of
javascript kanban board
product.