kanban

default locales and tooltips for Kanban

object kanban;

Example

webix.i18n.kanban = {
    "copy" : "Copy",
    "dnd" : "Drop Files Here",
    "remove" : "Remove",
    "save" : "Save",
    "confirm":"The card will be deleted permanently, are you sure?",
    "editor":{
        "add" : "Add card",
        "assign" : "Assign to",
        "attachments" : "Attachments",
        "color" : "Color",
        "edit" : "Edit card",
        "status" : "Status",
        "tags" : "Tags",
        "text" : "Text",
        "upload" : "Upload"
    },
    "menu":{
        "copy": "Copy",
        "edit": "Edit",
        "remove": "Remove"
    }
};
 
webix.i18n.setLocale();

Details

See the details in the corresponding article on Kanban localization.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of spreadsheet javascript library product.