jQuery UI Widgets Forums Layouts Layout and Docking Layout Can Ribbon events be seen from Docking Layout?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • Gary
    Participant

    According to jqxDockingLayout ‘layout’ documentation, tabbedGroup, documentGroup, and autoHideGroup are represented by jqxRibbon.

    Is there a way to get the underlying jqxRibbon change or select events when the user changes tabs within a group?

    Or, is there a way to know when the active panel anywhere in jqxDockingLayout changes?

    I want to update the content of the tabs when they become visible.


    Dimitar
    Participant

    Hello Gary,

    The recommended way to update the content of the tabs when they become visible is via each tab’s initContent callback function, which is fired the first time a tab (panel) is displayed. You can see it used in the demo Default Functionality to initialize a jqxTree from a div element. Please also note that this callback also receives one parameter – the container div of the panel (initContent: function (containerDiv) { }).

    Best Regards,
    Dimitar

    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.