kartik-v/yii2-widget-activeform
Composer 安装命令:
composer require kartik-v/yii2-widget-activeform
包简介
Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).
README 文档
README
yii2-widget-activeform
Extends and enhances the Yii ActiveForm widget. Facilitates all three form layouts available in Bootstrap i.e. vertical, horizontal, and inline. Allows options for offsetting labels and inputs for horizontal form layout. Works closely with the extended ActiveField component. In addition, this extension enhances and extends the Yii ActiveField component. Allows Bootstrap styled input group addons to be prepended or appended to textInputs. Implements feedback icons within inputs based on contextual states. Automatically adjusts checkboxes and radio input offsets for horizontal forms. Allows, flexibility to control the labels and placeholders based on form layout style (e.g. hide labels and show them as placeholder for inline forms). The extended ActiveField functionalities available are:
- Addons
- Prepend Addon
- Append Addon
- Icon Addon
- Input Addon
- Button Addon
- Button Dropdown Addon
- Segmented Button Addon
- Prepend & Append
- Input Group Settings
- Multiple Addons Configuration (new since v1.4.9)
- Input Feedback Icons
- Input Hints Management
- Inputs
- Checkbox
- Radio
- Checkbox List
- Radio List
- Static Input
- HTML 5 Input
- Checkbox Button Group
- Radio Button Group
- Multi Select
- Vertical Form
- Horizontal Form
- Radio List
- Display Options
NOTE: This extension is a sub repo split of yii2-widgets. The split has been done since 08-Nov-2014 to allow developers to install this specific widget in isolation if needed. One can also use the extension the previous way with the whole suite of yii2-widgets.
Installation
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json.
To install, either run
$ php composer.phar require kartik-v/yii2-widget-activeform "@dev"
or add
"kartik-v/yii2-widget-activeform": "@dev"
to the require section of your composer.json file.
Release Changes
NOTE: Refer the CHANGE LOG for details on changes to various releases.
Demo
You can refer detailed documentation and demos for understanding the usage of the extension at these links below:
Usage
ActiveForm
// add this in your view use kartik\form\ActiveForm; // Vertical Form $form = ActiveForm::begin([ 'id' => 'form-signup', 'type' => ActiveForm::TYPE_VERTICAL ]); // Inline Form $form = ActiveForm::begin([ 'id' => 'form-login', 'type' => ActiveForm::TYPE_INLINE, 'fieldConfig' => ['autoPlaceholder'=>true] ]); // Horizontal Form Configuration $form = ActiveForm::begin([ 'id' => 'form-signup', 'type' => ActiveForm::TYPE_HORIZONTAL, 'formConfig' => ['labelSpan' => 3, 'deviceSize' => ActiveForm::SIZE_SMALL] ]);
ActiveField
// Implement a feedback icon echo $form->field($model, 'email_2', [ 'feedbackIcon' => [ 'default' => 'envelope', 'success' => 'ok', 'error' => 'exclamation-sign', 'defaultOptions' => ['class'=>'text-primary'] ] ])->textInput(['placeholder'=>'Enter a valid email address...']); // Prepend an addon text echo $form->field($model, 'email', ['addon' => ['prepend' => ['content'=>'@']]]); // Append an addon text echo $form->field($model, 'amount_paid', [ 'addon' => ['append' => ['content'=>'.00']] ]); // Formatted addons (like icons) echo $form->field($model, 'phone', [ 'addon' => [ 'prepend' => [ 'content' => '<i class="fas fa-phone"></i>' ] ] ]); // Formatted addons (inputs) echo $form->field($model, 'phone', [ 'addon' => [ 'prepend' => [ 'content' => '<input type="radio">' ] ] ]); // Formatted addons (buttons) echo $form->field($model, 'phone', [ 'addon' => [ 'prepend' => [ 'content' => Html::button('Go', ['class'=>'btn btn-primary']), 'asButton' => true ] ] ]);
License
yii2-widget-activeform is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.
kartik-v/yii2-widget-activeform 适用场景与选型建议
kartik-v/yii2-widget-activeform 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7.66M 次下载、GitHub Stars 达 64, 最近一次更新时间为 2014 年 11 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「form」 「extension」 「widget」 「field」 「yii2」 「activeform」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kartik-v/yii2-widget-activeform 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kartik-v/yii2-widget-activeform 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kartik-v/yii2-widget-activeform 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A custom URL rule class for Yii 2 which allows to create translated URL rules
Yii2 LightBox image galary widget uses Lightbox v2.10.0 by Lokesh Dhakar
Diese Contao 4 Erweiterung stellt Google reCAPTCHA V2 in Form eines neuen Formularfeldes im Formulargenerator bereit. This extension provides Google reCAPTCHA V2 in the form of a new form field in the form generator of Contao Open Source CMS.
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
UI Kit 3 Extension for Yii2
统计信息
- 总下载量: 7.66M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 68
- 点击次数: 33
- 依赖项目数: 76
- 推荐数: 2
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-11-08