Development

#3552 (php-generator code should return php-template code, using sfExtjs2Plugin (not directly JS code))

You must first sign up to be able to contribute.

Ticket #3552 (new enhancement)

Opened 2 months ago

Last modified 2 weeks ago

php-generator code should return php-template code, using sfExtjs2Plugin (not directly JS code)

Reported by: Leon.van.der.Ree Assigned to:
Priority: minor Milestone: plugins
Component: sfExtjsThemePlugin Version: 1.0.16
Keywords: php-code, js-code, sfExtjs2Plugin Cc:
Qualification: Design decision

Description

the php-generator code should return php-template code, but currently at some places directly returns js-code, this should all be php-template code using the sfExtjs2Plugin.

This way you can much easier make changes to the code, when copying it from cache to a template folder.

Change History

05/16/08 10:10:37 changed by Leon.van.der.Ree

  • status changed from new to assigned.

05/19/08 01:40:03 changed by Leon.van.der.Ree

partly done, but needs review on where is can be used even more.

05/28/08 00:52:34 changed by Leon.van.der.Ree

  • owner deleted.
  • status changed from assigned to new.

there is a todo, to remove the helpers from the theme-plugin and replace these by code from the sfExtjs2Plugin

06/17/08 17:47:14 changed by Leon.van.der.Ree

It should use the anonymousclass in combination with Xtypes as much as possible