Download the PHP package mosiboom/dcat-iframe-tab without Composer
On this page you can find all versions of the php package mosiboom/dcat-iframe-tab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mosiboom/dcat-iframe-tab
More information about mosiboom/dcat-iframe-tab
Files in mosiboom/dcat-iframe-tab
Download mosiboom/dcat-iframe-tab
More information about mosiboom/dcat-iframe-tab
Files in mosiboom/dcat-iframe-tab
Vendor mosiboom
Package dcat-iframe-tab
Short Description iframe-tab framework for dcat-admin
License MIT
Package dcat-iframe-tab
Short Description iframe-tab framework for dcat-admin
License MIT
Please rate this library. Is it a good library?
Informations about the package dcat-iframe-tab
dcat-iframe-tab
介绍
这个扩展包基于laravel框架和dcat-admin框架,为解决dcat-admin没有自带兼容iframe架构。使用此扩展包可以构建出一个iframe架构并带有标签页管理的后台框架。
功能
- 双击关闭标签页
- 当标签页过多时,可通过鼠标滚轮选择或者按住鼠标拖动
- 支持右键操作(目前支持的操作有:关闭所有标签、关闭其他标签、刷新当前标签、复制标签页链接)
安装
运行以下命令:
然后运行:
php artisan vendor:publish --tag=iframe-tab
会将css和js发布public/vendor/iframe-tab
更新
相关更新内容请关注github的tag
,里面有每个版本详细的更新:https://github.com/mosiboom/dcat-iframe-tab/releases
基本迭代更新命令:
其他文件覆盖更新:
This will override css and js files to /public/vendor/laravel-admin-ext/iframe-tabs/
此操作会覆盖css和js还有配置文件,配置文件可以根据自己的需要来选择是否强制覆盖
配置
配置文件在 config/iframe_tab.php
下dcat-Iframe-tab可提供的配置并不多,根据自己的需要去配置:
新增扩展接口和扩展功能
- 用户可以在子页面引入
public/vendor/iframe-tab/js/extend.js
文件,或者通过调用window.iframeTabParent
全局对象来调用父级页面的iframe-tab - 引入新功能:超链接监听打开新页面加入iframe-tab:用户可自行定义超链接按钮,以此来打开新标签页页面,通过添加
iframe-extends=true
和iframe-tab=true
两个属性
All versions of dcat-iframe-tab with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
The package mosiboom/dcat-iframe-tab contains the following files
Loading the files please wait ....