A form enhancement widget for Yii framework 2.0 allowing in-field label support. This widget is a wrapper for the labelinplace plugin which is styled for Bootstrap 3.
Demo ¶
You can see detailed documentation on usage of the extension.
Requirements ¶
- Yii 2.0 (*)
- PHP 5.4
NOTE: This extension mandatorily requires Yii Framework 2.
Installation ¶
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require kartik-v/yii2-label-inplace "dev-master"
or add
"kartik-v/yii2-label-inplace": "dev-master"
to the `
require`
section of your composer.json
file.
Usage ¶
use kartik\label\LabelInPlace;
echo LabelInPlace::widget([
'label' => 'Email Address'
]);
Report ¶
- Report any issues on the project page
- Use the forum page for any discussions on this extension
License ¶
yii2-label-inplace is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.