Search

You searched for the word(s):  
Showing page 1239 of 4,987 (49,864 total posts) < 1 second(s)
  • setHTML is not working in IE6

    we are using ASP Cute Editor control. When we are calling cuteEditor.SetHTML() method to set the HTMLtext, it is throwing error in IE6. Browser closes abruptly after this method call. Code is working properly in IE8.   When I keep the alert() messages in the code after setHTML statement, it is working properly in IE6.   Below is ...
    Posted to Cute Editor for ASP (Forum) by SridharRepala on May 13, 2011
  • dotnetgallery license question

    hi,i have licensing question about this product..currently i am developing an  sport application which i will be rolling out for different schools.So school1 site would be something like www.school1.com school2 would be www.school2.com  and so on..Each school may or may not have the same host.  I want to incorporate ...
    Posted to ASP.Net Image Gallery (Forum) by nb123 on May 8, 2011
  • Re: Undefined JS variables when loading dialogs

    I've now noticed a new, similar error that is likely related. When I click the''image button'' button, then browse I get: Error: arg is undefined Source File: http://eve-crtm.org/ccms/lib/CuteEditor/Scripts/Dialog/Dialog_SelectImage.js Line: 1 I'm also getting: Error: CuteWebUI_AjaxUploader_Initialize is not defined Source ...
    Posted to Cute Editor for PHP (Forum) by zBrain on April 6, 2011
  • Re: Javascript event when all files are uploaded?

    Hi Guttorm, Try function CuteWebUI_AjaxUploader_OnPostback()     {         alert(''finish'');     } Regards, ken
    Posted to PHP File Uploader (Forum) by Kenneth on April 4, 2011
  • Re: Image upload doesn't work - File format not allowed

    Got same problem with .pngAll is fine with the mime array but somehow i get:imageimage/pngimage/x-pngFile format not allowed! Please contact site administrator. been search for  image/pngin the files but can't find it. But still image/x-png seemt to NOT be allowed.How do I find the allowed array (if there is 1) facts:$Filter_Array in ...
    Posted to Cute Editor for PHP (Forum) by bix on March 28, 2011
  • Inconsistent URLs on Paste

    A few observations that are confusing my users (tried on http://phphtmledit.com/Relative-or-Absolute-URLs.php with selector set to default): In IE 7/8:- If I copy an existing image who's source is siteRelative (ie. /Uploads/j0423861.jpg) and then paste it below itself, the newly pasted image's source is now Absolute (ie. ...
    Posted to Cute Editor for PHP (Forum) by Cassiopeia on March 27, 2011
  • Javascript error "Access Is Denied"

    Hi, When trying to upload a file to our web server using the cute uploader control I get a javascript error telling me the Access is denied.  I have tried to do the same thing on my local machine and on a staging environment and in both cases it works fine it just has an issue with the live web server for some reason. What makes ...
    Posted to Ajax Uploader (Forum) by alun1234 on March 23, 2011
  • AjaxUploader stopped working :(

    Hi, I downloaded the code, put it up online, configured it (didn't realize at first that I had to un-rem the line that does that actual uploading!), and uploaded a few files, and it worked fine. Now, whenever I try to go back to one of the upload pages, the page just hangs and never loads. Is this a limitation of demo mode or is ...
    Posted to Ajax Uploader (Forum) by GenNS on March 17, 2011
  • Re: Automatic insertion of <div> tag around pasted text

    Hi A-Damage, Can you reproduce this issue in the following example? http://cutesoft.net/example/oncarriagereturn.aspx If not, please download the latest version. I tested this example using Firefox 3.6.13 and I didn't find any problems.   
    Posted to Cute Editor for .NET (Forum) by Jeff on March 1, 2011
  • Re: Image border=0

    CrazyK: Adding img(border:0) did not work. However, I managed to get rid of it by adding border=''0'' to the image tag. My image tag looks something like this.   <img src='''' border=''0''  />   Yes, it will work by using <img src='''' border=''0''  />.   Can you try the following code in your CSS ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011