[Catalyst] Re: Pb with fcgid on CentOS

2010-09-24 Thread jul....@gmail.com
On Tue, Sep 21, 2010 at 16:23, jul@gmail.com jul@gmail.com wrote: Hi, I have a trouble to run Catalyst with Apache2/fcgid/suexec on CentOS 5.5 I have a classical VirtualHost definition in the apache configuration with :    DocumentRoot /opt/myapp/root    Alias /static

[Catalyst] autocrud/ExtJS question

2010-09-24 Thread Marc Gamontini
Hi, I'd like to know if Catalyst-Plugin-AutoCRUD is able to generate checkboxes (http://dev.sencha.com/deploy/dev/examples/form/check-radio.html) via ExtJS automatically for a multivalued field (built on a correct 3-table model). Do other Catalyst-mechanisms exist and what are the good pratices

Re: [Catalyst] autocrud/ExtJS question

2010-09-24 Thread Oliver Gorwits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marc, On 24/09/2010 12:13, Marc Gamontini wrote: I'd like to know if Catalyst-Plugin-AutoCRUD is able to generate checkboxes (http://dev.sencha.com/deploy/dev/examples/form/check-radio.html) via ExtJS automatically for a multivalued field

Re: [Catalyst] autocrud/ExtJS question

2010-09-24 Thread Peter Karman
Oliver Gorwits wrote on 09/24/2010 07:47 AM: If anyone does have any suggestions for how this might be done better in the user interface, please let me know. CatalystX::CRUD::YUI handles many-to-many (and one-to-many) selection through a livegrid (ExtJS extension) widget, so that there is