updatelayout event

updatelayout

updatelayout eventversion added: 1.0

Description: Triggered by components within the framework that dynamically show/hide content.

  • jQuery( ".selector" ).on( "updatelayout", function( event ) { ... } )

Some components within the framework, such as collapsible and listview search, dynamically hide and show content based on user events. This hiding/showing of content affects the size of the page and may result in the browser adjusting/scrolling the viewport to accommodate the new page size. Since this has the potential to affect other components such as fixed headers and footers, components like collapsible