jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts

  • rao
    Participant

    Hi Team,

    Further to my query above, i am seeking for the ‘select’ event handle as well.

    In jquery model it works as follows :

    $(‘#jqxTree’).on(‘select’,function (event){
    var args = event.args;
    var item = $(‘#jqxTree’).jqxTree(‘getItem’, args.element);
    alert(“selected item”+item);
    }

    How can we achieve the same with Angular Directive implementation (<jqx-tree> )?

    Regards,
    Rao.

    in reply to: jqxtree with directive jqxtree with directive #79464

    rao
    Participant

    Hi Team,

    Further to my query above, i am seeking for the ‘select’ event handle as well.

    In jquery model it works as follows :

    $(‘#jqxTree’).on(‘select’,function (event){
    var args = event.args;
    var item = $(‘#jqxTree’).jqxTree(‘getItem’, args.element);
    alert(“selected item”+item);
    }

    How can we achieve the same with Angular Directive implementation (<jqx-tree> )?

    Regards,
    Rao.

    in reply to: jqxtree with directive jqxtree with directive #79463

    rao
    Participant

    Hi Team,
    Apart from height & width, can you please comment on ‘source’ attribute ?
    Does it really require ‘parentid’ as well; although the data is in hierarchy ; of which ‘items’ array has child nodes data?

    Regards,
    Rao.

Viewing 3 posts - 16 through 18 (of 18 total)