Changes between Version 1 and Version 2 of HowTos/HowToUseScaffolds/AddingSpecificEventHandlers
- Timestamp:
- 04/27/09 15:26:56 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTos/HowToUseScaffolds/AddingSpecificEventHandlers
v1 v2 6 6 7 7 {{{ 8 <property name="defaultScaffolds"><value>list,view</value></property> 8 <property name="defaultScaffolds"> 9 <value>list,view</value> 10 </property> 9 11 }}} 10 12 … … 21 23 22 24 <scaffold object="contact" type="edit,commit,delete"> 23 24 <broadcasts> 25 26 <message name="UserMustBeAdministrator" /> 27 28 </broadcasts> 29 30 <results> 31 32 <result name="SecurityViolation" do="SecurityViolation" redirect="true" /> 33 34 </results> 35 25 <broadcasts> 26 <message name="UserMustBeAdministrator" /> 27 </broadcasts> 28 <results> 29 <result name="SecurityViolation" do="SecurityViolation" redirect="true" /> 30 </results> 36 31 </scaffold> 32 }}}
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)