I would have to disagree with this. Nobody says that app_layout.cfm has to
be one way or another. You could rewrite it to take a var called layout and
have it switch layouts based on it.
I've started rewriting app_layout.cfm to do this and feel that more
flexibility in the actual layout is good. The only problem I see with
modifying this file, is the Hal's ideas about complete portability of
fusebox apps.
Maybe we can collectively rewrite this and agree on a few layouts that make
sense.
Michael
----- Original Message -----
From: "Michael Omar Gatto" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 12:36 PM
Subject: Re: Left navigation and CF_BodyContent
> Well, you can diverge from orthodox fusebox and put HTML
> code into your index.cfm:
>
> ===index.cfm===
> (switch stuff goes here)
> <cfinclude template="app_globals.cfm">
> <cf_bodycontent>
> <cfinclude template="dsp_header.cfm">
> <table>
> <tr>
> <td>
> <cfinclude template="dsp_navSideBar.cfm">
> <td>
> <cfoutput>#bodycontent#</cfoutput>
> </td>
> </tr>
> </cf_bodycontent>
>
> Cool, huh? Anyway, you can also make the menu dynamic by
> tying in the background color of the menu entry with the
> fuseaction. Definitely recommended for usability so users
> know immediately where they are in the application.
>
> -Mike
>
> ----- Original Message -----
> From: "K. Bennani" <[EMAIL PROTECTED]>
> To: "Fusebox" <[EMAIL PROTECTED]>
> Sent: Monday, January 08, 2001 8:37 AM
> Subject: Left navigation and CF_BodyContent
>
>
> > Hi,
> >
> > What is the best way to implement a left navigation bar
> (like the one you can see on www.amazon.com) with
> CF_BodyContent without using frames?
> >
> > Best regards,
> > Kamal
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists