recursive cfmodule calls), I'm trying to use FuseQ in a FB3
application. (I cannot consider upgrading the app to FB4, at this
point, there isn't enough time.)
I've already got a few CASEs working with addToQ()s, but It's breaking
down when I try to get the whole site converted to FuseQ. BTW, I'm
using FB3 layouts, as opposed to FuseQ layouts (if that makes any
sense).
Where's the best place to find low-level information on FuseQ? All I
can find are "introductions" to FuseQ, but no documentation. (I've
asked this question before, but was told to use FB4, which is no
longer an option.)
[Some code snippets follow, in hopes that someone might tell me that
there's a general problem with my understanding of FuseQ.]
Thanks,
Jamie
I've got a main layout file that looks something like this (most of
the HTML is stripped out):
<html>
<head></head>
<body>
<cfset addtoq("vGlobalNavlet.display")>
<cfset addtoq("vLocalNavlet.display")>
<cfoutput>#fusebox.layout#</cfoutput>
<cfset addtoq("vNoteslet.display")>
</body>
</html>
And this sort of thing in the switches:
<cfcase value="buildDemographicScoreChart">
<cfset request.addtoq("mScore.getDemographicScores")>
<cfset request.addtoq("mScore.getComponentLabels")>
<cfset request.addtoq("mScore.getConstructLabels")>
<cfset request.addtoq("mScore.getDemographicLabels")>
<cfset request.addtoq("mScore.getIndicatorLabels")>
<cfset request.addtoq("mBreadcrumbs.getBreadCrumbData")>>
<cfset request.addtoq("mScore.getVarName")>
<cfinclude template="dsp_buildDemographicScoreChart.cfm">
</cfcase>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

