Re: [html-formfu] Installing Model::DBIC

2009-04-21 Thread Carl Franks
2009/4/21 Moritz Onken : > Hi Carl, > > is Model::DBIC incompatible with the current FormFu version? > > I had trouble installing it. The following test fails: > > #   Failed test 'Options set from the model' > #   at t/options_from_model/many_to_many_select.t line 51. > #     Structures begin diff

Re: [html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Carl Franks
2009/4/21 Mario Minati : > Am Dienstag 21 April 2009 14:37:43 schrieb Carl Franks: >> 2009/4/21 Mario Minati : >> > Hi, >> > >> > I'm just working on the implementation of client side repeatable elements >> > for ExtJS. >> > >> > What I stumbled about are more complex forms with repeatable repeatab

Re: [html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Mario Minati
Am Dienstag 21 April 2009 14:37:43 schrieb Carl Franks: > 2009/4/21 Mario Minati : > > Hi, > > > > I'm just working on the implementation of client side repeatable elements > > for ExtJS. > > > > What I stumbled about are more complex forms with repeatable repeatables > > or nested repeatable or re

[html-formfu] Installing Model::DBIC

2009-04-21 Thread Moritz Onken
Hi Carl, is Model::DBIC incompatible with the current FormFu version? I had trouble installing it. The following test fails: # Failed test 'Options set from the model' # at t/options_from_model/many_to_many_select.t line 51. # Structures begin differing at: # $got->[0]{containe

[html-formfu] overriding container css class

2009-04-21 Thread Michael Reddick
I have a subclass of Element::Select. I want the css class for the container to be the same as Element::Select. Is there a better way to do it than overriding sub type? Will that cause me other problems? Thanks, Michael ___ HTML-FormFu mailing list HTML-

[html-formfu] HTML::FormFu::ExtJS 0.070 released

2009-04-21 Thread Moritz Onken
Hi, I just uploaded HTML::FormFu::ExtJS 0.070 to the CPAN. I had to wait for HTML::FormFu 0.04 to be released because we depend heavily on the new Model::HashRef. Changes from 0.05: 0.070 - added ExtJS::Panel - fixed handling of localised attributes - deprecated HTML::FormFu::E

Re: [html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Carl Franks
2009/4/21 Mario Minati : > Hi, > > I'm just working on the implementation of client side repeatable elements for > ExtJS. > > What I stumbled about are more complex forms with repeatable repeatables or > nested repeatable or repeatable nested or ... > > Currently I see no automatic way to determine

[html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Mario Minati
Hi, I'm just working on the implementation of client side repeatable elements for ExtJS. What I stumbled about are more complex forms with repeatable repeatables or nested repeatable or repeatable nested or ... Currently I see no automatic way to determine on the client side if a given elemen

Re: [html-formfu] Subclassing elements and adding config options

2009-04-21 Thread Carl Franks
2009/4/20 Michael Reddick : > > Awesome, thanks. Should I type this up for a cookbook entry or something? If you want to, that's cool. Just send a patch, and I'll commit it. Cheers, Carl ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http:/

Re: [html-formfu] How to save repeatable fields inserted by javascript

2009-04-21 Thread Carl Franks
2009/4/21 Gerg Coates : > I've looked everywhere I can think of for these tests, but I can't seem to > find them.  Could someone please point me in the right direction? In svn, new_empty_row_multi is deprecated, but you can find tests covering the same behaviour in: t/update/has_many_repeatabl