[progress Communities] [progress Openedge Abl] Forum Post: Re: How Can I Directly Link To A...

  • Thread starter Thread starter Ruben Dröge
  • Start date Start date
Status
Not open for further replies.
R

Ruben Dröge

Guest
The defect is described in https://knowledgebase.progress.com/articles/Article/rbf-activatePageTab-not-working-in-On-load-event . In addition to the earlier coded solution, Vimal sent us this workaround for the onLoad event, that does cause some UI glitches, since the content of the last tab is loaded first and then switched to the selected tab (in the URL): var tabIndex = 1; // write logic to get tab index if(rbf_isNewUI()){ rb.newui.page.PageContext.getCanvasEl().one(rb.newui.util.customEvents.rbs_tabActivated, function() { rbf_activatePageTab(tabIndex); }); }

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