[progress Communities] [progress Openedge Abl] Forum Post: [article Rbarticle] -- Custom...

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
M

Mohammed Siraj

Guest
In Record view pages, user can enable tabs. Also, decide whether Tabs are to be loaded on first selection using Ajax or immediately loaded on navigating to record view page. Starting v4.2, on rendering each tab as per user configurred settings, we will fire a custom event i.e. rb.newui.util.customEvents.rbs_tabRender. Event Data: index : Tab Index tabEl : jQuery object for Tabstrip Container element contentEl : jQuery object for this Tab's Container element. Eg: rb.newui.util.addEventListener(rb.newui.util.customEvents.rbs_tabRender, function(event,eventData){ console.log('Loaded tab: '+eventData.index); }); This change is available as part of Release 4.2 EAP Update 4. Request you to give it a try and provide feedback, if any. Important Pointers: This event should be preferered over document.ready or onload events, for any customizations within a Page Tab. Note that it will be fired on rendering each tab. For any specific tab listener, employ checks on tab index.

Continue reading...
 
Status
Not open for further replies.
Back
Top