[TYPO3-4-3] [TYPO3-core] RFC #13074: Feature: stdWrap for inclusion of CSS and JS files via pageRenderer

JoH asenau info at cybercraft.de
Wed Feb 10 17:58:20 CET 2010


>>> Which "all params" do you mean? Depending on the context, the
>>> stdWrap cObject might contain different data (e.g. in case of a
>>> menu it might contain the currently rendered menu item).
>
>> "all params" simply means: Every default parameter of any default
>> element will be sent through stdWrap if there is a key with a dot
>> like: "param." AND "param." contains stdWrap function names.
>
> What is a "default parameter"? And with "default element" you mean our
> fixed set of available cObject types (COA, TEXT, IMAGE, etc)?

Every cObject in TSref (except USER and USER_INT) is "default" means:
Available out of the box without having to install anything else but the
core. We got one default toplevel object (PAGE) and default content objects
and these objects got default parameters.

> Can you be sure that there will be no conflict with existing
> parameters that have the same name as the stdWrap properties? Isnt't
> this a potential problem?

No - it is not, because we will check the default objects and parameters for
conflicts before changing anything. If we might find a problem, we will try
to find a solution that fits the "rules" we are currently discussing as
close as possible. But this is quite unlikely, because AFAIK there is no
such parameter, since parameters with the same name as stdWrap functions
usually are "executed" using the corresponding stdWrap functions.

There might be some changes of the current behaviour, but I expect them to
be in a range that will be acceptable for most of the setups. As there is
always the option to have a compat-version and a corresponding option in the
install tool, I don't see too many problems.

Did I miss something else?

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com




More information about the TYPO3-project-4-3 mailing list