Search

You searched for the word(s): javascript
Showing page 22 of 408 (4,076 total posts) < 1 second(s)
  • Re: Javascript Error Using Karamasoft Ultimate Spell, IE, and Style Tags...

    bigdoggy007:   I know I have to be the only person to have integrated the KaramaSoft Spell Checker with CuteEditor to date...getting these two components to play nice (in IE) takes some very tricky JavaScript (a little more than I described here).  If anyone wants more details, let me know...   Hi BigDoggy   I'm ...
    Posted to Cute Editor for .NET (Forum) by kanebullen on December 10, 2007
  • Re: Javascript API to find caret (insertion point) position in the document.

    Try this: <SCRIPT LANGUAGE=JAVASCRIPT> function getCursorPos(textElement){  var cursorPos = -1;  if (textElement && textElement.createTextRange) {   var range = document.selection.createRange().duplicate();   range.setEndPoint('StartToEnd',range);   var start = ...
    Posted to Cute Editor for .NET (Forum) by [email protected] on August 13, 2007
  • Re: Need Javascript DeleteAllAttachments...

    FYI, I was trying to clean up the persisted temporary files after uploading the files to the database but the files were not being released when I tried to call DeleteAllDocuments after calling OpenStream. The correct call is as follows: using (Stream stream = AttachmentItem.OpenStream()) { stream.Read(byteArraydata, 0, ...
    Posted to Ajax Uploader (Forum) by CodeSlinger on May 21, 2009
  • Re: Blank page problem

    Hi Terry,   The HTML includes the following code.  There aren't any JS errors.   <script type='text/javascript' src='/gillianos2/CuteSoft_Client/Gallery/Load.ashx?type=culture&culture=en-GB'></script> <script type='text/javascript' ...
    Posted to ASP.Net Image Gallery (Forum) by marktwo2 on October 30, 2009
  • Re: Access is denied JavaScript Error

    lkihlken:I'm having this same problem.  I removed document.domain = [My Domain] from my page and it worked.  However, that line of code is required by another third party tool that I'm using.  Is there any other way around this ''Access is denied'' javascript error?   lkihlken,   Can you create a simple aspx page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 18, 2008
  • Re: Access denied javascript error for CuteEditor.htc file ?

    As per my email reply to Adam. The new script did not work.  If anything it is worse as I am getting more javascript errors now. The errors are always in CuteEditor.htc.aspx, if that helps, not the utility file you sent me. Further, I am getting the hanging with hourglass again now.  James 
    Posted to Cute Editor for .NET (Forum) by jwhittaker on January 12, 2005
  • Re: No tools in the toolbars - JavaScript is enabled

    Andy - thanks for your reply; I'll give that a shot and see what happens. My client informed me today she'll be upgrading her hardware very soon anyway, so a solution to this problem is not as urgent as it once was.  She seems to think that it only affects IE v6.0.2800.1106. As such, I won't be able to relay any more feedback from ...
    Posted to Cute Editor for .NET (Forum) by ChrisD on October 10, 2007
  • Re: RichDropdown get selected value in javascript

    I have found my problem with getting no items. The Id in GetElementById should have been CE_<editor_id>_ID, where I was trying to access it with <editor_id>. Now I have a new problem. The Item that is found it the entire dropdowntree and I would like to only get the the selected TreeItem. The DropDownTree consists of two levels (level ...
    Posted to Cute Editor for .NET (Forum) by Chaviv on October 31, 2005
  • Re: Access is denied JavaScript error

    There is a {TAG} button( a.k.a. Image1), which is used to insert mail merge tags into the document; it has this attribute: Image1.Attributes(''onClick'') = ''var t = document.Form_ChooseLetter.txtSelectedTag.value; var e = CuteEditor_GetEditor(this); e.PasteHTML(t);'' The user has to select a tag, click on the place the document where ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on June 13, 2007
  • Re: Toolbar Button Functionality - Adding Javascript

    Please check the following example:   How to capture the SAVE button click event?( C# | VB ) This example demonstrates how to capture the SAVE button click event by using client-side code and server-side code. ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2008
« First ... < Previous 20 21 22 23 24 Next > ... Last »