Re: [html-formfu] FormFu::ExtJS Tabs/Panels

2010-03-25 Thread Moritz Onken
/ExtJS-Nested-Tab-Set-with-Demo > > Not that I want Nested tabs. > http://www.extjs.com/deploy/ext-2.0-alpha1/examples/tabs/tabs-adv.html > > Thanks >> Message: 2 >> Date: Thu, 25 Mar 2010 03:50:28 +0100 >> From: Moritz Onken >> Subject: Re: [html-formfu] Fo

Re: [html-formfu] FormFu::ExtJS Tabs/Panels

2010-03-25 Thread Damon Atkins
Re: [html-formfu] FormFu::ExtJS Tabs/Panels To: "HTML Form Creation, Rendering and Validation Framework" Message-ID:<44e2dee8d4963040c2e4d6ece9c4f...@localhost> Content-Type: text/plain; charset="UTF-8" Hi, there is an ExtJS::Panel element. Check out the test h

Re: [html-formfu] FormFu::ExtJS Tabs/Panels

2010-03-24 Thread Moritz Onken
Hi, there is an ExtJS::Panel element. Check out the test http://cpansearch.perl.org/src/PERLER/HTML-FormFu-ExtJS-0.075/t/elements/panel.yml and http://cpansearch.perl.org/src/PERLER/HTML-FormFu-ExtJS-0.075/t/elements/panel.t for an example. cheers, mo On Thu, 25 Mar 2010 03:40:58 +1100, Damon A

[html-formfu] FormFu::ExtJS Tabs/Panels

2010-03-24 Thread Damon Atkins
Guys, Are their any examples of using FormFu::ExtJS to layout a Form into sections with Tab/Panel layout. e.g. Tab1 contains Name Address Details, Tab2 contains Postal Address rather than have a Form which is very long or very wide. And then submit the whole lot. Cheers Damon. ___

Re: [html-formfu] FormFu::ExtJS

2009-05-12 Thread Mario Minati
Bump Am Sonntag 10 Mai 2009 16:25:27 schrieb Mario Minati: > Hi Moritz, > > I looked at the label element and found out, that there is no ExtJS > representation for that element yet. > > Do you plan to ignore elements for which we cannot find a ExtJS element > class or do you still want to impleme

Re: [html-formfu] FormFu::ExtJS

2009-05-10 Thread Mario Minati
Hi Moritz, I looked at the label element and found out, that there is no ExtJS representation for that element yet. Do you plan to ignore elements for which we cannot find a ExtJS element class or do you still want to implement a class for label? Greets, Mario Minati Am Montag 04 Mai 2009 0

Re: [html-formfu] FormFu::ExtJS

2009-05-04 Thread Mario Minati
Hi Moritz, I'll have a look at the label element. I will take the NotAField element out of the repository the next days. I found out today, that FF::Model::DBIC needs a hidden pk field for repeatable blocks anyhow. So I'm thinking of moving the hidden elements of a Repeatable (tab-/accordion-/.

Re: [html-formfu] FormFu::ExtJS

2009-05-04 Thread Moritz Onken
Hi Mario, I was working on a Label element. It is currently avaiable from the formfu repository. I think it does exactly what you want. Carl didn't like the implementation much but this could be fixed. I'd rather see that Label makes it to FormFu than NotAField to ExtJS :-) moritz Am 04.

Re: [html-formfu] FormFu::ExtJS

2009-05-03 Thread Mario Minati
Hi Moritz, sorry for answering so late. I'm on a very intense training last and this week and have only less time. Nice to hear that the test problem got solved, so I'll go one and write tests. I use the NotAField to send values, e.g. the id (primary key) of rows to the form, and other data th

Re: [html-formfu] FormFu::ExtJS

2009-04-30 Thread Moritz Onken
Hi Mario, I figured out that the failing test was my fault. It seems like one of my modules was not up to date. The ->previous call is now gone and it works ok on my machine. If NotAField sends the value in one direction only, how do you submit it again to the server? I think this is about

Re: [html-formfu] FormFu::ExtJS

2009-04-30 Thread Mario Minati
Hi Moritz, sorry for adding no test yet. I was still waiting that you answer my last mail according the unsolved problem with different behaviour of the tests on your and on my computer. I wanted to solve that issue first before creating more tests. The NotAField field can be used to transport

[html-formfu] FormFu::ExtJS

2009-04-26 Thread Moritz Onken
Hi Mario, you added a new field NotAField to FF::ExtJS, but no tests. What is the purpose of that field? it sound like a pretty bad hack to me and I don't see a reason why we need that in ExtJS? You also added a new method render_values. What is the output of that field? Isn't form_data d