[TYPO3-project-formidable] Runat "ajax" and Safari/MacOS... => boum

François SCHOSSIG fs.nospam1 at a-e-r.org
Fri May 18 17:37:59 CEST 2007


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