Search

You searched for the word(s): document
Showing page 59 of 325 (3,244 total posts) < 1 second(s)
  • Re: Does anybody have a cross browser JS function to get selected text

    Thanks, that really got me started, I have fixed the errors and added a keepHTML parameter so that I can choose whether I want just plain text or not.   function HTMLFieldGetSelectedText(keepHTML)     {     var rng=null,retval='';     var ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on February 8, 2008
  • Re: CuteSoft removed the <body> tag .. why ?

    Paul,   yes, please check this property:   Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited. Remarks If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 21, 2008
  • Re: Using ExecCommand with custom commands

    Colin,   ExecCommand doesn't support any custom button. All the support commands can be found in http://cutesoft.net/developer+guide/index.html.   For your questions, I suggest you create a custom button. When the user click this button, you can call you own javaScript then post back the form.   For ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2007
  • Re: Problems with Javascript API

    Hi,   Yes.  After some experimenting, it turns out that you place a ''CE_'' and ''_ID'' around my actual id.  Therefore when I looked for ''CE_ceEditor_ID'', it was able to find the object. Now I see what you are pushing using the _ClientID from the server side.   Also, just an FYI, your Javascript API document specifies ...
    Posted to Cute Editor for .NET (Forum) by jbrigham on February 19, 2007
  • Re: ExecCommand, insertlink and Firefox

    Hi Adam,Thanks for your answer.This is basically what I did. I needed to get current selection as well, so here is the trick ://Function to get current selection in IE (6 & 7) and Firefox (2.0) function getSel() {    var editor = document.getElementById('CE_Editor1_ID');    var txt = ...
    Posted to Cute Editor for .NET (Forum) by lamasse on February 9, 2007
  • Re: Thai Language

    Thanks Adam. Currently i face another problem. I have implement the editor on our application, we need to input in thai language. I configure the editor -- editor.UseHTMLEntities = false Have also include in the below meta tag for thai language: <meta http-equiv=''Content-Language'' content=''th''><meta http-equiv=''Content-Type'' ...
    Posted to Cute Editor for ASP (Forum) by wenni on January 18, 2007
  • Re: Font-size in editor iframe

      Hi,   Sorry for the long delay of my reaction, I've been away for a couple of days.    The 0.7em in the html tag specifies that the default font-size on my site depends on the font-size that the user has selected in his browser. Normally, that will indeed result in 0.7 * the medium font size, but when a user for ...
    Posted to Cute Editor for .NET (Forum) by Activator on December 21, 2006
  • Re: JScript error from winie.js

    Adam, no I do not see the problem at your site either.  I'm thinking it has to do with the structure of my page and the context within which the editor is included in the page, since this code seems to be walking throught the DOM of the greater document.Also, the routine that's failing seems to be a timer callback.  If you can shed any ...
    Posted to Cute Editor for .NET (Forum) by mmeltaus on December 7, 2006
  • Re: Can't use Javascript - API from external js file

    My Code: <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Default.aspx.vb'' Inherits=''_Default'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for ASP (Forum) by moshik on June 16, 2006
  • Re: Compatability Between Version 4.0 to 5.1

    Adam   Thank you for your reply, the links (just what i was looking for) and your time.   ;;However the upgrade document is lag behind. Sorry for the inconvenience. I apreciate your frankness.  IMO you should distribute this to users who have spent more money with you to go from 4.0 to 5.1+ - Making such fundamental ...
    Posted to Cute Editor for ASP (Forum) by mat41 on April 5, 2006
« First ... < Previous 57 58 59 60 61 Next > ... Last »