hypejunction/forms_validation
最新稳定版本:1.2.0
Composer 安装命令:
composer require hypejunction/forms_validation
包简介
Form validation components for Elgg
README 文档
README
Screenshots
Features
- Client-side validation with Parsley.js
- Customizable error messages
- Easy to integrate into existing forms
- Extendable with custom validation rules
Usage
- Validation rules and other options are described in Parsley.js documentation http://parsleyjs.org/
- To enable client-side form validation, pass 'validate' parameter with form vars:
echo elgg_view_form('my/form', array( 'validate' => true, ), array()); // or echo elgg_view('input/form', array( 'action' => 'action/my/action', 'validate' => true, ));
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 2
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-11-01