Re: 508 ajaxdefaultdatatablepanel

2009-09-25 Thread fachhoch

can I make ajaxdefaultdatatablepanel   508   ?  508
(http://www.section508.gov/)  
I think the pagination provided by wicket is 508 am I right ?



fachhoch wrote:
 
 I am using lot of ajaxdefaultdatatable and our application should be 508 ,
 is there a way to create the sortable columns from this panel 508 ?
 here the code I use to create a columns
 
 
 
 new PropertyColumnWFStgAuditEntity(new ModelString(Audit
 Number),stgAuditGeneral.auditNumber, stgAuditGeneral.auditNumber);
 
 
 in this   PropertyColumn or any method inside I can override to add 508
 description ?
 
 

-- 
View this message in context: 
http://www.nabble.com/508-ajaxdefaultdatatablepanel-tp25564175p25612339.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



508 ajaxdefaultdatatablepanel

2009-09-22 Thread tubin gen
I am using lot of ajaxdefaultdatatable and our application should be 508 ,
is there a way to create the sortable columns from this panel 508 ?
here the code I use to create a columns



new PropertyColumnWFStgAuditEntity(new ModelString(Audit
Number),stgAuditGeneral.auditNumber, stgAuditGeneral.auditNumber);


in this   PropertyColumn or any method inside I can override to add 508
description ?