Chart and Dashboard - No Exit Capability

Hi.

I am using a tabbed interface and I am having two issues.

  1. I have a chart and it includes the Exit item in the toolbar. However, when the form is displayed within its tab, the Exit button does not appear. There is no capability to add a JS button to close the tab. Any ideas?

  2. I also have a dashboard. There appears to be no toolbar or capability to add a button to close this page/tab. I have tried to add a JS button to the toolbar on a form that is displayed at the top off the dashboard (with parent.del_aba_td(‘item_999’) - while the button references the item for the dashboard in the menu, it does not work. Any ideas?

I’d appreciate any help.

Hi, instead of parent, try using window.top, to get the menu, maybe the html structure is complex and one parent is not enough.

Look also at this thread How to create two more tabs from the grid

Unfortunately, that does not work, but thank you for the suggestion.

Anyway look at the link, at end of discussion there is the part about closing the TAB via a button an JS.

You have a x close button on the tab, just click it.

thanks for the awesome information.

1 Like

thanks my issue has been fixed.