v7.3.0

SimpleTaskEdit
Feature

This feature allows inline editing of tasks. Double-clicking an item starts editing it:

Each task item can define an editor. To prevent an item from being edited inline, configure it with editor : null:

This feature is disabled by default.

Keyboard shortcuts

The feature has the following default keyboard shortcuts:

Keys Action Action description
Enter editNext In an editor this will accept the change and start editing the next item on that card or the first item on the next card. By default it adds a new task when pressed on the last item of the last card in a column. This behaviour is configurable using the addNewAtEnd config.
Escape cancel Cancels editing and reverts changes for that item which is currently being edited
Shift+Enter editPrevious In an editor this will accept the change and start editing the previous item on that card or the last item on the previous card
Ctrl+Enter complete Accepts the edit and closes the editor
Please note that Ctrl is the equivalent to Command and Alt is the equivalent to Option for Mac users

For more information on how to customize keyboard shortcuts, please see our guide.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    CSS variables

    CSS variables that can be set to adjust appearance
    Name Description
    --b-task-board-simple-task-edit-background Editor background
    --b-task-board-simple-task-edit-border Editor border
    --b-task-board-simple-task-edit-box-shadow Editor box shadow
    id: simpleTaskEdit

    Source path

    TaskBoard/feature/SimpleTaskEdit.js

    Contents