Re: Layout manager

2010-02-10 Thread Ernesto Reinaldo Barreiro
-examples On Tue, Feb 2, 2010 at 10:56 AM, Eyal Golan egola...@gmail.com wrote: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project

Re: Layout manager

2010-02-10 Thread Josh Kamau
Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project for that? or for any other similar? Can Wiquery help with this? Thanks for helping out, I

Re: Layout manager

2010-02-10 Thread Ernesto Reinaldo Barreiro
Check out [1] and look for LayoutPlugin.java and Layou.java. Ernesto [1]-http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples On Wed, Feb 10, 2010 at 10:05 AM, Josh Kamau joshnet2...@gmail.com wrote: Hello, Is there any Wicket project for making a layout manager similar

Re: Layout manager

2010-02-10 Thread Eyal Golan
...@gmail.com wrote: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project for that? or for any other similar? Can Wiquery help

Re: Layout manager

2010-02-10 Thread Josh Kamau
, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project for that? or for any other similar? Can Wiquery help with this? Thanks for helping out

Re: Layout manager

2010-02-10 Thread Ernesto Reinaldo Barreiro
]- http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples On Wed, Feb 10, 2010 at 10:05 AM, Josh Kamau joshnet2...@gmail.com wrote: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found

Re: Layout manager

2010-02-03 Thread Eyal Golan
martin.maku...@koodaripalvelut.com wrote: Hi! There was one wicket project which created panels and stylish buttons, but I can't recall where it is. ** Martin 2010/2/2 Eyal Golan egola...@gmail.com: Hello, Is there any Wicket project for making a layout manager similar

Layout manager

2010-02-02 Thread Eyal Golan
Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project for that? or for any other similar? Can Wiquery help with this? Thanks for helping out

Re: Layout manager

2010-02-02 Thread Martin Makundi
Hi! There was one wicket project which created panels and stylish buttons, but I can't recall where it is. ** Martin 2010/2/2 Eyal Golan egola...@gmail.com: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found

Re: Layout manager

2010-02-02 Thread Ernesto Reinaldo Barreiro
Golan egola...@gmail.com: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project for that? or for any other similar? Can Wiquery help

Re: Layout manager

2010-02-02 Thread Martin Makundi
wicket project which created panels and stylish buttons, but I can't recall where it is. ** Martin 2010/2/2 Eyal Golan egola...@gmail.com: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS

Re: consistent layout ( layout manager )

2008-01-07 Thread Frank Bille
Hi, Try to take a look at this example: http://wicket.apache.org/examplemarkupinheritance.html Frank On Jan 7, 2008 4:05 AM, Danilo Barsotti [EMAIL PROTECTED] wrote: Hi all! I have a question about how to create a consistent layout with wicket. now I have a index class and all other

Re: consistent layout ( layout manager )

2008-01-07 Thread Danilo Barsotti
Exist other method do make this, Without using *inheritance of objects.* Like tiles, sitemash or other method. thanks! 2008/1/7, Frank Bille [EMAIL PROTECTED]: Hi, Try to take a look at this example: http://wicket.apache.org/examplemarkupinheritance.html Frank On Jan 7, 2008

Re: consistent layout ( layout manager )

2008-01-07 Thread Eelco Hillenius
On Jan 7, 2008 7:01 PM, Danilo Barsotti [EMAIL PROTECTED] wrote: Exist other method do make this, Without using *inheritance of objects.* Like tiles, sitemash or other method. Yeah, using panels. See the template example. Other than that... you can use sitemash if you want, but it is not how

consistent layout ( layout manager )

2008-01-06 Thread Danilo Barsotti
Hi all! I have a question about how to create a consistent layout with wicket. now I have a index class and all other classes extends it. code public class Index extends WebPage { private static final long serialVersionUID = 1L; protected String getName(){ return Title here;