You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by csckid <te...@gmail.com> on 2012/03/24 20:43:43 UTC

third-party grid

I liked the grid in http://trirand.com/blog/jqgrid/jqgrid.html
so to use this grid everywhere on the page, what changes should I make in
tapestry? 

Can my tapestry files be named jsp instead of .tml?

--
View this message in context: http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5592196.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: third-party grid

Posted by Lance Java <la...@googlemail.com>.
Viewing the source of http://trirand.com/blog/jqgrid/jqgrid.html shows that
the demo is using a custom theme (
http://trirand.com/blog/jqgrid/themes/redmond/jquery-ui-1.8.1.custom.css)

You can set the theme in tapestry5-jquery by setting the
JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME application default

public class AppModule
{
  public static void
contributeApplicationDefaults(MappedConfiguration<String,String>
configuration)
  {
    configuration.add(JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME,
"some-theme");
  }
}


JQuery's built in themes can be viewed here http://jqueryui.com/themeroller/

On Monday, 26 March 2012, csckid <te...@gmail.com> wrote:
> thanks I was looking for that.. But is it possible to make the UI like the
> one on jqgrid. Can I change the css?
>
> --
> View this message in context:
http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5594518.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: third-party grid

Posted by csckid <te...@gmail.com>.
thanks I was looking for that.. But is it possible to make the UI like the
one on jqgrid. Can I change the css?

--
View this message in context: http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5594518.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: third-party grid

Posted by Emmanuel DEMEY <de...@gmail.com>.
You can have a look to the demo application (src/test/ packages). Just
download the project, and run mvn:jetty:run, and you will have a sample.
Manu

2012/3/26 csckid <te...@gmail.com>

> How do I use it? I am pretty novice
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5594350.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 : @gillespie59

Re: third-party grid

Posted by csckid <te...@gmail.com>.
How do I use it? I am pretty novice

--
View this message in context: http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5594350.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: third-party grid

Posted by Emmanuel DEMEY <de...@gmail.com>.
First, if you want tp use the jqGrid, you should have a look to our
tapestry5-jquery-jqgrid contribution :
https://github.com/got5/tapestry5-jquery-jqgrid

2012/3/24 csckid <te...@gmail.com>

> I liked the grid in http://trirand.com/blog/jqgrid/jqgrid.html
> so to use this grid everywhere on the page, what changes should I make in
> tapestry?
>
> Can my tapestry files be named jsp instead of .tml?
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5592196.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 : @gillespie59