How to make cute editor not to automaticly change code

Last post 07-05-2012, 5:17 PM by tehKOOZ. 4 replies.
Sort Posts: Previous Next
  •  02-20-2012, 2:28 AM 73073

    How to make cute editor not to automaticly change code

    Hi,
     
    I got a mail template that has a code like this:
    1. <table>
    2. $items:{  
    3. <tr>  
    4.   <td style="font-family: Helvetica, Arial, Verdana, sans-serif;font-size:12px;color:#666;">$it.Name$</td>  
    5.   <td style="font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12px;color:#666;">$it.Renewal$</td>  
    6.   <td style="font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12px;color:#666; text-align:right;">$it.Price$</td>  
    7. </tr>  
    8. }$ 
    9. </table>
     But in Cute Editor it automaticly gets changed into:
    1. $items:{}$  
    2. <table>  
    3. <tr>  
    4.   <td style="font-family: Helvetica, Arial, Verdana, sans-serif;font-size:12px;color:#666;">$it.Name$</td>  
    5.   <td style="font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12px;color:#666;">$it.Renewal$</td>  
    6.   <td style="font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12px;color:#666; text-align:right;">$it.Price$</td>  
    7. </tr>  
    8. </table> 
     How can I change the behavior so that no automatic correction is made?
     
  •  02-21-2012, 6:12 AM 73102 in reply to 73073

    Re: How to make cute editor not to automaticly change code

    Hi Aleborg,
     
    The code changes by the browser, this due to browser limitation, this issue is not easy to resolve.  I will go ahead and report to our development team. Once issue is resolved, I will keep you posted.
     
    Regards,
     
    Ken 
  •  06-11-2012, 4:27 AM 73866 in reply to 73102

    Re: How to make cute editor not to automaticly change code

    Any update on this?
  •  06-11-2012, 6:03 AM 73867 in reply to 73866

    Re: How to make cute editor not to automaticly change code

    Hi Aleborg,
     
    We will release a new version in June, the new version should fix this issue.
     
    Regards,
     
    Ken 
  •  07-05-2012, 5:17 PM 74087 in reply to 73073

    Re: How to make cute editor not to automaticly change code

    have the fixes been made yet? I am about to upgrade version but need to know this before i do so
View as RSS news feed in XML