2017 © Pedro Peláez
 

library yii2-lock-form

yii2 activeform ActiveForm bootstrap loading

image

light/yii2-lock-form

yii2 activeform ActiveForm bootstrap loading

  • Saturday, August 12, 2017
  • by light
  • Repository
  • 3 Watchers
  • 28 Stars
  • 487 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 15 % Grown

The README.md

, (*1)

Yii2 Lock Form Extension


version Download Issues, (*2)

Make form submit button disabled when the form submit., (*3)

Install

$ composer require light/yii2-lock-form=~1.0.2

Usage

Can can depends this in your assets:, (*4)

if you depends on yii2-bootstrap, you can use light\widgets\LockBsFormAsset instead. So can decrease the asset size., (*5)

class YourAsset extends AssetBundle
{
    //..

    public $depends = [
        //your other depends
        'light\widgets\LockFormAsset'
    ];
}

Or directly inject in the view:, (*6)

use light\widgets\LockFormAsset;

LockFormAsset::register($this);

License

MIT, (*7)

The Versions

12/08 2017

dev-master

9999999-dev

yii2 activeform ActiveForm bootstrap loading

  Sources   Download

MIT

The Requires

 

by lichunqiang

10/05 2017

1.0.3

1.0.3.0

yii2 activeform ActiveForm bootstrap loading

  Sources   Download

MIT

The Requires

 

by lichunqiang

13/02 2016

1.0.2

1.0.2.0

yii2 activeform ActiveForm bootstrap loading

  Sources   Download

MIT

The Requires

 

by lichunqiang

14/01 2016

1.0.1

1.0.1.0

yii2 activeform ActiveForm bootstrap loading

  Sources   Download

MIT

The Requires

 

by lichunqiang

01/12 2015

1.0.0

1.0.0.0

yii2 activeform ActiveForm bootstrap loading

  Sources   Download

MIT

The Requires

 

by lichunqiang