Martin - 2006-05-14 22:44:02
This class are almost perfect! Really nice thank you.
Some features are missing imo.
First:
I cant find any way to add an css class on a object. Fx <input type="text" class="????"> this isnt possible.
Second:
Sometimes designers want different colors on 2 rows.
Fx
First row:
<tr>
<td style="background-color:blue;">{label}</td>
<td style="background-color:blue;">{input}</td>
</tr>
Second row:
<tr>
<td style="background-color:yellow;">{label}</td>
<td style="background-color:yellow;">{input}</td>
</tr>
This would be a really nice addiction for the almost perfect form generator.