Search

You searched for the word(s): javascript
Showing page 39 of 408 (4,076 total posts) < 1 second(s)
  • Re: Javascript error in IE when loading Cute Soft Editor

    We also get the ''Object doesn't support this property or method'' error. The page we receive it on only has 1 editor and no modal popup extenders or update panel. Like most of the problems we have come accross, for us this only happens intermittently.
    Posted to Cute Editor for .NET (Forum) by Flintstone on March 11, 2009
  • Re: Javascript Errors in v 6.4

    Thank you Adam, this solve my problems about the javascript and the closing of my popup window, but having a problem with the height of the dialog (I can change it manually)...   so for me i have no problems now and I'll start upgreading all of my sites to the new version ...   Thanks again
    Posted to Cute Editor for .NET (Forum) by maowidat on June 14, 2009
  • Re: Javascript API docs incomplete

    Hi jmarcv, By default, the ExecCommand function can achieve the ''toolbar'' function by a simple value. Like below.  editor1.ExecCommand(''InsertTime''); You can find all the command at http://cutesoft.net/developer+guide/scr/Toolbar_Customization.htm ''Template Item'' section. Sorry for your ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on May 22, 2011
  • Re: Images not being displayed

    Here is the runtime code that DotNetGallery is inserting into my web page.  I am setting GalleryClient to ''~/U_DotNetGallery_Files/''.  Again, DNG is not displaying any of the images and is not responding to mouse actions.        <script type='text/javascript' ...
    Posted to ASP.Net Image Gallery (Forum) by GCB on October 28, 2010
  • JavaScript Issue

    Hi,   I have an error when trying to use javascript with cute editor.  If I add some script in HTML view, save it, go to NORMAL view, then back to HTML view the javascript is not visible.  I have set EnableStripScriptTags = False.   Any help appreciated.
    Posted to Cute Editor for .NET (Forum) by Bobby Tange on May 22, 2006
  • Re: 'ox19e is not a function' javascript error

    I can replicate this in the same Firefox version.   Go to http://cutesoft.net/example/general.aspx, click <p> in the bottombar and then click style in the popup menu. OK and Cancel both produce this error. Ox19e is not a ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on February 7, 2008
  • Re: clear editor1 using javascript

    Dear lonnie,   Please try the following code:   function clearEditor()    {     // get the cute editor instance     var editor1 = document.getElementById('<%=Editor1.ClientID%>');         // Set the editor ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 10, 2011
  • Re: RichDropdown get selected value in javascript

    var editor1 = document.getElementById('CE_Editor1_ID'); var editor = document.getElementById('CE_Editor1_ID'); if(editor.all) {     var lis=editor.all.tags("LI"); <--- this return a zero length list. So our code does not run. The length is also zero when an             ...
    Posted to Cute Editor for .NET (Forum) by Chaviv on October 20, 2005
  • Re: RichDropdown get selected value in javascript

    I did already notice that typo. The TreeListComponent is being created programmatically in C# like this: TreeDropDownList tree = (TreeDropDownList)toolControlInsertVeldDLL.Control; tree.ID = "tree_id"; IList berichtveldCategorieeen = TussenpersoonDAO.LoadBerichtVeldCategorieen(); foreach (BerichtVeldCategorie bvc in ...
    Posted to Cute Editor for .NET (Forum) by Chaviv on October 18, 2005
  • Javascript event when all files are uploaded?

    Hello Is there a way to get a javascript function to be called when all selected files are uploaded? I found CuteWebUI_AjaxUploader_OnQueueUI but it seems to be called for every file. Is there perhaps a way to figure out if it's the last one?  I need to update some things on the web page after all files have been uploaded.  
    Posted to PHP File Uploader (Forum) by Guttorm on April 4, 2011
« First ... < Previous 37 38 39 40 41 Next > ... Last »