wazum/pagetree-resizable

Make the backend page tree horizontally resizable

Installs: 272 507

Dependents: 0

Suggesters: 0

Security: 0

Stars: 23

Watchers: 7

Forks: 7

Open Issues: 5

Language:JavaScript

Type:typo3-cms-extension

1.3.1 2021-03-29 13:02 UTC

This package is auto-updated.

Last update: 2024-03-27 17:19:00 UTC


README

Make the TYPO3 backend page tree and file tree container horizontally resizable again (including element/link browser dialog).

Background

The possibility to change the width was removed in TYPO3 8. This becomes a problem in bigger installations or when your tree structure is deeper (or simply the names of your pages are a little bit longer). You would have to scroll a loooooot!

What does it do?

This extension adds a little bit of Javascript and CSS to allow any user to resize the page and file tree container horizontally again.

This works in the Web > Page, File > Filelist module and (new since version 1.2.0!) in the element/link browser dialog too.

The set width is then saved in the backend user preferences (uc field) as Backend.PagetreeResizable.width and for the element/link browser as Backend.PagetreeResizable.Browser.width.

If you double click on the resize handle, the container expands as wide as required for the content to fit.

It works with TYPO3 8.7 LTS, TYPO3 9.5 LTS and the upcoming TYPO3 10.2 and I tested it with recent versions of Chrome, Firefox and Internet Explorer.

Installation

Require the package:

composer require wazum/pagetree-resizable

Available on packagist: https://packagist.org/packages/wazum/pagetree-resizable