tfountain/tf-form
Composer 安装命令:
composer require tfountain/tf-form
包简介
Better default markup for Laminas' form helpers
README 文档
README
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>
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-04-10