I wrote the fomx helper as a proof of concept, although I am using it
in a development environment, I'll probably tidy it up before using it
in production. ('though there's always the hope it'll end up in the
core:). It is tightly tied to the 1.2 FormHelper and I have not even
looked at the 1.1 co
Hello,
has anybody managed to use formx-helper (or something similar) on
stable?
I did not yet get formx-helper work on the version I use on the
project:
1.1.11.4064
Kind regards
Ralph
On 26 Feb., 18:29, "szeta" <[EMAIL PROTECTED]> wrote:
> excellent!
> Thanks for all the hints!
>
> On 23 Feb
excellent!
Thanks for all the hints!
On 23 Feb., 15:13, "bbuchs" <[EMAIL PROTECTED]> wrote:
> "GreyCells" also wrote a Helper for this purpose - I'm using it on a
> 1.2 project now, and it's great. I think the HTML it outputs could be
> a little cleaner, but it does what it should.
>
> https://tr
"GreyCells" also wrote a Helper for this purpose - I'm using it on a
1.2 project now, and it's great. I think the HTML it outputs could be
a little cleaner, but it does what it should.
https://trac.cakephp.org/ticket/1901
I'm hoping something like this makes it into the source - from a
usability
hum... Honnest I haven't had a look at the $html->checkboxesMultiple
yet but well.. here's how my apps do it;
I've extended the html helper as I've got quite a few 'custom'
functions. One of them I called checkboxGroup (and other one is
radioGroup, which I though looks better than a select box in
Does anybody have an idea here?
Every hint is appreciated. :-)
Regards
Ralph
On 22 Feb., 10:23, "szeta" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm using CakePHP now for a few months on a project and I really love
> the framework.
> It helped me to safe a lot of time!
>
> But one thing, I always
Hello,
I'm using CakePHP now for a few months on a project and I really love
the framework.
It helped me to safe a lot of time!
But one thing, I always run into is, that it's not so easy to generate
comfortable checkboxes (e.g. for maintaining HABTM relations).
I tried e.g. $html->checkboxMulti