Search

You searched for the word(s):  
Showing page 64 of 4,987 (49,864 total posts) < 1 second(s)
  • Problems with Safari

    I am using javascript in an asp.net 2.0 site to attach events (or event listeners) to the 3 tab images in the editor (Normal, HTML, Preview).  The script is called in this way: <body onload='CE_attachEvent()'>function CE_attachEvent(){     // get the cute editor instance     var editor = ...
    Posted to Cute Editor for .NET (Forum) by rokinroj on February 24, 2006
  • Re: Multiple editors not working properly

    It seems multiple editors per page is broken. The second instance on the page seems to work properly, however the first does not behave correctly. For an example, see: <!DOCTYPE html><meta http-equiv=''X-UA-Compatible'' content=''IE=Edge''><meta charset=''utf-8''><title>wysihtml5 - multiple ...
    Posted to Cute Editor for PHP (Forum) by Minisuit on August 7, 2012
  • Re: Disabling Whisper function

    This is not right way.Setting disabling whisper from admin panel does not work, there is no conditional function in channel.aspx code like this:<%if(ChatWebUtility.GlobalShowSignoutButton){%> To disable Whisper only way is to comment out code here: Is there any functon/method to use with conditional?     ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by RafalL on June 17, 2011
  • DNN 4.8.2 and File Paths

    I have gone through what seems like hundreds of posts and I just can't get an understanding of this.   We are trying to define the default folder locations for files (docs, images, media etc.). The first problem is that there is a folder being created call ''Members'' and I have no idea where that is coming from. Registered users with edit ...
    Posted to Cute Editor for .NET (Forum) by jhoelz on April 9, 2008
  • Re: jquery.load("#div") and license error

    Sure thing, this is the javascript for the jquery:     <script src=''http://cutesoft.net/scripts/jquery-1.3.2.min.js'' type=''text/javascript''>     </script>     <script type=''text/javascript''>         function loadContent(url, id) {    ...
    Posted to Ajax Uploader (Forum) by kevinac4 on September 30, 2009
  • Editor Unusable under certain circumstances in Safari

    I have created an example.  Please go to http://kratos-dev.perfpathways.com/CuteEditorTest.aspx using Safari 4.0 (PC or Mac).  Then click the button that says ''ShowEditor''.  The page loads fine the first time but if you reload/refresh the page and click the button again the WYSIWYG doesn't have any contents and you cannot ...
    Posted to Cute Editor for .NET (Forum) by bczengel on September 1, 2009
  • Re: getHTML() doesn't work when Cute Editor is in a hidden div

    HI BruceWMorgan,   Before you use API getHTML() and SetHTML() you need to make sure Editor instance exists.   Please add the code below in your page and try again. <script runat=''server''>             public string loaderName; ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • Re: Display UserList on another page

    The function to use is GetLobbyInfoArray like this:                                              <div id=''channellistwithusers'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by craig88 on October 9, 2009
  • Re: clear editor1 using javascript

    Dear lonnie, Please refer to the following snippet:<%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Carriage Return Example</title> ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 6, 2011
  • Re: Absolute URL for Images and not HREF

    Dear cosmonaut,   Please follow steps:   1. Save the following code to edithtml.php, and copy it to your cuteeditor installation folder   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>      <head>    </head>     ...
    Posted to Cute Editor for PHP (Forum) by Eric on May 9, 2011
« First ... < Previous 62 63 64 65 66 Next > ... Last »