KanbanView
Allows creating new views in Kanban.
Methods
| eachOtherList | iterates through other lists of Kanban except the calling one |
| getKanban | returns the master Kanban view for the specified kanbanlist or other Kanban component |
| move | moves the specified item to a new position |
Properties
| drag | enables or disables drag-and-drop |
| select | enables/disables items selection or multiselection in widgets |
Other
| $dragCreate | the method is called at the moment when drag-n-drop has started |
| $dragPos | defines the position of a dragged item |
| $dropHTML | defines how the drop area will look before drop |
| $skin | the method which will be called when skin is defined |
| on_context | a property used to define custom context-click (right click) handlers for elements in widgets |
Back to top