Monday, March 29, 2010

Re: form helper ESCAPING quotes character values?? a bug?

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 <p...@webbedit.co.uk> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com 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.

No comments: