• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Community Beginner ,
Sep 18, 2007 Sep 18, 2007

Copy link to clipboard

Copied

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
TOPICS
Advanced techniques

Views

241

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Sep 18, 2007 Sep 18, 2007
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?

Votes

Translate

Translate
Engaged ,
Sep 18, 2007 Sep 18, 2007

Copy link to clipboard

Copied

LATEST
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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation