Re: Menu like in http://www.gwtproject.org/

2015-03-26 Thread Blaze
If you like you can use my polymer gwt wrapper. would be very easy to do it https://github.com/Baze985/GwtPolymer -B On Thursday, March 26, 2015 at 10:24:52 AM UTC+1, Thomas Broyer wrote: > > It's all open-source: > >- the HTML is generated as part of the gwt-site build: >https://github.

Re: Menu like in http://www.gwtproject.org/

2015-03-26 Thread Thomas Broyer
It's all open-source: - the HTML is generated as part of the gwt-site build: https://github.com/gwtproject/gwt-site - the CSS is here too (actually a LESS stylesheet) - and it's enhanced using GWT (w/ GQuery): https://gwt.googlesource.com/gwt-site-webapp On Tuesday, March 24, 20

Re: Menu like in http://www.gwtproject.org/

2015-03-26 Thread pp
Hi, if you use a menu in GWT, it will not be indexed by search engines -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@goog

Menu like in http://www.gwtproject.org/

2015-03-25 Thread mark kevin ringor
Hi, You can use GWT Material to implement a nice responsive menu just check this out http://gwt-material.appspot.com Regards, kevzlou -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving ema

Re: Menu like in http://www.gwtproject.org/

2015-03-25 Thread Abdullah
I think this component is available in gwtbootstrap showcase (Tabpanel) see the link https://gwtbootstrap.github.io/#component: Likewise you create your own component (custom Widget) On Wednesday, March 25, 2015 at 2:54:07 AM UTC+5:30, Juan Calderón wrote: > > Hello, > > I would like to do a me

Re: Menu like in http://www.gwtproject.org/

2015-03-25 Thread Tranquiliser
I don't have an example but it shouldn't be difficult to implement. It is a div (SimplePanel, etc) floating to the left. For the submenu, you can use cell tree or cell list. On Wednesday, 25 March 2015 08:24:07 UTC+11, Juan Calderón wrote: > > Hello, > > I would like to do a menu like the later

Menu like in http://www.gwtproject.org/

2015-03-24 Thread Juan Calderón
Hello, I would like to do a menu like the lateral menu in http://www.gwtproject.org/. I would appreciate if someone has an example. Thanks, Juan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop r