adamwathan / form

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.
MIT License
232 stars 118 forks source link

Make the `$name` parameter to the button method optional #12

Closed colindecarlo closed 10 years ago

colindecarlo commented 10 years ago

The $name parameter to the Button element constructor is optional, the FormBuilder button method should reflect that.