Search

You searched for the word(s):
< 1 second(s)
  • 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 ...
    Posted to Cute Editor for PHP (Forum) by dtprice on May 19, 2009
  • Re: Changing CE configuration on the fly

    Unfortunately the editor text does not reload if the editor is redrawn. After some work on the problem I have a partial solution when an end user is entering new data using CE.First set this property to something like $editor-&gt;''myeditor'';Next set this property $editor-&gt;Text=$_POST['MyEditor'];Now set this property ...
    Posted to Cute Editor for PHP (Forum) by dtprice on March 31, 2009
  • Changing CE configuration on the fly

    The end users of my web pages enter rich text using CE. In order to save page real estate and make CE as simple or as complex as they need, I would like for them to be able to change the autoconfiguration property on the fly. They would select a different configuration from a menu. I would like for the user to be able to do this without reloading ...
    Posted to Cute Editor for PHP (Forum) by dtprice on March 16, 2009