Changes between Version 3 and Version 4 of ReferenceMaterials/ModelGlueXmlReference

Show
Ignore:
Timestamp:
08/04/09 11:59:37 (17 years ago)
Author:
DanWilson (IP: 76.182.36.62)
Comment:

Added notes about optional Function in Message-Listener

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ModelGlueXmlReference

    v3 v4  
    195195 
    196196  1. Message (Required) - The name of a message for which to listen, defined by the <message> tag's NAME attribute. 
    197   1. Function (Required) - The name of a public <cffunction> on the related Controller CFC to execute whenever a <message> is broadcast whose NAME attribute matches the value of the MESSAGE attribute 
     197  1. Function (Optional) - The name of a public <cffunction> on the related Controller CFC to execute whenever a <message> is broadcast whose NAME attribute matches the value of the MESSAGE attribute. If no value is provided for Function, the name of the message will be used as Function. 
    198198 
    199199==== Child Tags ====