Project

General

Profile

Actions

Bug #19773

closed

Feature: Function for including extJS in Backend module

Added by Steffen Kamper almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-01-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This feature allows you to include all you need for extJS in one call. It adds library with duplicate check so it's included only one time.

Inclusion will be done for
  • ext-all.js
  • adapters ('prototype', 'ext', 'prototype,ext')
  • CSS (ext-all.css)
  • CSS theme (xtheme-gray.css)
  • clear.gif

All parameters are optional so the easiest way to include all is a call like
$this->doc->loadExtJS();

(issue imported from #M10069)


Files

10069.diff (1.71 KB) 10069.diff Administrator Admin, 2009-01-06 23:40
10069_v3.diff (2.38 KB) 10069_v3.diff Administrator Admin, 2009-01-08 00:01
Actions #1

Updated by Benni Mack over 15 years ago

From the core list:

Hi,

after discussion and wothy tips from Masi i decided to make a new concept, so i skip this RFC.

My new proposal can be found in
http://bugs.typo3.org/view.php?id=10144

It depends on #19812: New template-function to add extJS inline code
in this list (because extJS adds space-gif to inline-JS).

It may also be extended by adding a flag for using minified scripts as Dmitry suggested in dev list.

vg Steffen

Actions

Also available in: Atom PDF