Dynamic UI Layout

2010-10-10 Thread Josh Kamau
Hi guys; I am trying to create a dynamic layout for bean fields. The fields could have the labels on top or on the side, The layout could be single column or multiple columns. Any idea on how to do this? I am thinking of using a table and use column span for multiple column. Any suggestions will

Re: Dynamic UI Layout

2010-10-10 Thread meduolis
.1842946.n4.nabble.com/Dynamic-UI-Layout-tp2970085p2970123.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: UI Layout

2010-07-14 Thread armandoxxx
to use wicket and consider me as a 2 week wicket noob. Kind regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288378.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: UI Layout

2010-07-14 Thread Arjun Dhar
experiences I learnt somethings that i hope will help you. If not, am sure the more experienced guys here will be providing valuable input. -good luck! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288432.html Sent from the Wicket - User mailing

Re: UI Layout

2010-07-14 Thread armandoxxx
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288518.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: UI Layout

2010-07-14 Thread Ernesto Reinaldo Barreiro
figured out that I'm too lazy to put tags in for every possible case customer might come up with. So any help will be greatly appreciated. Kind regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288518.html Sent from

Re: UI Layout

2010-07-14 Thread armandoxxx
hi .. can you explain what you mean, cause I'm not sure what you mean ... King regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288618.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: UI Layout

2010-07-14 Thread Ernesto Reinaldo Barreiro
Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288618.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: UI Layout

2010-07-14 Thread armandoxxx
Kind regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288714.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: UI Layout

2010-07-14 Thread Arjun Dhar
Guys mack me up! haha kidding. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288872.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: UI Layout

2010-07-14 Thread armandoxxx
into my column component ! Kind regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UI-Layout-tp1891867p2288897.html Sent from the Wicket - User mailing list archive at Nabble.com

Jquery UI Layout

2010-05-21 Thread Josh Kamau
Hi WiQuery Team, Do you have any plans of including Jquery UI Layout in wiQuery? I urgently need it. regards. Josh.

Re: Jquery UI Layout

2010-05-21 Thread Josh Kamau
Still on WiQuery, I would also be glad if you let me know how to wrap up any JQuery plugin as a wiquery component. Regards. On Fri, May 21, 2010 at 9:07 AM, Josh Kamau joshnet2...@gmail.com wrote: Hi WiQuery Team, Do you have any plans of including Jquery UI Layout in wiQuery? I urgently

Re: Jquery UI Layout

2010-05-21 Thread julien roche AKA indiana_jules
Most, you can found two base of implementations in the svn (there were used for a presentation): http://code.google.com/p/wiquery/source/browse/#svn/examples/wiquery-presentation-examples/src/main/java/org/odlabs/wiquery/presentation/examples/ui/layout http://code.google.com/p/wiquery/source

Re: Jquery UI Layout

2010-05-21 Thread Ernesto Reinaldo Barreiro
at 8:07 AM, Josh Kamau joshnet2...@gmail.com wrote: Hi WiQuery Team, Do you have any plans of including Jquery UI Layout in wiQuery? I urgently need it. regards. Josh. - To unsubscribe, e-mail: users-unsubscr

Re: UI Layout

2010-03-08 Thread Juha Palomäki
@wicket.apache.org Subject: Re: UI Layout For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code simpler. I'd still be using panels though, giving the benefit of ajax, role base plus all the other stuff

Re: UI Layout

2010-03-08 Thread Juha Palomäki
, February 26, 2010 7:50 AM To: users@wicket.apache.org Subject: Re: UI Layout For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code simpler. I'd still be using panels though, giving the benefit

Re: UI Layout

2010-03-08 Thread Marek Šabo
martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Friday, February 26, 2010 7:50 AM To: users@wicket.apache.org Subject: Re: UI Layout For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code

Re: UI Layout

2010-03-05 Thread nino martinez wael
(). -Frank -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Friday, February 26, 2010 7:50 AM To: users@wicket.apache.org Subject: Re: UI Layout For me it seems it would very confusing if I only had one page. I'd prefer pages

Re: UI Layout

2010-03-03 Thread Stefan Jozsa
, an Ajax based approach seeems to be more promising (on long term) than the classical multi-page based one. Stefan --- On Fri, 2/26/10, Josh Kamau joshnet2...@gmail.com wrote: From: Josh Kamau joshnet2...@gmail.com Subject: UI Layout To: users@wicket.apache.org Date: Friday, February 26, 2010, 12

UI Layout

2010-02-26 Thread Josh Kamau
Wicket offers high level of flexibility when it comes to page layout. So i ask, what are the best practices? is it ok if i use panels only and one main layout page? Kind regards Josh.

Re: UI Layout

2010-02-26 Thread nino martinez wael
For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code simpler. I'd still be using panels though, giving the benefit of ajax, role base plus all the other stuff. my 2 centavos -Nino 2010/2/26 Josh Kamau

RE: UI Layout

2010-02-26 Thread Frank Silbermann
...@gmail.com] Sent: Friday, February 26, 2010 7:50 AM To: users@wicket.apache.org Subject: Re: UI Layout For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code simpler. I'd still be using panels though

Re: UI Layout

2010-02-26 Thread Martin Makundi
@wicket.apache.org Subject: Re: UI Layout For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code simpler. I'd still be using panels though, giving the benefit of ajax, role base plus all the other stuff