You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by manolion <ma...@gmail.com> on 2011/07/15 08:29:52 UTC

Wanted to use popup across struts tiles frames.

Wanted to use JQuery popup across frames.
 
Tiles definatin

<frameset >
	&lt;html:frame marginheight=&quot;0&quot; marginwidth=&quot;0&quot;
page=&quot;&lt;%=headerJsp%&gt;" frameName="header" title="Header" 
scrolling="no" frameborder="no" noresize="true"/>
		&lt;html:frame marginheight=&quot;0&quot; marginwidth=&quot;0&quot;
page=&quot;&lt;%=menuJsp%&gt;" frameName="menu" title="Menu"  scrolling="no"
frameborder="no" noresize="true"/>
		<frameset cols="35%,*" framespacing="0" frameborder="yes">
			&lt;html:frame page=&quot;&lt;%=leftFrameJsp%&gt;" frameName="frLeft"
styleId="frLeft" title="Tree"  scrolling="auto" marginheight="0"
marginwidth="0"/>
			&lt;html:frame  page=&quot;&lt;%=rightFrameJsp%&gt;" frameName="frRight"
styleId="frRight" title="Body"  scrolling="auto" marginheight="0"
marginwidth="0" />
		</frameset>	
</frameset>

<definition name="x.y.z" path="/jsp/templates/template.jsp">

<put name="header" value="/jsp/tiles/header.jsp"/>

<put name="menu" value="/jsp/tiles/menu.jsp"/>

</definition>

<definition name="l.m" extends="x.y.z"> 
<put name="title" value="title"/>
<put name="header" value="/jsp/tiles/header.jsp"/>
<put name="menu" value="/jsp/tiles/menu.jsp"/>
<put name="lframe" value="/jsp/leftframe.jsp"/>
<put name="rframe" value="/jsp/rframe.jsp"/>
</definition> 

 
1.I am using tiles framwork of struts
2.In leftframe.jsp   <div id="popup" style="display: none;"></div>
<div id="window" style="display: none;">
some content
</div>

 
1st--How will i get the popup at the center(It is comming over left frame
and fading in the leftframe only
If i drag it also the lframe only getting expanded with scroll a bar.)
2nd--How can i fade in all the frame and get the pop up at the center and
chould be draggable anywhere.
 
Waiting for a response.
Thanks 

--
View this message in context: http://struts.1045723.n5.nabble.com/Wanted-to-use-popup-across-struts-tiles-frames-tp4589575p4589575.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org