jQuery UI Widgets Forums Layouts Kanban tags in kanban

This topic contains 3 replies, has 2 voices, and was last updated by  ivailo 6 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • tags in kanban #88903

    msoa005
    Participant

    Hi,

    Is it possible to create a new kanban item without a tag. I can’t seem to find the syntax for this.

    Cheers,

    • This topic was modified 6 years, 4 months ago by  admin.
    tags in kanban #88907

    ivailo
    Participant

    Hi msoa005,

    With the template property you can customize the structure of the canban’s cards.
    Please, refer to our Kanban Item Template demo.
    In this demo canban’s cards are without tags.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    tags in kanban #88975

    msoa005
    Participant

    Hi Ivailo,

    Thanks for that. The examples I’ve seen either have tags on all the cards or tags on none of the cards. How can I create a card without a tag when some of my other cards do have tags?

    { id: “9034”, state: “new”, label: “Goofy”, tags: null, hex: “#f89406”}

    null and “” don’t seem to work.

    Cheers,

    tags in kanban #89000

    ivailo
    Participant

    Hi msoa005,

    In this case, you have to change the templateContent property of your widget.
    When you set tags: null, the widget will allow you to have cards without tags.
    Here is a demo of kanban widget with updated templateContent property.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.