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.x and Bootstrap 4.x
You can see detailed documentation on usage of the extension.
Refer the CHANGE LOG for details on changes to various releases.
The preferred way to install this extension is through composer.
Note: 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.
Either run
$ php composer.phar require kartik-v/yii2-label-inplace "@dev"
or add
"kartik-v/yii2-label-inplace": "@dev"
to the require
section of your composer.json
file.
use kartik\label\LabelInPlace;
echo LabelInPlace::widget([
'label' => 'Email Address'
]);
yii2-label-inplace is released under the BSD-3-Clause License. See the bundled LICENSE.md
for details.
yii2-label-inplace
Date: 16-Sep-2018
src
directory.Date: 28-Nov-2017
Date: 17-Jun-2015
Date: 06-Dec-2014
Date: 10-Nov-2014
Date: 01-May-2014
Comments