I have those code below in CakePHP 1.1, but selectTag does 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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---