You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "82.kishore" <82...@gmail.com> on 2011/10/19 13:46:53 UTC

Re: Can i edit chenillekit pagedloop navigation links to <>

Hello Guys !!!

                     Please provide me your valuable inputs...

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Can-i-edit-chenillekit-pagedloop-navigation-links-to-prev-next-tp4831199p4917381.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Can i edit chenillekit pagedloop navigation links to <>

Posted by Emmanuel DEMEY <de...@gmail.com>.
Hi

I think the source code are available on github :
https://github.com/mlusetti/chenillekit

Manu

2012/8/15 TG <ta...@hotmail.com>

> Do you know where can I get the source codes for this customized pagedloop?
> If not, what are the jar files of  chenillekit? I don't use Maven. Just
> plain old copy and paste into lib/ ;)
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Can-i-edit-chenillekit-pagedloop-navigation-links-to-prev-next-tp4831199p5715427.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey

Re: Can i edit chenillekit pagedloop navigation links to <>

Posted by TG <ta...@hotmail.com>.
Do you know where can I get the source codes for this customized pagedloop?
If not, what are the jar files of  chenillekit? I don't use Maven. Just
plain old copy and paste into lib/ ;)



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Can-i-edit-chenillekit-pagedloop-navigation-links-to-prev-next-tp4831199p5715427.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Can i edit chenillekit pagedloop navigation links to <>

Posted by Taha Hafeez Siddiqi <ta...@gmail.com>.
Hi

I have used it long time back and I don't think you can change it for your use case by extending the existing component. I think you will have to use the existing code and create your own component but that is not difficult. Here is an implementation that does what you want.

http://code.google.com/p/tawus/source/browse/trunk/tawus-core/src/main/java/com/googlecode/tawus/base/AbstractPager.java
http://code.google.com/p/tawus/source/browse/trunk/tawus-core/src/main/java/com/googlecode/tawus/components/NextPreviousPager.java
http://code.google.com/p/tawus/source/browse/trunk/tawus-core/src/main/java/com/googlecode/tawus/components/Pager.java

http://code.google.com/p/tawus/source/browse/trunk/tawus-core/src/main/resources/com/googlecode/tawus/components/Pager.tml
http://code.google.com/p/tawus/source/browse/trunk/tawus-core/src/main/resources/com/googlecode/tawus/components/NextPreviousPager.tml


regards
Taha
 
On Oct 19, 2011, at 5:16 PM, 82.kishore wrote:

> Hello Guys !!!
> 
>                     Please provide me your valuable inputs...
> 
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/Can-i-edit-chenillekit-pagedloop-navigation-links-to-prev-next-tp4831199p4917381.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>