2017 © Pedro Peláez
 

yii2-extension yii2-adminlte-iframe-mode

Yii2 AdminLte Iframe Mode

image

kriss/yii2-adminlte-iframe-mode

Yii2 AdminLte Iframe Mode

  • Thursday, July 19, 2018
  • by kriss
  • Repository
  • 1 Watchers
  • 3 Stars
  • 104 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 86 % Grown

The README.md

Yii2 AdminLte Iframe Mode

Yii2 AdminLte Iframe Mode, (*1)

Important

for V2.0。 Not compatible for before !!, (*2)

Installation

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

Either run, (*4)

php composer.phar require kriss/yii2-adminlte-iframe-mode -vvv

or add, (*5)

"kriss/yii2-adminlte-iframe-mode": "^2.0"

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

预览

Effect picture 1, (*7)

全局全部开启标签页模式

  1. 增加配置
 [
        IframeMode::COMPONENT_NAME => [
            'class' => IframeMode::class,
            'enable' => true,
            'defaultSwitch' => true,
        ],
    ]
];

```

1. 在基础控制器中增加 `behavior`

```php
 IframeLinkFilter::className(),
        //'layout' => '@app/views/layouts/main-content', // 使用该参数自定义布局
    ];

    return $behaviors;
}
```

> 布局参考: [/views/main-content.php](https://github.com/krissss/yii2-adminlte-iframe-mode/blob/master/src/views/main-content.php)

2. 在默认的布局文件 `(main.php)` 中增加 `Asset`

```php
 [
            'class' => IframeModeSwitchAction::className(),
        ]
    ];
}
```
 
3. 增加切换模式的链接按钮

```php
= \kriss\iframeLayout\widget\IframeModeSwitchWidget::widget() ?>

The Versions

19/07 2018

dev-master

9999999-dev

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

19/07 2018

v1.6.1

1.6.1.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

18/07 2018

v1.6

1.6.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

09/07 2018

v1.5

1.5.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

28/06 2018

v1.4

1.4.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

28/06 2018

v1.3

1.3.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

27/06 2018

v1.2

1.2.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

07/02 2018

v1.1

1.1.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte

26/12 2017

v1.0

1.0.0.0

Yii2 AdminLte Iframe Mode

  Sources   Download

MIT

The Requires

 

by Avatar kriss

extension yii2 adminlte