[TYPO3-project-formidable] Wrong character display - once again ; ]

Jerome Schneider typo3dev at ameos.com
Mon Oct 8 12:25:23 CEST 2007


Hi Paweł,

I tried to reproduce this charset problem, but it was working fine.
Could you post the code / or better the T3X / that causes the problem ?

Here's my code (client event, works also with ajax event):

<renderlet:BUTTON name="btnmbox" label="go modal !!!">
  <onclick runat="client">
   <userobj>
    <php><![CDATA[

     return array(
      $this->aORenderlets["mbox"]->majixShowBox(),
      $this->aORenderlets["mbox_html"]->majixReplaceData(
       "Edycja specjalnośjy"
      )
     );

    ]]></php>
   </userobj>
  </onclick>
</renderlet:BUTTON>

<renderlet:MODALBOX name="mbox">
  <childs>
   <renderlet:TEXT name="mbox_one" label="Edycja specjalnośjy"/>
   <renderlet:BOX name="mbox_html" />
  </childs>
</renderlet:MODALBOX>




Best regards,
Jerome Schneider





Paweł Bandura a écrit :
> Hi
> 
> I've met the problem when I wanted to use MODALBOX renderlet - when the 
> majixShowBox() function is called as an ajax event - everything's fine. 
> But when I call this function as a client event - some characters (in 
> thi case - polish special characters :-) are displayed incorrectly.
> 
> I attached two images showing the same modalbox displayed correctly 
> (ajax) and not-so-correctly (client). ;]
> 
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 


More information about the TYPO3-project-formidable mailing list