Re: php tags half removed

  •  10-20-2009, 3:39 PM

    Re: php tags half removed

    This still seems to be an issue...
     
    I have
       theEditor.AllowEditServerSideCode = true;
     
    But when I load 
       theEditor.Text = "<?php .....  ?>" ;
     
     
    The editor is shows up blank. There is no text visible and even when I switch to HTML view, nothing shows up.
     
    Any idea how to get around this and actually display  "<?php .....  ?>"?
View Complete Thread