Project

General

Profile

Actions

Feature #23889

closed

Optimize stdWrap usage for TypoScript content element COLUMNS

Added by Jo Hasenau over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2010-10-31
Due date:
% Done:

0%

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

Description

One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements and optimize the current usage of stdWrap functions.

The attached patch will improve the element COLUMNS by

adding stdWrap to the parameters

tableParams
TDparams
rows
totalWidth

that have been missing stdWrap properties.

optimizing the usage of stdWrap for the parameters

gapWidth
gapBgCol
gapLineThickness
gapLineCol

so that stdWrap will only be executed when there is a "dotted" key

gapWidth.
gapBgCol.
gapLineThickness.
gapLineCol.

available.

Additionally it checks for an existing key "after" before executing the cObjGetSingle call.

(issue imported from #M16190)


Files

tslib_content_COLUMNS.diff (3.04 KB) tslib_content_COLUMNS.diff Administrator Admin, 2010-10-31 17:19
Actions #1

Updated by Steffen Kamper over 13 years ago

Committed to trunk rev 9270

Actions #2

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF