jQuery UI Widgets Forums Dialogs and Notifications Window Tree select event in window

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Tree select event in window #21735

    kzl
    Member

    Hi,

    I have a json tree in a window. For example, I open the window and then i select a tree item and then i close the window. If  i open the window again for selecting an other tree item. I get the previous item.

    I guess, i have to do something when i close the window(in close event). What do i have to do ?

    Here is my select event;

    $(‘#idTree’).on(‘select’,function(event){

    alert(typeof event);
    var args = event.args;
    var item = $(‘#idTree’).jqxTree(‘getSelectedItem’, args.element);
    alert(item.value);
    });

    Can you help me ? thank you

    Tree select event in window #21737

    Peter Stoev
    Keymaster

    Hi,

    Please, provide a complete sample which demonstrates your scenario.

    Best Regards,
    Peter Stoev

    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.