Project

General

Profile

Actions

Feature #37412

closed

Epic #55575: Streamline JavaScript Code in the TYPO3 Backend

Move all JavaScript Frameworks to seperate extensions

Added by Kay Strobach almost 12 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-05-23
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

This would make it possible to see, which extensions depend on which framework, and they could appear in the credits / about page.

Some functions need to be adjusted (e.g. in pagerenderer loadExtJS ... )

JS Framework should be registered in a Framework registry (either as file, or with a class, which "calculates" the files needed, and though could be loaded with a call like:

  $pageRender->loadFramework('name', $optionsArray);

So currently we would have the following extensions:
- jQuery
- extjs
- prototypeScriptaculous
- ...

Actions

Also available in: Atom PDF