Search

You searched for the word(s): javascript
Showing page 56 of 408 (4,076 total posts) < 1 second(s)
  • Using the element object from javascript

    Hi,I've created a toolbar button that inserts a DIV with de next html:<div style=''WIDTH: 75px; HEIGHT: 23px; mytag: itsvalue''>...</div>Then I've created my own dialog, tag_miowndialog.ascx, that uses the next javascript code to get and set that value:    function SyncToView()    ...
    Posted to Cute Editor for .NET (Forum) by lalala on November 28, 2006
  • Javascript Reference

    Is there any more of a reference to Clientside, javascript commands? I know you show about 4 examples on the javascript API section, but are there more? I am looking for a command that let's me get just the text in an editor. Is there a getTEXT() function much like the getHTML()? I do alot of programming with the XMLHTTPRequestObject and would ...
    Posted to Cute Editor for .NET (Forum) by TheMightyThor on April 3, 2006
  • Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit

    Adam, The editor version is 4.1; I sent an example in the first post of the problem, the standard 'submit' used in the examples works fine, but I need the capability of calling a form submit through javascript. To clarify, * A standard form submit button below the editor does save the changes correctly * The problem arises using javascript to ...
    Posted to Cute Editor for ASP (Forum) by EdVanDuyne on September 27, 2005
  • Re: Debugging javascript (CuteEditorImplementation.js) Client Question...

    I use the correct file..   Apparently the Cutesoft loads it, has a side effect of obfuscating..   I did find that simply including the appropriate implementation.js file before the Loader, does load the code in so it's accessible to the debugger.
    Posted to Cute Editor for ASP (Forum) by dcorbett on March 14, 2008
  • Re: Problems Adding JavaScript in links.

    Adam   I tested the sample you gave me ans I still get the same error. Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'editor.EnableStripScriptTags'   I am using the ASP 6.0 version. is their a newer one I should be using for this to work?   Thanks, yaco
    Posted to Cute Editor for ASP (Forum) by yzaragoza on March 5, 2009
  • Javascript to set focus

    I have a javascript to check the input item in the editor, if there is empty, it would set focus on the editorI tried to use var txt = document.getElementById('<%= Editor1.ClientID%>'); txt.focus(); or document.Editor1.focus(); both are not success
    Posted to Cute Editor for ASP (Forum) by surrounding on August 27, 2010
  • Re: Cursor position (javascript)

    Thanks. It works now, but I have to change to HTML view and then back to Normal view for the editor to show the new table. Seems like it needs some kind of refresh to update. Any javascript function I can call to perform this?    
    Posted to Cute Editor for .NET (Forum) by Nilzor on January 6, 2006
  • Re: Dynamic loading of content via javascript

    lbklatzkin,   This example shows you how to set HTML code to editor: http://cutesoft.net/asp/JavaScript-API.asp   The source code of this example can be found in the download package.    
    Posted to Cute Editor for ASP (Forum) by Adam on November 1, 2006
  • Re: Javascript Error After Upload

    Hi,   I am sorry , it should be (Postback not PostBack):   <script> function CuteWebUI_AjaxUploader_OnPostback() { alert(''The file is uploaded , there will be a server error soon.''); } </script>   I think that is server side error , and maybe that is caused by the new version of MSAJAX.   We will ...
    Posted to Ajax Uploader (Forum) by cutechat on May 27, 2009
  • Debugging javascript (CuteEditorImplementation.js) Client Question...

    Even though we have the full source of the CuteSoft editor,   when I tried to step into a function, such as getHTML(), I end up in an obfuscated version of the code debugging in IE through Vistual Studio 2008.   How can I configure things so I can debug getHTML() or other such things.   Thanks,      - Daniel
    Posted to Cute Editor for ASP (Forum) by dcorbett on March 11, 2008
« First ... < Previous 54 55 56 57 58 Next > ... Last »