Finally! We finally managed to catch up and prepare a new version of our Symfony plugin to generate nice admin generator based on jQuery UI Themes.
We tagged this version as 0.2.0 since we still consider this plugin as beta version (but usable on production) but the big news is the support of symfony 1.4! For this specific support I must thank you 2 people that submited 2 patches to make this compatibility possible. Thanks to ( jtexier , “merci Jerome
”) and dalexandre and of course I must named jeremyb for his dedication to the project, he did most of the latest development.
I also setup a live demo to allow you to play a little bit with the plugin. It is currently basic but we will add more stuff step by step.
What’s new:
- Theme switcher integrated
- user interface fixes and enhancements
- Symfony 1.4 compatibility
You can have some more details on my previous post.
The plugin is available as usual on github, I will publish as well the packaged plugin on symfony website.



Live demo link is invalid
I fixed the link. thanks for the note.
i love it but i need the tabs tell me how to do it
You can have the tab when you split your fields in the display item. E.g.
display:"Info": [name, last_name, email]
"Extra": [age, gender]
I’ve a problem with some buttons, see this screen: http://screencast.com/t/MTkxZjRiO
Tested in firefox, IE7 and Chrome.
How can I fix that? Thanks!
I like your works. But I am new user. Please can you explain me how i get tabs on edit page?
Actually I can not understand your answer to Miguelo’s question.
Thanks Allaha. I figured it out . It should be done under the ‘form’ section of generator.yml file.E.G.
config:
form:
display:
“tab1″: [ code, name ]
“tab2″: [ contact, address ]
After installing the sfAdminThemejRoller plugin and changing the theme variable to “jroller”, it complains that a base generator class is missing.
Is there a workaround for this?