Re: example of styling vertical panel

2010-04-16 Thread Ian Bambury
Have you got anything in the VP? It would be useful to see the code that doesn't work rather than just guessing from all the things you might be doing wrong. Ian http://examples.roughian.com On 16 April 2010 16:36, Vik wrote: > Hie > > I am not using uibinder so tried above method, > > But n

Re: example of styling vertical panel

2010-04-16 Thread Vik
Hie I am not using uibinder so tried above method, But nothing happens. anything i m missing? I am sure i used the exact same code. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Fri, Apr 16, 2010 at 2:21 PM, helguita wrote: > Hello! > > Here it is an example: >

Re: example of styling vertical panel

2010-04-16 Thread helguita
Hello! Here it is an example: in your java class... VerticalPanel verticalPanel = new VerticalPanel(); HTMLPanel w = new HTMLPanel("Greetings"); w.setStyleName("vp-htmlPanel"); verticalPanel.add(w); in your css: .vp

example of styling vertical panel

2010-04-15 Thread Vik
Hie Can someone help me to change the background color of a vertical panel? I dont want to do it for all the vertical panels in my app. I just want to do it for a particular panel Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- You received this message because you