Search

You searched for the word(s): javascript
Showing page 47 of 408 (4,076 total posts) < 1 second(s)
  • Re: Javascript error when loading control

    bitpail:This problem seems to be happening because I'm using cookieless sessions, I have submitted an email request already with a sample application that fails only in IE6.   bitpail,   This issue is fixed.   Please download it from:   http://cutesoft.net/downloads/default.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on July 17, 2007
  • Re: Javascript Reference

    Adam     I tried the getText()  method you provided but it is erroring out in a ''spell.js'' module. If you need the exact line, i'll give it to you. however i did add ''editor1.getSelection()'' figuring the focus of the focus of th eobject might have been off. Any suggestions?
    Posted to Cute Editor for .NET (Forum) by TheMightyThor on April 4, 2006
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    Hi mchamo, The example below shows you how to use AjaxUploader with Jquery modal dialog. About the  blockUI control issue. I still can not reproduce it. Can you show me the whole example which can reproduce this issue? So I can check it for you. <%@ Page Language=''vb'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 21, 2011
  • Re: Change views using javascript

    Andy,   >>Or could you fix the save in html so that it doesnt lowercase my javascript.   http://cutesoft.net/example/EnableStripScriptTags.aspx   Can you check this example? Which version of CE are you using?   >>Change views using javascript   Yes. Please check this JavaScript API example.
    Posted to Cute Editor for .NET (Forum) by Adam on December 4, 2006
  • Re: How to disable the button outside of the cuteeditor when html view is enabledcuteeditor using javascript

    Dear mianrizwanali,   Editor.CodeViewTemplateItemList Property: The toolbar items used in the editor Code View going to this string. Example: CodeViewTemplateItemList=''Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll Please note that only buttons are supported in the HTML view. If this is not what you need, please ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 29, 2010
  • Re: Javascript setHTML() won't set editor to a null value

    Dan,   Which version of Cute Editor are you using?   Can you try the SetHTML function in the following example?   http://cutesoft.net/asp/JavaScript-API.asp   The source code of this example can be found in the download package.   Hope it helps. Let me know if you have any further questions.  
    Posted to Cute Editor for ASP (Forum) by Adam on June 6, 2007
  • Re: CDATA in scripts

    mikea,   Our online demo is using the version 5.3.   http://cutesoft.net/example/general.aspx   If you are using an earlier version, please download it from   http://cutesoft.net/downloads/default.aspx   >>when we postback and retrieve the XHTML property   When you extract the content using XHTML ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 16, 2006
  • Re: Document Selector Example Throws In Javascript - Does not open the Dialog? Please help

    Here is some missing code from the same page. <div style=''visibility: hidden''> <CE:Editor id=''Editor1'' width=''1'' height=''1'' runat=''server'' AutoConfigure=''None'' ShowHtmlMode=''False'' ShowPreviewMode=''False'' EnableContextMenu=''false'' ShowGroupMenuImage=''False'' ShowBottomBar=''False'' BackColor=''#dedede'' ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on January 7, 2010
  • Enable/disable Editor contents using javascript

    Hi! I am displaying dynamic contents on the Editor. The content is set from codebehind. To disable it I just enclose the content in a <div disable='disabled'> CONTENTS </div> tag. Now I wanted to know how to enable/disable the contents using javascript. Is there a way to do this? Thanks for your help.   Leah
    Posted to Cute Editor for .NET (Forum) by hatakelei on April 10, 2008
  • Re: CuteEditor and javascript

    HI BrianG, 1. I want to load the data automatically via javascript.  The example does that but has a button too. This event is invoked immediately after Cute Editor is initialized. Example: function CuteEditor_OnInitialized(editor) { editor.setHTML(''Hello World''); }   2. I want to use the Save button to save the data. ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 24, 2009
« First ... < Previous 45 46 47 48 49 Next > ... Last »