承接 watza/splitviewbundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

watza/splitviewbundle

最新稳定版本:v0.2

Composer 安装命令:

composer require watza/splitviewbundle

包简介

Provides Splitscreen editing for DataObjects (ideal for ultrawide monitors=

README 文档

README

The Watza SplitViewBundle allows you to open multiple objects simultaneously in tabs, perfect for ultrawide monitors or power users who need to work efficiently without launching multiple Pimcore instances.

Key Features

  • Open multiple objects side-by-side in a single Pimcore instance.
  • Switch easily between objects without losing context.
  • Ideal for ultrawide monitors or heavy admin workflows.

Example Image

Installation

  1. Install via Composer:
composer require watza/splitviewbundle:dev-master
  1. Enable the bundle in bundles.php by adding:
Watza\SplitViewBundle\WatzaSplitViewBundle::class => ['all' => true],

Requirements

  • Pimcore 11.4 or higher

Usage

Method 1: Browser Console

Use the console command to open any combination of objects:

// Replace $id1, $id2 with the object IDs you want to open
new pimcore.object.splitview($id1, $id2);

Method 2: Context Menu

Right-click on an object in the tab bar → Select "Open in SplitView".

Context Menu

Disclaimer

  • This bundle is actively developed and may change at any time.
  • Recommended for experimental or personal use only.
  • Bundle functionality may break after running composer update.

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-07-27