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

Custom CSS #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Any form builder

What is the expected output? What do you see instead?
When I use "class" field (ie. $form->addElement(new Element_Textbox("Textbox:", 
"Textbox","class"=>"myclass")); ), the CSS rule was applied on input field. Is 
there a way to put it on the <div> container of this element, near your 
"control-group" CSS rule ?

What version of the product are you using? On what operating system?
The last

Original issue reported on code.google.com by paniez.m...@gmail.com on 24 Jul 2014 at 7:22