Friday, January 30, 2009

Re: my html can't be show very good.

Most of the IDE's and editors will let you do a global search and
replace like that.

I use NetBeans, and would just do a shift-command-H to bring up the
"Replace in projects" dialog (another argument for using a modern
IDE).

On Jan 24, 2:03 am, Rimoe <meiyo...@gmail.com> wrote:
> Thanks,it's the reason.
>
> but the truth is I must  change my params for every link and the
> $form->input(select).
>
> Do you  have a good way to let it automated changed?
>
> Thanks.
>
> 2009/1/24 brian <bally.z...@gmail.com>
>
>
>
> > Are you using HtmlHelper? You probably need to tell it not to escape your
> > text:
>
> > echo $html->link(
> >  'shiftjis code',
> >  array('controller' => '...', 'action' => '...'),
> >  array('title' => '...'),
> >  false,
> >  false    // <-- this param
> > );
>
> > See "escapeTitle" param:
>
> >http://api.cakephp.org/class_html_helper.html#71ff7f331b08318bc867a4d...
>
> > On Sat, Jan 24, 2009 at 2:50 AM, Rimoe <meiyo...@gmail.com> wrote:
> > > hi,
> > > everyone.
> > > Do you have this question?
> > > my html can't be show very good.
> > > for example.
> > > <a href='link'>shiftjis code</a>
> > > when in my mobile browser, It has been shown like this:  shiftjis
> > > code/a>,this kind of link.
> > > If you know why is it, please tell me, thank you.
> > > rimoe
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

No comments: