Search

You searched for the word(s): javascript
Showing page 144 of 408 (4,076 total posts) < 1 second(s)
  • Spellchecker not working within asp:UpdatePanel and another Panel where the visibility="false"

    I have embedded the editor into an UpdatePanel and then into another panel where the panel's visibility is false.  But when a user clicks a button to show that panel (and the editor contained within it) the spell checker button returns a javascript error saying ''Object doesn't support this property or method''   If I remove the editor ...
    Posted to Cute Editor for .NET (Forum) by mokeyb on March 29, 2010
  • Re: How to store database ids

    eric,the sample u referred me to is done in WebForms. I need to make this work in .NET MVC. I need to be able to store additional info for each of the uploaded files using .net mvc. is there something like ''single file upload complete'' handler for javascript? and if so, how do i make sure i pass some parameter from IHttpHandler (after single ...
    Posted to Ajax Uploader (Forum) by emer on March 25, 2010
  • an invalid character was fount in text content

    Hi all i'm using the last version of cute editer wich i  realy like. I upgraded it form an older version. since the upgrade im getting the error ''an invalid character was fount in text content''. like a javascript alert I'm using windows 7 and ie8 the message is not showing on win xp the encoding im using is windows-1255 ...
    Posted to Cute Editor for .NET (Forum) by liron007 on March 24, 2010
  • Re: Problem with editor using IE7 on Vista

    This is what I see after clicking the demo link on your home page.  Notice that the content that should be showing is missing and that there is a javascript error.  My mouse icon is a hand with a circle with a slash (which didn't show in the screen capture).  Also, I tested in on my XP box running IE7 and it works just ...
    Posted to Cute Editor for .NET (Forum) by robinz on March 20, 2010
  • Re: Editor some times not load fine with MOZILLA VERSION 3.6

    forkus2000: Adam : please check directly our page http://200.111.84.172/aula/prueba.php  WITH MOZILLA 3.6 (LATEST VERSION)   the editor is loades via ajax, jquery, you can see the javascript that try to load the editor. The problem is the first time you load the page the editor not load, but the second time load..   What can ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 9, 2010
  • Re: Problem with PasteHTML in IE 7 and 8

    Hi gspagel,   It works fine for me both firefox and ie. Can you try the example below?   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 25, 2010
  • Re: Get the tag name at caret

    Please try the following code: <html>  <head>  <title>A Simple Page</title>  <script language=''JavaScript''>  <!--   document.onclick   =   myfunc;    function myfunc()   { ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 8, 2010
  • Custom Browse link in Insert_a_tag Dialog Firefox problems

       Hi, i have the following problem.   For our CMS i've added a custom browse popup in the insert a Tag dialog. When the link is selected in the browse popup i use javascript to enter that link in the Url: field.   window.opener.document.getElementById(inp_src).value = 'link url'   This works ...
    Posted to Cute Editor for .NET (Forum) by SaferSephy on February 5, 2010
  • cannot get file to upload prior to server side code running

    I want to have an uploader on a form where a file is only uploaded and then saved if there happens to be one queued up. So i want the upload to take place on the save event. I like the queue that your uploader uses I just need the uploader to finish prior to my code behind function for the save process running.  I am using the following ...
    Posted to Ajax Uploader (Forum) by jpchatt on January 14, 2010
  • Manual Upload

    Dear Support   I've using the Ajax Uploader tool so far and it's being great. I've found an issue and need to figure it out urgently.   I have a web user control that is being generated dinamically on my web page.   The Onclik attribute is being added on the Page_PreRender method as ...
    Posted to Ajax Uploader (Forum) by Roniel on January 12, 2010