Show
Ignore:
Timestamp:
12/15/06 18:53:31 (2 years ago)
Author:
scorfield
Message:

Fixes #164 by adding an event object that wraps attributes scope.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fusebox5.cfm

    r258 r272  
    5959<cfset structAppend(attributes,URL,true) /> 
    6060<cfset structAppend(attributes,form,true) /> 
     61<!--- FB51: ticket 164: add OO synonym for attributes scope ---> 
     62<cfparam name="variables.event" default="#createObject('component','fuseboxEvent').init(attributes)#" /> 
    6163 
    6264<!--- FB5: myFusebox is an object but has FB41-compatible public properties --->