Search

You searched for the word(s): document
Showing page 131 of 325 (3,244 total posts) < 1 second(s)
  • Re: EditorOnPaste="PasteWord" differences from your sample

    Hi zaggle,   In which case you'll need to execute the paste command yourself then tell cuteeditor that you have done this. e.g.   function CuteEditor_OnCommand(editor,command,ui,value) {   if (command==''Paste'') {        var oEditor = ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 19, 2008
  • Re: Betreft: Re: Links dropdown: sub-menu's possible?

    Guys, Please download the latest CuteEditor.dll and provider. With this new provider, Cute Editor allows you customize the tool bars based on DotNetNuke security roles, apply DNN styles and insert internal links to other tabs within your DNN portals. The document of Configuring Cute Editor for DotNetNuke 3.1 is also ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
  • Re: each room different skin / how cn i make new skins

    nokiko:   I maked a mistake.   please change Line 7:  string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress); to : string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null).OnlineId;   We haven't write document for the skinning yet . If you want to create your owner skin , the main steps ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on October 6, 2004
  • Re: Installation

    Hi Ken Thanks for that. As a matter of curiousity, why didn't you say you can get the html text and plain text like this?  protected void btnSend_Click(object sender, EventArgs e) { string htmlText = Editor1.Text; string plainText = Editor1.PlainText; }   Couple of formatting issues. If I create text in Outlook using Word ...
    Posted to Cute Editor for .NET (Forum) by FirstSignInNoGood on December 6, 2012
  • Re: upload works on dev server, not on production server

    More info: Tested on latest FireFox and IE8 - same result. Debugged the submitbutton_click function using FireBug... here's something interesting - and again, remember, this is only when the page is served from the production server:  function submitbutton_click() {     var submitbutton = ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • Re: Add a Event to Textarea in CE

    My Source Code :  ----------------------------------------------------------------------------------------------------- <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>    <head>  <meta name=''ProgId'' ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on February 2, 2006
  • Re: Body tag content between browsers

    There is still a bug.   Here's how you can reproduce the bug in your online example (you will have to edit your source first):-   Inside your Edithtml.php source code I noticed you had the essential line commented out :- $editor->EditorBodyStyle=....   This is the instruction that is causing the main ...
    Posted to Cute Editor for PHP (Forum) by Glenn on March 7, 2009
  • Re: How to disable html auto correction feature

    Hi Adam and Eric, Well, after apply the fix, we found the following issue: When include the following script in HTML tab, when go to normal tab, we see the ''The Time is ...'' which is correct. But the problem is everytime we go back to HTML tab then back to normal tab again, there is one more ''The Time is...'' appended next to the last ...
    Posted to Cute Editor for .NET (Forum) by qsun@ngenera.com on August 13, 2010
  • Re: Insert table default propertys

    i updated CuteEditorconstants.js file and it did not work. In Insert_table.asp i see JavaScript var OxOa7d7=[''dialogArguments'',''element'',''editor'',''window'',''document'',''\x3Ctable style=\x22width:300px;Height:200px;\x22 border=1 ...
    Posted to Cute Editor for ASP (Forum) by vlad-G on July 27, 2006
  • Re: CuteEditor 6.7 & jQuery Tabs

    Hi,   Please try the new one below, it should work under IE11 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 7, 2014