Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

1.0.8: Some improvements on reset and dimensions (#2)

Latest
Compare
Choose a tag to compare
@wendrowycz wendrowycz released this 06 Sep 16:43
· 18 commits to master since this release
* Prevent PHP (7) Error

Solve error with strict standards: Only variables should be passed by reference

* Remove dimensions if any

* Comply with Zend_View_Helper_FormReset

Twitter_Bootstrap3_View_Helper_FormReset must be setup in the same way Zend_View_Helper_FormReset is setup, otherwise this will cause exception.

* Add support for "class" attrib

If adding elements to a form, class is lost. This is especially true for selects and such elements, which do not have a special view helper.
Added manual assignment of class if class is given.