Search

You searched for the word(s): php
Showing page 92 of 158 (1,571 total posts) < 1 second(s)
  • Multipled instance of CuteEditor ... how to validate via javascript a certain instance

    I have 3 instances of cute editor.  I want to validate the third instance to ensure that data has been entered.  The third instance has the ID of Editor3.  How do I reference that ID in javascript.    My code:   $editor=new ...
    Posted to Cute Editor for PHP (Forum) by goldd1gger on August 26, 2008
  • applying autoconfigure Simple

    I have CE integrated in my page:   <?php          $editor=new CuteEditor();          $editor->ID=''nw_body''; // same ID as your textarea          $editor->Text=$row_DetailRS1['nw_body']; // Set ...
    Posted to Cute Editor for PHP (Forum) by erikpost on August 24, 2008
  • firefox issue - div and span error - a bug?

    My client called me a while ago, telling that her site was looking odd with firefox. When I went to see it, I saw that part of the text she had written there did not keep inside box it was intended. When I looked at sourcecode, i realized that there was mistake with span and div taks - they closed in different order than they opened. When I ...
    Posted to Cute Editor for PHP (Forum) by seppo on August 18, 2008
  • upload .flv

    I have been uploading .wmv successfully.   I now need to add .flv to the list.   I have added it to MediaFilters          $editor->MediaFilters=''.wmv, .flv'';   I then got ''File format not allowed''   I suspected mimetype and added this to ...
    Posted to Cute Editor for PHP (Forum) by PraxiPower on June 16, 2008
  • Re: Virtual popups in 6.1

    Hi Adam,   Thank's very mutch!   And about windows forms control? Now exists a very big number of wysiwyg controls for asp/aspx/php/others but don't exists any similar control for winforms! I think exists a business for it! And I think this is not completly different from javascript based control. I my mind I see a ...
    Posted to Cute Editor for .NET (Forum) by marcellus on May 19, 2008
  • Re: newbie css help (And two other newbie questions)

    thanks for your help, getting closer on all fronts....   this is what i have for the css:   $editor->EditorWysiwygModeCss=''kySchoolDesignsUpdate.css'';   the css file is in the same folder of the php file that refers to it.   i have also tried ...
    Posted to Cute Editor for PHP (Forum) by pmagoo on April 8, 2008
  • How to upload images,files ... through editor?

    How to upload images,files ... through editor?   Could you please send the sample code to do this >below is the code i am using .But it's not working.Folder has read and write permissions   echo 'DOCUMENT_ROOT: '.$_SERVER['DOCUMENT_ROOT'].'<br/>'; also working !   <?php $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Gopinath on March 4, 2008
  • $editor->EditCompleteDocument=true; And $editor->BaseHref="http://www.imvo.org";

    It doesn't appear that $editor->EditCompleteDocument=true; And $editor->BaseHref=''http://www.URL.com''; work together   Here's my code...   <?php $editor=new ...
    Posted to Cute Editor for PHP (Forum) by kjgraham on March 3, 2008
  • Re: Full screen by default

    RYann: I am opening the editor in a new window and cant work out how to make it full screen automatically. How do I do this?   Editor.FullPage Property Specify the FullPage state when the page loads. If this property is set to true then the editor will resize to it's full size when the page loads.   Example Code ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 30, 2008
  • simplexml_load_file() error in Firefox

    Hello I'm getting this error when I try to cut and paste or copy text in the editor. I get the error both using the buttons and using the keyboard shortcuts. I only get this error using winXP Firefox 2.0.0.5. The same page seems to work as expected in other browsers.           ERROR: Fatal error: ...
    Posted to Cute Editor for PHP (Forum) by patrick.face on July 30, 2007
« First ... < Previous 90 91 92 93 94 Next > ... Last »