Re: css in DefaultDateTable

2009-10-18 Thread wicketmonkey
I want to use certain css to my the table column. Basically I was wondering if 
i could overide any method in my PropertyColumn or other class so that it could 
render my own td style rather than default  
eg i would want my td to be  
- Original Message - 
From: "Per Newgro"  
To: users@wicket.apache.org 
Sent: Sunday, October 18, 2009 1:50:43 AM GMT -08:00 US/Canada Pacific 
Subject: Re: css in DefaultDateTable 

It depends on your structure of html components. Here are the basics 
http://www.w3.org/TR/CSS2/cascade.html 

Cheers 
Per 

- 
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
For additional commands, e-mail: users-h...@wicket.apache.org 



css in DefaultDataTable

2009-10-18 Thread wicketmonkey
Is there any way that you can apply your own css to datatable. I saw some user 
mentioning inmethod api but that uses its own internal DefaultDataGrid from 
inmethod library . Looks like inmethod implemented everything on it's own. I 
would like to know what would be the easiest way to do it in DefaultDataTable . 
Is there any way i can overide some of the method in PropertyColumn to do that. 
thank you 

css in DefaultDateTable

2009-10-18 Thread wicketmonkey
Is there any way that you can apply your own css to datatable. I saw some user 
mentioning inmethod api but that uses its own internal DefaultDataGrid from 
inmethod library . Looks like inmethod implemented everything on it's own. I 
would like to know what would be the easiest way to do it in DefaultDataTable . 
Is there any way i can overide some of the method in PropertyColumn to do that. 
thank you 


inmethod

2009-10-18 Thread wicketmonkey

I came across inmethod that has it own wicket component like PropertyColumn. Is 
it standard for wicket developement to use it.If so where can i get it and 
where can i get the source file 
thank you 


test

2009-10-14 Thread wicketmonkey