yii2-label-inplace A form enhancement widget for Yii framework 2.0 allowing in-field label support.

  1. Demo
  2. Requirements
  3. Installation
  4. Usage
  5. Report
  6. License
  7. Resources

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

License

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

Resources

0 2
37 followers
0 downloads
Yii Version: 2.0
License: BSD-2-Clause
Category: User Interface
Developed by: Kartik V
Created on: May 8, 2014
Last updated: 9 years ago

Related Extensions