Hello List,
I'm gettin' Problems with the $form->input select tag.
I've got a simple integer field, that should filled with numbers 1-10.
So I want use my own keys in a select Box.
example:
$form->input('objektart',array('type'=>'select','empty'=>'Bitte
wählen'));
I just don't know how to put the values in it.
This doesn't work:
$form->input('objektart',array('type'=>'select','empty'=>'Bitte
wählen','value'=>'array('0'=>'my','1'=>'todo')'));
Second problem is the empty field, the german "ä" is displayed as a
question mark, the "ä"-html code is displayed as "ä" ...
How could I display this character ?!
Thx for your help,
and sorry pour my poor english ...
olsen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---