kartik-v/yii2-label-inplace A form enhancement widget for Yii2 allowing in-field label support.

extensionwidgetforminputlabelinplaceinline

Krajee Logo
yii2-label-inplace Donate

Latest Stable Version Latest Unstable Version License Total Downloads Monthly Downloads Daily Downloads

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

Demo

You can see detailed documentation on usage of the extension.

Latest Release

Refer the CHANGE LOG for details on changes to various releases.

Installation

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.

Usage

LabelInPlace

use kartik\label\LabelInPlace;
echo LabelInPlace::widget([
    'label' => 'Email Address'
]); 

License

yii2-label-inplace is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

Changelog

Change Log: yii2-label-inplace

Version 1.2.3

Date: 16-Sep-2018

  • (enh #4): Revamp source plugin to support fast clicks and double clicks.
  • Enhancements to support Bootstrap v4.x.
  • Move all source code to src directory.

Version 1.2.2

Date: 28-Nov-2017

  • (enh #3): Fix plugin to support jQuery 3.x.
  • Update copyright year to current.
  • Add github contribution and PR Log templates.

Version 1.2.1

Date: 17-Jun-2015

  • (enh #2): Set composer ## Version dependencies.

Version 1.2.0

Date: 06-Dec-2014

  • (enh #1): Enhance widget to use updated plugin registration from Krajee base
  • Set the correct plugin name

Version 1.1.0

Date: 10-Nov-2014

  • Set dependency on Krajee base components
  • Set release to stable

Version 1.0.0

Date: 01-May-2014

  • Initial release
  • PSR4 alias change

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.2.3 is the latest of 6 releases



BSD-3-Clause license
Stats
11 github stars & 0 github forks
21 downloads in the last day
528 downloads in the last 30 days
65601 total downloads