[TYPO3-core] RFC: #13573: [Recycler] Make usage of pageRenderer, move rowExpander to t3lib for possible usage in other scripts

Steffen Kamper ks at dislabs.de
Thu Feb 18 19:09:24 CET 2010


Hi olly,

Oliver Hader schrieb:
> Hi Steffen,
> 
> Am 18.02.10 13:09, schrieb Steffen Kamper:
>> Hi,
>>
>> This is an SVN patch request.
>>
>> Type: bugfix
>>
>> BT reference: http://bugs.typo3.org/view.php?id=13573
>>
>> Branches: trunk, 4_3
>>
>> The recycler does own tags for JS and CSS. This should be included with
>> official API (pageRenderer)
>>
>> The rowExpander is an additional object that can be used in any
>> ExtJs-Grid. So move it to t3lib/js/extJs
>>
>> Also change window.onload event to Ext.onReady - the onload happens too
>> early, so it's not sure that all will be available at this point.
> 
> Can you please use better argument names in the JavaScript part, e.g.
> | onMouseDown·:·function(e,·t)·{
> | renderer·:·function(v,·p,·record)·{
> | getRowClass·:·function(record,·rowIndex,·p,·ds)·{
> Thanks in advance!
> 

these are "official" objects from ExtJS Team (the rowExpander). They use 
this horrable c,t,c,...

I will substitute them by meanful names in a seperate cleanup.

vg Steffen


More information about the TYPO3-team-core mailing list