Thursday, November 27, 2008

Re: image links in pagination

yes:

use this code:

<?php
echo $paginator->first
( $html->image
( 'first.png',
array
( 'alt' => __('first', true),
'border' => 0
)
),
array('escape'=>false)
);
?>


nitifixis wrote:
>
>
> Just one question. Is it possible to make image links equivalent to
> the text ones ($paginator->prev() and $paginator->next()) using the
> PaginatorHelper?
>
> Thanks in advance
> >
>
>

--
View this message in context: http://n2.nabble.com/image-links-in-pagination-tp1311602p1585414.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
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: