Accessing tabbar Href content items

I have an Href content for one of the cells in my tabbar. This content has a grid. How can I access the grid from the tabbar via Javascript. Are there any functions e.g. tabbar.cells(‘a’).childElement[0] etc.?

Thanks

tabbar.cells(‘a’).getFrame().contentWindow.grid;

Where grid is grid object.

Thanks that is very useful to know. I only wish you guys would make your documentation as good as your software, it would save everybody a lot of time and also you guys a lot of unnecessary answering of questions.

Maybe we can get into partnership for producing the documentation. eh?

It is rather complicated to consider all cases in the documentation. We’ll add getFrame() method into the documentation.
If you have some ideas for improving our documentation, please write about them.