remnants of late night bug hunting :) (just copy-pasted the snippet) /t ----- Original Message ----- From: "Matthew W Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 8:34 PM Subject: RE: Alternate Layout
> why are you doing this? > > <cfif #Evaluate(attributes.suppresslayout)# eq "true"> > > the evaluate is slow, and unnecessary > and the #s are also unnecessary > > <cfif attributes.suppresslayout eq "true"> > > > > -----Original Message----- > From: t [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 1:28 PM > To: [EMAIL PROTECTED] > Subject: Re: Alternate Layout > > > You need to set a flag (i use "attributes.suppresslayout") to true AFTER > applying layout to the popup window and then change your other fbx_layouts > files > on the way "up" as follows: > > <cfparam name="attributes.suppresslayout" default="false"> > <cfif #Evaluate(attributes.suppresslayout)# eq "true"> > <cfset fusebox.layoutFile = ""> > <cfset fusebox.layoutDir=""> > <cfelse> > <!--- your "regular" fbx_layouts stuff---> > </cfif> > > /t > > > ----- Original Message ----- > From: "Dana Ernst" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 15, 2002 8:16 PM > 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 ==^================================================================
