PDA

View Full Version : Access betwen two Layouts



galdaka
16 Jan 2007, 11:39 PM
I have a center region that opens contents in tabs (principalLayout). Each content is a iframe, in this Iframe I have two regions: Center and south (secondaryLayout); The center region is a gridpanel. I want when click in a specified row in the gridpanel (secondaryLayout inside tab) open a new tab in principalLayout.

I try with "document.parent" to access from secondaryLayuout to principalLayout but not work. Any ideas?

Animal
17 Jan 2007, 1:42 AM
window.parent

galdaka
17 Jan 2007, 7:03 AM
Thanks.