coffeescript-ui
Version:
Coffeescript User Interface System
25 lines (19 loc) • 524 B
text/coffeescript
###
* coffeescript-ui - Coffeescript User Interface System (CUI)
* Copyright (c) 2013 - 2016 Programmfabrik GmbH
* MIT Licence
* https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
###
class CUI.ListViewDraggable extends CUI.Draggable
initOpts: ->
super()
row:
mandatory: true
check: CUI.ListViewRow
readOpts: ->
super()
= .getRowIdx()
get_marker: (cls="") ->
CUI.dom.element("DIV", class: "cui-lv-draggable "+cls)