[
https://issues.apache.org/jira/browse/OFBIZ-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian Crum updated OFBIZ-633:
------------------------------
Attachment: HtmlFormRenderer.patch
Jacopo,
The Form Widget is one of those HTML "element collections" that works best with
a table based layout. If you look at a typical data entry form it is, in
essence, a table. The basicTable CSS class I created will style a form widget
table and all of its contained elements, so there is very little markup needed.
Sure, we could replace the table with nested <div>s, but we wouldn't gain
anything. The end result would be the same amount of HTML and less control of
layout.
I started work on the HtmlFormRenderer class. I have attached a patch so you
can take a look at it. Keep in mind that it isn't finished yet.
Btw, could you take a look at OFBIZ-685 please?
> Remove redunant style decarations from maincss.css
> --------------------------------------------------
>
> Key: OFBIZ-633
> URL: https://issues.apache.org/jira/browse/OFBIZ-633
> Project: OFBiz (The Open for Business Project)
> Issue Type: Sub-task
> Reporter: Chris Howe
> Priority: Minor
> Attachments: createCustomer.jpg, experimental_1.patch,
> experimental_2.patch, experimental_3.patch, experimental_4.patch,
> findAfter.jpg, findBefore.jpg, HtmlFormRenderer.patch, maincss.css,
> profileAfter.jpg, profileBefore.jpg
>
>
> This will be used to contain comments regarding the consolidated maincss.css
> file that are rather unrelated to the combining of maincss.css and
> tabstyles.css
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.