User Tabbar with url

Hello,

i want to use the Tabbar to load an “url” and the content in the Tabbar can’t reach other objects on the “first” side, like closing a layout cell. Is it posible to use something like “parent.function()” to reace functions or objects? I know how to use it with Windows but i can’t find a way with Tabbar.

Please be sure that you are using content from the same domain. If content inside of tabbar is from a diffrent domain|port it will not be able to access any apy from the parent window.

If you are using iframe mode for tabbar parent.some() must work the same as for windows, if you are using Ajax mode, you can use function by its name, as loaded content has direct access to the page’s content.