Changeset 2591
- Timestamp:
- 08/25/09 00:37:07 (4 years ago)
- Location:
- cfbuilder_extensions/coldbox_platform_utilities/trunk/src/handlers
- Files:
-
- 4 modified
-
HandlerGenerator.cfm (modified) (1 diff)
-
InterceptorGenerator.cfm (modified) (1 diff)
-
ModelGenerator.cfm (modified) (1 diff)
-
PluginGenerator.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cfbuilder_extensions/coldbox_platform_utilities/trunk/src/handlers/HandlerGenerator.cfm
r2589 r2591 62 62 <response status="success" showresponse="true"> 63 63 <ide> 64 <dialog width="550" height="350" />64 <dialog width="550" height="350" title="ColdBox Event Handler Wizard" image="images/ColdBox_Icon.png"/> 65 65 <body><![CDATA[<p style="font-size:12px;"><cfoutput>#message#</cfoutput></p>]]></body> 66 66 </ide> -
cfbuilder_extensions/coldbox_platform_utilities/trunk/src/handlers/InterceptorGenerator.cfm
r2589 r2591 62 62 <response status="success" showresponse="true"> 63 63 <ide> 64 <dialog width="550" height="350" />64 <dialog width="550" height="350" title="ColdBox Interceptor Wizard" image="images/ColdBox_Icon.png"/> 65 65 <body><![CDATA[<p style="font-size:12px;"><cfoutput>#message#</cfoutput></p>]]></body> 66 66 </ide> -
cfbuilder_extensions/coldbox_platform_utilities/trunk/src/handlers/ModelGenerator.cfm
r2589 r2591 74 74 <response status="success" showresponse="true"> 75 75 <ide> 76 <dialog width="550" height="350" />76 <dialog width="550" height="350" title="New ColdBox Model Wizard" image="images/ColdBox_Icon.png"/> 77 77 <body> 78 78 <![CDATA[<p style="font-size:12px;"><cfoutput>#message#</cfoutput></p>]]> -
cfbuilder_extensions/coldbox_platform_utilities/trunk/src/handlers/PluginGenerator.cfm
r2589 r2591 96 96 <response status="success" showresponse="true"> 97 97 <ide> 98 <dialog width="550" height="350" />98 <dialog width="550" height="350" title="ColdBox Plugin Wizard" image="images/ColdBox_Icon.png"/> 99 99 <body> 100 100 <![CDATA[<p style="font-size:12px;"><cfoutput>#message#</cfoutput></p>]]>
