Web Component: j-Kanban
j-Kanban
- jComponent
v19|v20
Configuration:
parent
{String}
a container with fixed height, can bewindow
. Default value:parent
element.margin
{Number}
a top/bottom margin together (default:0
)padding
{Number}
a padding between panels (default:10
)style
{Number}
a style,1
(default): boxes will have a full-height,2
boxes will havemax-height
move
{String}
a path to methodfunction(group, target)
, is executed if the user moves an item to another groupremove
{String}
a path to methodfunction(group)
, is executed if the user removes an item in groupdblclick
{String}
a path to methodfunction(group)
, is executed if the user performs double click
Methods:
component.remove(id)
can remove an item in groupcomponent.findgroup(id)
returns a group instance
Important: each item needs own ID {String}, look to example.
Author
- Peter Širka petersirka@gmail.com
- License
Created
08. january 2020
Updated
31. january 2023
jComponent library
19 | 20
Version
v1
License
https://www.totaljs.com/license/
Dark mode
Yes
Responsive
No
Author
Peter Širka
Email
petersirka@gmail.com