Changes between Version 17 and Version 18 of ReferenceMaterials/ModelGlueXmlReference

Show
Ignore:
Timestamp:
01/26/10 22:58:54 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Added defaultType attribute to the <event-handlers> tag

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ModelGlueXmlReference

    v17 v18  
    103103  1. Access (Optional, defaults to "public") - If set to "private," the event handler cannot be accessed directly through the URL. 
    104104  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. 
    105   1. DisableDebug (Optional, defaults to "false") - If set to "true", Model-Glue debug rendering will be suppressed when this Event Handler is invoked. 
     105  1. !DisableDebug (Optional, defaults to "false") - If set to "true", Model-Glue debug rendering will be suppressed when this Event Handler is invoked. 
    106106 
    107107==== Child Tags ==== 
     
    117117==== Attributes ==== 
    118118 
    119 None 
     119 1. !DefaultType (Optional) - Set to a default event-type to be applied to all event-handler child tags that do not have a TYPE attribute defined. See [wiki:HowTos/HowToUseTypedEvents How To Use Typed Events] for more information. 
    120120 
    121121==== Child Tags ==== 
     
    124124  1. <scaffold> 
    125125 
    126 == <event-types> == 
    127  
    128 Defines a collection of event types.  See [wiki:HowTos/HowToUseTypedEvents How To Use Typed Events] for more information. 
    129  
    130 === Attributes === 
    131  
    132 None 
    133  
    134 === Child Tags === 
    135  
    136   1. <event-type> 
    137  
    138126== <event-type> ==  
    139127 
    140 Defines a custom event type.  Makes applying configuration selectively to specific events quite easy.  See [wiki:HowTos/HowToUseTypedEvents How To Use Typed Events] for more information. 
     128Defines a custom event type.  Makes applying configuration selectively to specific events quite easy. See [wiki:HowTos/HowToUseTypedEvents How To Use Typed Events] for more information. 
    141129 
    142130=== Attributes === 
     
    150138  1. <before> 
    151139  1. <after> 
     140 
     141== <event-types> == 
     142 
     143Defines a collection of event types.  See [wiki:HowTos/HowToUseTypedEvents How To Use Typed Events] for more information. 
     144 
     145=== Attributes === 
     146 
     147None 
     148 
     149=== Child Tags === 
     150 
     151  1. <event-type> 
    152152 
    153153== <include> (child tag of <modelglue>) ==