Just for more options, I do it like this.
In fbx_Switch.cfm:
<cfcase value="fuseaction">
<cfset DisplayType = "popup">
...
</cfcase>
in fbx_Layouts.cfm:
<cfswitch expression = "#DisplayType#">
<cfcase value="popup">
<cfset fusebox.layoutFile = "dsp_popup.cfm">
</cfcase>
...
</cfswitch>
At 06:31 PM 5/15/2002 +0000, you wrote:
>Thanks, I'll give it a try. Digging through topica I just now found a
>suggestion for a similar issue similar to yours.
>
>I assume you are refering to the FBX_layouts file in the root directory?
>
>Dana
>
>Joel Richards wrote:
> > This is what I do:
> >
> > <a
> > href="javascript:openWindow('#self#?fuseaction=circuit.fuseaction&popup=1'>
> >
> >
> > Then in the FBX_layouts.cfm file:
> >
> > if (isdefined("attributes.popup"))
> > fusebox.layoutFile = "dsp_popup.cfm";
> > else
> > fusebox.layoutFile = "dsp_defaultLayout.cfm";
> >
> > There are probably better ways, but this works for me
> >
> > Joel
> >
> > -----Original Message-----
> > From: Dana Ernst [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 15, 2002 12:17 PM
> > To: [EMAIL PROTECTED]
> > Subject: Alternate Layout
> >
> >
> > I want to use a completely separate layout for some popup windows within
> > my app and still use the proper FB structure for the FA. The Fusium
> > site's "Play Quake" popup is an example of what I'm looking for. If I
> > nest the new layout it just gets wrapped by the default one. Any
> > suggestions?
> >
> > Thanks,
> > Dana
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================