CE text does not display in FF or Safari when toggling visibility of the containing div.

Last post 05-21-2009, 1:42 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  05-19-2009, 9:05 PM 52341

    CE text does not display in FF or Safari when toggling visibility of the containing div.

    I have a div containing one CE. The div display set to "none". Javascript is used to toggle the div display from "block" to "none". The toggle works and CE is displayed but the content(text) within the editor is not displayed. I have tried to display data from the database and I tried to display a simple string by setting the text property of CE. The content(text) is displayed fine in IE 6.0 but will not display in Mozilla 5.0 or Safari 3.23. I am using CE php 6.1 in a Windows XP operating system. I am developing in Dreamweaver CS3.
     
    Here is the code for the editor:
    <?php
             $editor=new CuteEditor();
             $editor->ID="FAQEditor";
             $editor->FilesPath="CuteEditor_Files";
             $editor->Width="650px";
             $editor->ThemeType="OfficeXP";
             $editor->AutoConfigure="None";
             $editor->ReadOnly=true;
             $editor->ShowBottomBar=false;
             $editor->BorderStyle="none";
             $editor->Height="200px";
             $editor->Text=$row_rs_faq['Answer'];
             $editor->Draw();
             $editor=null;
    ?>

    Thanks, David
  •  05-21-2009, 1:42 PM 52396 in reply to 52341

    Re: CE text does not display in FF or Safari when toggling visibility of the containing div.

View as RSS news feed in XML