nazihheni / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

How to add css class to button #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i want to add css classes to button, how can i do this.

regards

usama feroz

Original issue reported on code.google.com by usamafer...@gmail.com on 30 Oct 2012 at 2:44

GoogleCodeExporter commented 8 years ago
Currently, the class attribute for the Button element is harded coded to "btn" 
for non-submit buttons and "btn btn-primary" for submit buttons.  This is done 
for Bootstrap styling.  In a future release of PFBC 3.x, the ability to add 
custom classes to buttons can be added.

Original comment by ajporterfield@gmail.com on 30 Oct 2012 at 4:30

GoogleCodeExporter commented 8 years ago
This has been fixed as of r578.

Original comment by ajporterfield@gmail.com on 21 Nov 2012 at 4:52