Project

General

Profile

Actions

Task #49247

closed

Deprecate TypoScript functions "textStyle" and "tableStyle"

Added by Chris topher almost 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2013-06-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:

Description

Susanne Moog asked, if it made sense to deprecate the TypoScript functions "textStyle", "tableStyle" and "addParams". I think it does.

  • Most what addParams offers should be done with CSS. Additionally it uses "ugly" values and is incomplete. E.g. it was never possible to manipulate several different html tags at the same time (unless you created an ill nesting of stdWraps, which was not comfortable as well).
  • What textStyle and tableStyle offer should today be done via CSS as well.

For each of them a call to logDeprecatedTyposcript() should be added, e.g. like so:

$this->logDeprecatedTyposcript('textStyle', 'It will be removed in TYPO3 6.4. Use CSS styles instead.');

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22295: textStyle doesn't workRejected2010-03-18

Actions
Actions

Also available in: Atom PDF