Overview   Circuit   Fuse fusedocer

fbx_fusebox30_CF50_nix.cfm

  /fusedocer
    |
    +--fbx_fusebox30_CF50_nix.cfm

Responsibilities

!! *nix Version !! I am the code behind Fusebox 3.0 that handles nesting, layouts--oh, a bunch of stuff, really. PLEASE BE VERY CAREFUL ABOUT MAKING ANY CHANGES TO THIS FILE, AS IT WILL RENDER IT NON-COMPLIANT WITH THE STANDARD NOTED ABOVE. There is no need to modify this file for any settings. All settings can occur in fbx_settings.cfm. Because this file requires a tag introduced in CF5 (cfsavecontent), it can only be run on CF5+.

Properties
version3.01
build1b

History
John Quarto-vonTivadar - 27 Sep 2001
Portions of code contributed by Steve Nelson, Hal Helms, Jeff Peters, Nat Papovich, Patrick McElhaney, Fred Sanders, Bill Wheatley and Stan Cox.
UpdateNat Papovich - Oct 2001
Converted to cfscripting, bug fixes for final release.
UpdateNat Papovich - Nov 2001

Output Variables Summary
structurevariables.fusebox
this is the public API of variables that should be treated as read-only
structureFB_
Internal use only. Please treat the FB_ as a reserved structure, not to be touched.

Output Variables Detail

variables.fusebox

structure
this is the public API of variables that should be treated as read-only
Attributes:
Sub-Elements

isCustomTag

boolean
Attributes:
default:FALSE

isHomeCircuit

boolean
Attributes:
default:FALSE

isTargetCircuit

boolean
Attributes:
default:FALSE

fuseaction

string
will be assigned a literal value of 'fusebox.defaultfuseaction' if attributes.fuseaction comes in as 'circuit.' with no fuseaction passed.
Attributes:

circuit

string
Attributes:

homeCircuit

string
Attributes:

targetCircuit

string
Attributes:

thisCircuit

string
Attributes:

thisLayoutPath

string
Attributes:

suppressErrors

boolean
Attributes:
default:FALSE

currentPath

string
Attributes:

rootPath

string
Attributes:


FB_

structure
Internal use only. Please treat the FB_ as a reserved structure, not to be touched.
Attributes:
Sub-Elements


Overview   Circuit   Fuse fusedocer