Search

You searched for the word(s): php
Showing page 45 of 158 (1,571 total posts) < 1 second(s)
  • Re: javascript initialize editor

    gman,   Cute Editor is not a pure JavaScript Editor.  Many security setting must be Initialized from the server side.   I suggest you use this example: http://phphtmledit.com/Ajax-Rich-Text-Editor.php     The following method may help:   Editor.GetString Method This function returns what the Draw ...
    Posted to Cute Editor for PHP (Forum) by Adam on June 16, 2009
  • Purchased product not delivered

    Hi,I chose to buy the PHP FILE UPLOADER because it's urgent and it would be delivered instantly after payment according to the info page However, I got this:  Dear customer, Thank you for choosing CuteSoft.NET Components. We have received your order but we are having difficulty handling it online. A detailed report has been sent to ...
    Posted to Ajax Uploader (Forum) by fatabbot on June 13, 2009
  • Re: Config option to control the display options

    Editor.ShowHtmlMode Property Specifies whether the Html Mode tab appear.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on June 12, 2009
  • Re: setHTML doesn't work in firefox on load of page

    okay here is a small example...   function loadData(editdata, pri2, navn2) {  http.open('get', 'loadLister/loadData.php?edit=' + editdata + '&ms='+new Date().getTime(), true);  http.onreadystatechange=visdata;  http.send(null);  }   function setHTML() {  var editor1 = ...
    Posted to Cute Editor for PHP (Forum) by mester9 on June 11, 2009
  • 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: Does not Insert Div, Can't Align to Center - Using Editor for CMS

    Actually it still does not work in the latest build on my site. Everything works fine until $editor->XHTMLOutput=true; is added to the code. As soon as that code is added I am no longer able to center paragraphs and when I edit a page, then preview, then try to go back to the editing area it does not let me.  I showed your live support ...
    Posted to Cute Editor for PHP (Forum) by AdamTheMan103 on May 15, 2009
  • Re: ExtJS Implementation

    Cute Editor for PHP is not a simple JavaScript HTML Editor.  It contains many advanced functions which should only be set in the server side.  For example, security setting, who can upload the files? What’s the max file allowed to upload?  What’s the file extension restriction?  Basically this editor ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 24, 2009
  • Can I limit max upload size by total size of the upload folder?

    I apologize if this has already been answer.  Thought I saw it but couldn't locate it now.  I would like to limit max upload size by the size of the upload folder, instead of the max size per upload file as set by the MaxImageSize param.  Is this possible or do I have to edit the php InsertImage.php?  Thank you.
    Posted to Cute Editor for PHP (Forum) by ibizard on February 24, 2009
  • Re: Need some help determining if this editor will work for my site!

    Hi,   I completely understand your concerns.  I just purchased CuteEditor for php and was concerned myself because we need special functionality ourselves.  I am developing an email marketing/contact management system which allows users to modify existing templates.  I am a php developer and i can tell you one thing i was ...
    Posted to Cute Editor for PHP (Forum) by ibizard on February 16, 2009
  • Problem : CE as file manager does not insert file in input.

    I work with CE php and I'd like to use CE asa file manager. I used this example (that doesn't works too) : http://phphtmledit.com/use-CuteEditor-as-file-manager.php   When i choose a file the file url is not inserted inthe input as in the CE used as an image selector.   I tried to find the problem but all seems to bee ...
    Posted to Cute Editor for PHP (Forum) by Nico_fr on November 28, 2008
« First ... < Previous 43 44 45 46 47 Next > ... Last »