jQuery UI Widgets Forums Navigation Expander Getting Item Values

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Getting Item Values #82258

    devi
    Participant

    Hi Jqwidgets team,

    While updating particular item in the kanban control(on item double click) , how to get the resourceid?

    Please guide me in this.

    Thanks & Regards,
    Devi

    Getting Item Values #82260

    ivailo
    Participant

    Hi devi,

    You can use itemAttrClicked event and get it’s argument itemId.
    For example:

     $('#kanban').on("itemAttrClicked", function (event) {
                    var args = event.args;
                    var itemId = args.itemId;
                });

    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.