Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / September 2007



Tip: Looking for answers? Try searching our database.

still a beginner but learning fusebox.i have this fbx_swith.cfm

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
susanring - 18 Sep 2007 21:52 GMT
still a beginner but learning fusebox.

i have this fbx_swith.cfm
and i am trying to figure out what they mean.

can you help explain what these are.  for example.
<cfoutput>
  <cfswitch expression = "#fusebox.fuseaction#">
    <cfcase value="SHHM">
        <cfinclude template="SC/app_sec.cfm">
        <cfinclude template="main/dsp_welcome.cfm">
    </cfcase>

thanks
here is all the code for fbx_swith.cfm
<cfoutput>
  <cfswitch expression = "#fusebox.fuseaction#">
    <cfcase value="SHHM">
        <cfinclude template="SC/app_sec.cfm">
        <cfinclude template="main/dsp_welcome.cfm">
    </cfcase>
    <cfcase value="HideDAMainLgHead">
        <cfset client.ShowMainLgHead = 0>
        <cflocation url="#client.cgiQueryString#">
    </cfcase>
    <cfcase value="ShowMainLgHead">
        <cfset client.ShowMainLgHead = 1>
        <cflocation url="#client.cgiQueryString#">
    </cfcase>
    <cfcase value="showCalendar">
        <cfset attributes.windowPopup_flag = 1>
        <cfinclude template="common/dsp_datepopup.cfm">
    </cfcase>
    <cfdefaultcase>
           I received a fuseaction called "#attributes.fuseaction#"
ablblblblblblblblblblblt.
    </cfdefaultcase>
  </cfswitch>
</cfoutput>f
Grizzly9279 - 18 Sep 2007 22:35 GMT
The fbx_Switch file defines all "fuseactions" in a given "circuit".  You should be able to read the documentation on fusebox.org for more info.

Does that answer your question?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.