Search

You searched for the word(s):  
Showing page 1387 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: The following add-on was running when this problem occurred

    In an effort to get the user working as quickly as possible I suggested they download Silverlight or try in a different browser.  After reading your reply, I asked them to upgrade to the latest version of Flash with the link you provided and I haven't heard back.  I'm guessing one of those suggestions worked for them. I'll update ...
    Posted to Ajax Uploader (Forum) by ddoms on October 12, 2009
  • phpfileuploader - Send to email and log in DB

    Hey   It is possible to get the content of a text box on the phpfileuploader page and send the uploaded files to the email address (ie the content of the box) just after the files have been uploaded using the manual upload page and then log this in a MySQL db?   If so how would I go about this? Where would the code go and how do I ...
    Posted to PHP File Uploader (Forum) by slamjam on October 2, 2009
  • is it possible to initiate upload in the code behind?

    I have a user profile page with information that can be saved with either of 4 different buttons (save, save + Close, Save + New, ...) I would like to use the Ajax uploader to queue up a file for upload and only perform the actual upload after the save function executed by whatever button is pressed is actually run.  so i ...
    Posted to Ajax Uploader (Forum) by jpchatt on October 1, 2009
  • <blockquote>

    I don't know if this <blockquote> is a feature or not, but it would be cool to be able to highlight some text and apply the <blockquote> function to it.   I want to <blockquote> some text, but I have to go into the HTML view to do it.  It would be nice if there was a button for blockquote like there is for bold, ...
    Posted to Cute Editor for .NET (Forum) by Tri3 on September 20, 2009
  • How to Change upload picture location

    Hi,   We've got a situation where we wants different people to be able to see their own folder with their own picture and not allow them to see  or upload other people's picture, is there a way to specify a location where the upload folder is or disallow user to brower other people's folder under the _upload directory by disabling ...
    Posted to Cute Editor for .NET (Forum) by Venus2009 on September 16, 2009
  • Spell Checker - highlight word?

    Hi   New to this!!! I'm not directly involved with the technical side of implementing cute editor - this is more a functional query: Is there any way that the Spell Check can highlight words it doesn't pick up or show them in context rather than just having the single word itself? From what I've seen it gives you the word number so you can ...
    Posted to Cute Editor for ASP (Forum) by MarkB on September 15, 2009
  • Re: How to limit the total max size?

    Ok, thanks. I check the total file size inside the handler of the javascript ''select'' event of the UploadAttachments object. It has not been that straight forward because inside the ''select'' event handler, the parameter ''files'' contains only the files selected in the last ''Browse'' dialog opened, and it does not contain files ...
    Posted to Ajax Uploader (Forum) by pierre on September 15, 2009
  • Paragraph spacing

    Within the Properties > Text window, line spacing can be set which is excellent. What about paragraph spacing (padding) above and below a paragraph. is there anywhere where this can be set within the editor windows without having add it manually within the code view, I can't see it anywhere although I understand that paragraph spacing is a ...
    Posted to Cute Editor for PHP (Forum) by davidlockett on August 27, 2009
  • oncommand the save button

    I have some problems with the save button.   I want it to do my own javascript when I click the save button, but I can't find any help in the docs....   I guess it's something about a specified command, but I tried and I don't know how to implement a function to the buttom.... and it needs differet vars too, because what if I have ...
    Posted to Cute Editor for PHP (Forum) by mester9 on August 24, 2009
  • Re: getHTML() doesn't work when Cute Editor is in a hidden div

    Bruce,   An element can be hidden in two ways: by setting elem.style.display to “none”, or elem.style.visibility to “hidden”. The difference between the two is that setting visibility hides the element but it still is in DOM tree. Setting display to none will hide the element completely. Element doesn't actually ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 21, 2009