jQWidgets Forums

jQuery UI Widgets Forums Layouts Kanban kanban common property

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • kanban common property #82843

    arkgroup
    Participant

    What is the purpose of common: true in the below code?

     var resourcesSource =
                    {
                        localData: [
                              { id: 0, name: "No name", image: "../../jqwidgets/styles/images/common.png", common: true },

    Can’t find any API documentation for that.

    kanban common property #82845

    ivailo
    Participant

    Hi arkgroup,

    common: true makes this user common to all cards – not assigned to any user. This allows a user to be set by default.
    At this demo for example the task with label: "Login 404 issue" is without resourceId, so it goes to the common user(with common: true).

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.