Re: Using crumbs in cake 1.2

2008-03-27 Thread ygneo

Thanks! It's works!

On 26 mar, 15:40, grigri <[EMAIL PROTECTED]> wrote:
> Just leave the url parameter blank and you won't get a link:
>
> addCrumb('Gestión de usuarios'); ?>
>
> Note that if you do this, html is allowed [the input is not h()-ed],
> so if you have any < or > characters you'll have to escape them
> manually.
>
> On Mar 26, 9:55 am,ygneo<[EMAIL PROTECTED]> wrote:
>
> > Hi everybody!
>
> > I'm learning to use crumbs with cake 1.2, but I don't find out how to
> > show the first crumb out of an anchor link (a) to avoid the user
> > clicks and reload of the page. This is my code:
>
> > addCrumb('Gestión de usuarios', '/usuarios/nuevo/',
> > array('id'=>'seleccionada')); ?>
>
> > getCrumbs(); ?> 
>
> > I'll like to show
>
> > Gestión de usuarios
>
> > and not
>
> > Gestión de usuarios
>
> > If that is possible?
>
> > Excuse me if my english is poor, I'm spanish.
>
> > Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Using crumbs in cake 1.2

2008-03-26 Thread grigri

Just leave the url parameter blank and you won't get a link:

addCrumb('Gestión de usuarios'); ?>

Note that if you do this, html is allowed [the input is not h()-ed],
so if you have any < or > characters you'll have to escape them
manually.

On Mar 26, 9:55 am, ygneo <[EMAIL PROTECTED]> wrote:
> Hi everybody!
>
> I'm learning to use crumbs with cake 1.2, but I don't find out how to
> show the first crumb out of an anchor link (a) to avoid the user
> clicks and reload of the page. This is my code:
>
> addCrumb('Gestión de usuarios', '/usuarios/nuevo/',
> array('id'=>'seleccionada')); ?>
>
> getCrumbs(); ?> 
>
> I'll like to show
>
> Gestión de usuarios
>
> and not
>
> Gestión de usuarios
>
> If that is possible?
>
> Excuse me if my english is poor, I'm spanish.
>
> Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Using crumbs in cake 1.2

2008-03-26 Thread ygneo

Hi everybody!

I'm learning to use crumbs with cake 1.2, but I don't find out how to
show the first crumb out of an anchor link (a) to avoid the user
clicks and reload of the page. This is my code:

addCrumb('Gestión de usuarios', '/usuarios/nuevo/',
array('id'=>'seleccionada')); ?>

getCrumbs(); ?> 

I'll like to show

Gestión de usuarios

and not

Gestión de usuarios

If that is possible?

Excuse me if my english is poor, I'm spanish.

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---