Search

You searched for the word(s): javascript
Showing page 303 of 408 (4,076 total posts) < 1 second(s)
  • "UploadModule is not installed into web.config" Error not allowing multiple file selection via Flash file open dialog

    Been messing with this for almost 2 hours now and I can't get the multi file selection to work. I'm using the selecting-multiple-files.aspx demo page. Shortly after the page loads, I get the ''UploadModule is not installed into web.config!'' error popup. The web.config is set per all the instructions and I've checked it half a dozen ...
    Posted to Ajax Uploader (Forum) by Angelo on February 10, 2011
  • Re: Custom Embed Object

    Dear Gerudo,   Please follow steps: 1.  Save the folling code to test.asp <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>      <head>   <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' />  </head>     ...
    Posted to Cute Editor for ASP (Forum) by Eric on January 4, 2011
  • multiple Buttons showing

    Hello,   Cutewebui shows multiple upload buttons in page. I have assigned InsertButtonID but still it shows its default button and assigned button.   can you please look at code why it is happening?   Check the Add New Video button.      Code In Aspx page ...
    Posted to Ajax Uploader (Forum) by yogeshsapkale on July 2, 2010
  • Context Menu Paste Issue in IE8 on Vista and Windows 7

        We have encountered a possible bug with the cute editor.  In this specific scenario, the editor requires the user to right click and choose paste twice.  The first time, it does not paste the text, the second time it works as expected.  This does not happen in any other browser.  CTRL-V works as ...
    Posted to Cute Editor for .NET (Forum) by justinwatkins on May 25, 2010
  • UploadPersistedFile.TempDirectory property setting ignored

    Hi, I'm using an UploadPersistedFile object in an user control where I set the following in Page_Load:             Dim l_sTempDir As String = ''~/sysfiles/TempAjaxUploader/''            wsUploadFile.AutoUseSystemTempFolder = False         ...
    Posted to Ajax Uploader (Forum) by MarjaR on April 28, 2010
  • How to get SiteRelative link from FileManager Editor

    Hi,i can get the SiteRelative file path from ImageManager with the below code:document.getElementById(''imageFld'').value = imgs[imgs.length-1].getAttribute(''src_cetemp'');  But i can't get Relative filepath from FileManager. You also have the same problem. Please look the your ...
    Posted to Cute Editor for ASP (Forum) by sedatkumcu on December 21, 2009
  • Help me create solution ???

    Hello!   I have a task (extend CuteEditor.NET with custom functionality). Me need: 1) Create button toolbar 2) When user press button, then must shown window with empty content, and in window must be loaded my ASPX page with functionality 3) On my ASPX page has button, when user press it, then I must show standart ImageGallery or ...
    Posted to Cute Editor for .NET (Forum) by Virt on September 27, 2009
  • remove link

    hi   how can i remove the link automatically when i input an url/email (remove the link once url/email is input into the cuteeditor panel)   here is the function which kenneth provide me :   <script type=''text/javascript''>    function CuteEditor_FilterHTML(editor,code)    { ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 23, 2009
  • Re: A few errors need help

    Hi nadol_c,   About question1 and question2, Can you try to upgrade to the latest version and try the simple page like below? <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • Re: getHTML() doesn't work when Cute Editor is in a hidden div

    Hi BruceWMorgan,   I can not reproduce this issue.   Please tye the example below   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009