[TYPO3-formidable] RE : majixRepaint problem with row deleting inlister

Domi Garms djgarms at gmail.com
Fri Oct 8 04:42:06 CEST 2010


Good Morning,

I found out, why my lister doesnt got repainted all the time. The link
element is causing the problem, that majixRepaint() doesnt work
anymore:


<column name="edit" type="renderlet:LINK" label="edit" renderOnly="true" >
			       <url>
		               <userobj>
		                       <php><![CDATA[
	return $this->_oParent->pi_linkTP_keepPIvars_url(array('modus'=>'edit','uid'=>$this->getListData('uid')));
		                       ]]></php>
		               </userobj>
			       </url>
</column>


Without this lines my lister is getting repaint through
$this->oForm->aORenderlets["thelist"]->majixRepaint().

Does anybody know, if this is a bug or is something wrong in my code?
Hope somebody can give me a hint.

Greetings
domi





2010/9/11 Domi Garms <djgarms at gmail.com>:
> Hello Pawel, this was only a copy paste mistake. My code is simply this, and
> the majixRepaint doesnt work. The spinning image starts and never stops
>
>           <renderlet:BUTTON name="se_clear" label="Reset form" >
>                    <onclick runat="ajax" cache="false">
>                        <userobj>
>                            <php><![CDATA[
>                                return
> $this->aORenderlets["mylister"]->majixRepaint();
>                            ]]></php>
>                        </userobj>
>                    </onclick>
>                </renderlet:BUTTON>
>
>        <renderlet:LISTER name="mylister" >
>
>
> Greetings
> domi
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 2010/9/11 Paweł Bandura <gawelx at gmail.com>
>
>> W dniu 2010-09-02 15:15, Domi Garms pisze:
>>
>>> $this->aORenderlets["favoritlister "]->majixRepaint();
>>>
>>
>> Hi
>>
>> Have you tried to remove the ending space from ["favoritlister "]?
>>
>> Regards
>> Paweł
>>
>> _______________________________________________
>> TYPO3-project-formidable mailing list
>> TYPO3-project-formidable at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-formidable
>>
> _______________________________________________
> TYPO3-project-formidable mailing list
> TYPO3-project-formidable at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-formidable


More information about the TYPO3-project-formidable mailing list