jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree rendered event

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • rendered event #23271

    Peter Sloth
    Participant

    Hi

    I need to know when the tree view is fully rendered. Is there an event that is fired that I can use for this?

    I have tried the initialized event, but this does not seem to get called at all!

                $('#jqxTree').on('initialized', function (event) {
    alert('initialized');
    });

    Thanks

    //Peter

    rendered event #23297

    support
    Participant

    Hi Peter Sloth,

    If you want to use the ‘initialized’ event, you can do it before initializing the jqxTree. In other case the event would not be triggered because the initialized event because the Tree will be already initialized, in case you bind to the event after calling jqxTree’s constructor.

    Best Wishes,
    Mariya

    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.