depage / depage-forms

depage-forms is PHP library for HTML form generation with focus on usability. It is part of the upcoming version of depage-cms, but it also works as a standalone library. By abstracting HTML, browser flaws (duplicate form submissions) and form validation, it provides a comfortable way to obtain reliable and validated data from users.
http://docs.depage.net/depage-forms/
22 stars 10 forks source link

Allow to assign a user defined css class to fieldset #1

Closed bwl21 closed 11 years ago

bwl21 commented 11 years ago

I am sorry, I am not able to run the test suite here.

We need the ability to assign a class to fieldset in order to apply css based layout management to fieldsets. I also think it is a matter of consistency.

I am not really sure, if I chose the right way to implement it.