Re: third-party grid

2012-03-26 Thread Lance Java
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
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  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-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


Re: third-party grid

2012-03-26 Thread csckid
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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: third-party grid

2012-03-26 Thread Emmanuel DEMEY
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 

> 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-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


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

Twitter : @gillespie59


Re: third-party grid

2012-03-25 Thread csckid
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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: third-party grid

2012-03-25 Thread Emmanuel DEMEY
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 

> 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-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


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

Twitter : @gillespie59


third-party grid

2012-03-24 Thread csckid
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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org