neodev3/yii2-iframe-viewer
最新稳定版本:v1.0
Composer 安装命令:
composer require neodev3/yii2-iframe-viewer
包简介
This will render website in iframe and auto resize according to the content.
关键字:
README 文档
README
This will render website in iframe and auto resize according to the content.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist neodev3/yii2-iframe-viewer "*"
or add
"neodev3/yii2-iframe-viewer": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
use neo\iframeviewer\IframeWidget; <?= IframeWidget::widget([ 'options' => [ 'src' => 'http://127.0.0.1/your-website/survey/default/link?id=14&isIframe=1' ], ]); ?>```
统计信息
- 总下载量: 288
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-07