[TYPO3-core] RFC Feature #16190: Optimize stdWrap usage for TypoScript content element COLUMNS

Susanne Moog typo3 at susannemoog.de
Wed Nov 3 19:13:47 CET 2010


On 31.10.2010 17:23, JoH asenau wrote:
> This is an SVN patch request.
> 
> Type: Feature
> 
> Bugtracker references: http://bugs.typo3.org/view.php?id=16190
> 
> Branches: trunk
> 
> Problem:
> 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.
> 
> Solution:
> 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.
> 
> The rest of the content elements will follow step by step each in it's own RFC.

+1 by reading and testing,

Susanne

-- 
What's worth the price is always worth the fight
Every second counts 'cause there's no second try

TYPO3 Core Team Member


More information about the TYPO3-team-core mailing list