Thanks a lot :)

On 19 sep, 16:07, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote:
> In 1.2, allform/input related stuff has been moved to FormHelper:
>
> http://api.cakephp.org/class_form_helper.html
>
> I assume you need the select:
>
> http://api.cakephp.org/class_form_helper.html#5171e675468c9665db0653c...
>
> Hope that helps ;)
>
> On Sep 19, 10:43 am, Yuris <[EMAIL PROTECTED]> wrote:
>
> > I have those code below in CakePHP 1.1, butselectTagdoes not exist
> > in CakePHP 1.2, how could I modify for the new version? Thanks a lot!
> > echo $html->selectTag(
> > 'magasin',
> > $tabMagasin,
> > 0,
> > array(
> > 'id'=>"magasin",
> > 'class'=>"liste",                                                           
> >                                                                             
> >                                    
> > 'onclick'=>"document.getElementById('rechercherFlag').value
> > = 1;",
> > 'style'=>"width: 120px;"
> > ),
> > null,
> > true,
> > false
> > );
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to