[TYPO3-project-formidable] Dynamic Refresh of LISTER Content by AJAX Event

Martin Claus mc.laus at gmx.de
Fri Apr 18 21:54:57 CEST 2008


Hi Jerome,

this really helps a lot.

And your respons time is as awesome as formidable :)

Thanks a lot!

Martin

Am 18.04.2008 um 15:07 schrieb Jerome Schneider:
> Hi Martin,
>
> Refreshing anything can be done in ajax using majixRepaint()
>
> This method is available only on renderlet:BOX for the moment,  
> which is
> OK as you can wrap the part of your application you want to refresh  
> in a BOX
>
>
> I placed an example for your understanding there:
>
> http://formidable.typo3.ug/features/the-mighty-lister/refresh-list- 
> with-ajax.html
>
>
> Hope this answers
>
> Jerome
>
>
>
> Martin Claus a écrit :
>> Hello List,
>>
>> can anybody please help me. I need to change the phparray  
>> datasource of
>> an LISTER renderlet according to userinput.
>> The button which fires the event is placed in an other LISTER  
>> using some
>> column values as parameter.
>>
>> To replace the code of the datasource I use code like this:
>>
>> <onclick runat="ajax" cache="false" params="rowData::someColumn">
>>     <userobj>
>>     <php><![CDATA[
>>         $aParams = func_get_arg(1);
>>
>>         //change Datasource
>>
>> $this->aODataSources["DataourceOfListerToChange"]->aElement 
>> ["bindsto"]["userobj"]["php"]
>> = <![CDATA[ new CODE ]]>;
>> .
>> .
>> .
>>
>> This works quite fine.
>> The problem is: How can I refresh the Data of the LISTER. No majix
>> function I tried work properly.
>>
>> With Best regards
>>
>> Martin Claus
> _______________________________________________
> TYPO3-project-formidable mailing list
> TYPO3-project-formidable at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- 
> formidable



More information about the TYPO3-project-formidable mailing list