[
https://issues.apache.org/jira/browse/CLK-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian A. updated CLK-114:
--------------------------
Fix Version/s: 3.0.0
> Form.toString(): Customize the class attribute
> ----------------------------------------------
>
> Key: CLK-114
> URL: https://issues.apache.org/jira/browse/CLK-114
> Project: Click
> Issue Type: Improvement
> Components: core
> Reporter: Ricardo Lecheta
> Assignee: Malcolm Edgar
> Fix For: 3.0.0
>
>
> Hi,
> The Form.toString generates the following code:
> - buffer.append("<table class=\"form\" id=\"");
> - buffer.append("<table class=\"fields\" id=\"");
> - class= buttons, errors
> We can change the css properties in the control.css file.
> But sometimes when the project starts, we already have all prototype (pages,
> screens, css) already written
> The easier way is just to change the class attribute, and you can get the
> look-and-feel of your prototype. Might public methods to change the "class"
> attributes should be a good addition to click.
> So we don't need to change the control.css, and we also don't need ask help
> for the designer. You just have to use the correct css.
> thanks
--
This message was sent by Atlassian JIRA
(v6.1#6144)