Results 1 to 3 of 3

Thread: mce_editable function

  1. #1
    Join Date
    Feb 2009
    Posts
    17
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default mce_editable function

    I have this code : <textarea name="annonce" id="annonce" class="case" style="width:500px; height:300px;" mce_editable="true"><?php $annonce = str_replace("@", "@ ", $annonce); echo $annonce;?></textarea>

    this code is have the problem with Opera browser. I think that this cause of
    mce_editable function. So can u know other function that support with all the browser?

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    What's the problem? Have tried taking that code out and seeing if the problem is gone?

  3. #3
    Join Date
    Feb 2009
    Posts
    17
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    My problem is when i insert text by use opera browser it can't call to edit. It is empty!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •