Issue Details (XML | Word | Printable)

Key: GRAILS-2520
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Graeme Rocher
Reporter: Erik Pragt
Votes: 2
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

Change html generation to stop using tables

Created: 23/Feb/08 12:51 PM   Updated: 23/Feb/08 12:51 PM
Component/s: View technologies
Affects Version/s: 1.0
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
Currently, a grails-generate-all, or generate-views will generate HTML with a lot of tables in it. While tables themself are not bad, using them for formatting is, since formatting them in a different way is hard. Consequences of this are that skinning Grails is quite impossible, unless you rewrite all the HTML too. Therefor I propose to drop all the tables from the HTML, and change them into DIV's.

For some information, please check:

http://www.dev-archive.net/articles/table-in-css.html
http://www.glish.com/css/
http://www.devarticles.com/c/a/Web-Style-Sheets/DIV-Based-Layout-with-CSS/

and ofcourse www.csszengarden.com



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.