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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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架构并带有标签页管理的后台框架。

功能

  1. 双击关闭标签页
  2. 当标签页过多时,可通过鼠标滚轮选择或者按住鼠标拖动
  3. 支持右键操作(目前支持的操作有:关闭所有标签、关闭其他标签、刷新当前标签、复制标签页链接)

安装

运行以下命令:

然后运行:

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可提供的配置并不多,根据自己的需要去配置:

新增扩展接口和扩展功能

  1. 用户可以在子页面引入 public/vendor/iframe-tab/js/extend.js文件,或者通过调用window.iframeTabParent全局对象来调用父级页面的iframe-tab
  2. 引入新功能:超链接监听打开新页面加入iframe-tab:用户可自行定义超链接按钮,以此来打开新标签页页面,通过添加iframe-extends=trueiframe-tab=true 两个属性

All versions of dcat-iframe-tab with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mosiboom/dcat-iframe-tab contains the following files

Loading the files please wait ....