[TYPO3-project-formidable] Runat "ajax" and Safari/MacOS... => boum
Jerome Schneider
j.schneider at ameos.com
Wed May 23 14:23:42 CEST 2007
Hello dear Safari user :p
Unfortunately I don't have a mac under the hand, but I promise that v8
won't be released until we fixed compatibility issues on mac ( or at
least tried to :D )
Someone up to debug things in safari there ?
Best regards,
Jerome MacSchneider
François SCHOSSIG a écrit :
> Just a small thing...
>
> The code for a renderlet using a runat "ajax" works well on Firefox
> 2/MacOS 10.4 but crashes Safari...
>
> Bonne fin de semaine !
> --
> F. SCHOSSIG, ICT Manager
> Assemblée des Régions d'Europe
> http://www.a-e-r.org
>
> <renderlet:LISTBOX name="tx_aer_group_type"
> custom="class='userRepList'">
> <process>
> <userobj>
> <php><![CDATA[ return $this->_oParent->isPowerUser; ]]></php>
> </userobj>
> </process>
> <recombine>
> <userobj>
> <ts><![CDATA[
> 10 = COA
> 10 {
> 10 = TEXT
> 10.data =
> LLL:EXT:aer_boitoutils/aer_locallang.xml:form.tx_aer_group_type.label
> 10.wrap = <tr><td class="listChercheLabel">|</td>
>
> 20 = TEXT
> 20.value < params.input
> 20.wrap = <td class="listChercheField">|</td></tr>
> }
> ]]></ts>
> </userobj>
> </recombine>
> <onchange runat="ajax">
> <userobj>
> <php><![CDATA[
> return
> $this->aORenderlets["communication_title"]->majixReplaceData(
> strftime("%d/%m/%Y %H:%I:%S")
> );
> ]]></php>
> </userobj>
> </onchange>
> <data>
> <userobj>
> <php><![CDATA[return
> $this->_oParent->oAERoutils->aer_populateGroupTypeExisting('tablename');]]></php>
>
> </userobj>
> <defaultvalue first="" />
> </data>
> </renderlet:LISTBOX>
More information about the TYPO3-project-formidable
mailing list