Download the PHP package tfountain/tf-form without Composer
On this page you can find all versions of the php package tfountain/tf-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tfountain/tf-form
More information about tfountain/tf-form
Files in tfountain/tf-form
Download tfountain/tf-form
More information about tfountain/tf-form
Files in tfountain/tf-form
Vendor tfountain
Package tf-form
Short Description Better default markup for Laminas' form helpers
License BSD-3-Clause
Package tf-form
Short Description Better default markup for Laminas' form helpers
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package tf-form
Tf-form
This module extends the default Zend Form view helpers (currently just formRow
) in order to provide some easier to style markup out of the box.
Each form element is wrapped with a div. This div has the class form-row
for general form styling, plus a class based on the element type (e.g. form-row-checkbox
). It also has an id based on the form element id but with -row
appended.
Example:
<div id="name-row" class="form-row form-row-text">
<label>
<span>Name</span>
<input type="text" name="name" value="">
</label>
</div>
All versions of tf-form with dependencies
PHP Build Version
Package Version
No informations.
The package tfountain/tf-form contains the following files
Loading the files please wait ....