library yii2-lock-form
yii2 activeform ActiveForm bootstrap loading
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
, (*1)
Yii2 Lock Form Extension
, (*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
, (*7)
dev-master
9999999-dev
yii2 activeform ActiveForm bootstrap loading
Sources
Download
MIT
The Requires
by
lichunqiang
1.0.3
1.0.3.0
yii2 activeform ActiveForm bootstrap loading
Sources
Download
MIT
The Requires
by
lichunqiang
1.0.2
1.0.2.0
yii2 activeform ActiveForm bootstrap loading
Sources
Download
MIT
The Requires
by
lichunqiang
1.0.1
1.0.1.0
yii2 activeform ActiveForm bootstrap loading
Sources
Download
MIT
The Requires
by
lichunqiang
1.0.0
1.0.0.0
yii2 activeform ActiveForm bootstrap loading
Sources
Download
MIT
The Requires
by
lichunqiang