Changes between Version 9 and Version 10 of ReferenceMaterials/ModelGlueXmlReference

Show
Ignore:
Timestamp:
12/02/09 19:20:11 (16 years ago)
Author:
Chuck Savage <chuck@…> (IP: 71.56.239.159)
Comment:

event-handler attribute Type wasn't defined

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ModelGlueXmlReference

    v9 v10  
    102102  1. Name (Required) - A unique name for the event handler. This defines how the event will be accessed through the URL, such as "index.cfm?event=!MyEvent". [[BR]][[BR]]''If an <event-handler> is added whose NAME attribute is in use by another event-handler, it will overwrite the previous event-handler, except in the case of the predefined modelglue.onRequestStart, modelglue.onQueueComplete, and modelglue.onRequestEnd event-handlers. In this case, any messages, views, or results defined will be added to the predefined event handlers.''[[BR]][[BR]] 
    103103  1. Access (Optional, defaults to "public") - If set to "private," the event handler cannot be accessed directly through the URL. 
     104  1. Type (Optional) - Set to an event-type to be run before and/or after the event, depending on how the event-type is set up.  See event-type and [wiki:HowTos/HowToUseTypedEvents How To Use Typed Events] for more information. 
    104105 
    105106==== Child Tags ====