Hi, actually it is not $html->link() but $form->input()
echo $form->input('ERItem.value', array('type'=>$type,
'options' =>
$ERItemsOptions,
'div' =>
false,
'between' =>
$caption_before,
'after' =>
$caption_after,
'label' =>
false,
'escape' => true,//or false... bot not working for this issue with
double quotes
'empty' =>
__('Select ...',true)
));
Thanks
Tomas
On 27 bře, 10:36, WebbedIT <[email protected]> wrote:
> Copy and paste your $html->link() call for us to see please.
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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
To unsubscribe from this group, send email to
cake-php+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.