2017 © Pedro Peláez
 

yii2-extension yii2-jeasyui

Implement jQuery EasyUI GPL Edition on Yii2

image

sheillendra/yii2-jeasyui

Implement jQuery EasyUI GPL Edition on Yii2

  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 1 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

yii2-jeasyui

Implement jQuery EasyUI GPL Edition on Yii2., (*1)

Static Demo, (*2)

INSTALLATION

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require sheillendra/yii2-jeasyui "2.0.1.1"

or add, (*5)

"sheillendra/yii2-jeasyui": "2.0.1.1"

to the require section of your composer.json file., (*6)

USAGE

In this case used advanced template and backend, (*7)

Change backend/config/main.php like this :, (*8)

    'bootstrap' => ['log', 'devicedetect'],
    //remove jeasyui controller map if you have understand and want unwatch the default simulation
    //keep it to use login default
    'controllerMap' => [
        'jeasyui' => 'sheillendra\jeasyui\controllers\JeasyuiController'
    ],
    'components' =>[
        #... other 
        'user' => [
            #... other
            //change the line below if you understand the UserModel login action in jeasyui controller
            'identityClass' => 
            'urlLogin' => ['/jeasyui/login']
        ],
        'view' => [
            'theme' => [
                'pathMap' => [
                    '@app/views' => [
                        '@app/themes/jeasyui/views',
                        '@sheillendra/jeasyui/views',
                    ],
                    '@app/modules' => [
                        '@app/themes/jeasyui/modules',
                        '@sheillendra/jeasyui/modules',
                    ],
                    '@app/widgets' => [
                        '@app/themes/jeasyui/widgets',
                        '@sheillendra/jeasyui/widgets',
                    ]
                ],
            ],
        ],
        'devicedetect' => [
            'class' => 'sheillendra\jeasyui\components\devicedetect\DeviceDetect'
        ],
    ]

GII

// config/main-local.php        for yii2-app-advanced
// config/web.php               for yii2-basic
...
if (!YII_ENV_TEST) {
    // configuration adjustments for 'dev' environment 
    ...

    $config['modules']['gii'] = [
        'class'=>'yii\gii\Module',
       'generators' =>[
           'jeasyui-crud' => ['class'=>'sheillendra\jeasyui\gii\generators\crud\Generator']
        ]
    ];
}

yii.easyui.min.js

Method :
.showMainMask()
.hideMainMask()
.cookie.set(name, value, days, path)
.cookie.get(name)
.cookie.delete(name, path)

The Versions

04/05 2018

dev-master

9999999-dev

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

28/04 2018

v2.0.0.1

2.0.0.1

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

02/03 2018

v2.0.0

2.0.0.0

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

12/01 2018

v2.0.0-alpha.3

2.0.0.0-alpha3

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

18/10 2017

v2.0.0-alpha.2

2.0.0.0-alpha2

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

14/10 2017

v2.0.1-alpha

2.0.1.0-alpha

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

04/10 2017

v2.0.0-alpha

2.0.0.0-alpha

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

31/03 2016

v2.0.0-rc.2

2.0.0.0-RC2

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui

02/02 2016

v0.0.1

0.0.1.0

Implement jQuery EasyUI GPL Edition on Yii2

  Sources   Download

The Requires

 

yii2 yii sheillendra jeasyui