[TYPO3-project-formidable] datahandler:LISTER activelistable

Manuel Rego Casasnovas mrego at igalia.com
Tue Dec 4 13:10:42 CET 2007


Hello,

Manuel Rego Casasnovas escribió:
> Jerome Schneider escribió:
>   
>> PS: you should take the step to renderlet:LISTER ;)
>>     
> Ok, but how I can use a "customtags" in a renderlet:LISTER?
> I don't know.
A possible solution maybe would be:
                <column name="details" type="renderlet:LINK"
label="Details">
                    <href>
                        <userobj>
                            <extension>this</extension>
                            <method>_populateURLDetails</method>
                        </userobj>
                    </href>
                </column>

And in my function "_populateURLDetails" I read values for the row with:
    function _populateURLDetails($aParams, $oForm) {
        $row = $oForm->oDataHandler->_getListData();
        ...
    }

Is it the correct way?

Best regards,
   Rego

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego at igalia.com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com



More information about the TYPO3-project-formidable mailing list