Hi,
I am trying to show a tree grid , by loading a jsp, in my inline
window. Can u pls help with this : (taken from example 6 in the demos
for inline window)
<a href="#void" onclick="return makeFalse(domTT_activate(this,
event, 'id', 'local', 'caption', 'Relative URL', 'content',
'<iframe src="xyz.jsp" style="width: 400px; height:
200px;"></iframe>', 'type', 'sticky', 'styleClass',
'domTTWin', 'closeLink', winCloseButton, 'draggable', true,
'closeAction', 'destroy'));">Inline window (local)</a>
Is this fine for 'content' , '<iframe src="xyz.jsp"
style="width: 400px; height: 200px;"></
iframe>' ?
Else, how can i load a jsp?
Thanks.