Search

You searched for the word(s): .net 4.0
Showing page 185 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: how to generate cute editor in the code without using the tag prefix cute editor????

    <%@ Page Language=''vb''%><%@ Import Namespace=''CuteEditor'' %> <%         dim editor as new CuteEditor.Editor        editor.ID = ''Editor1'' %><html>    <head>       <title>ASP and ...
    Posted to Cute Editor for .NET (Forum) by scheineden on July 24, 2006
  • Re: CuteEditor for ASP in Safari

    Chad,   The Sarari API is very limited for RICH TEXT Editng. We are trying to do our best to make it work better.   >>2. Subscript & Superscript - that's great that it works for you.  How can we make it work for us?  What should we be checking?  What settings, etc. need to be looked over to ensure we are able ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 28, 2006
  • Button inside editing window

    Are you asking to implement a button inside CuteEditor's editing window to function as our ''add custom button'' on toolbar? Sorry I don't see the point for it. This is a HTML Editor, not visual studio, I wish we could be that powerful though :)   If I mis-understood your question, please try it in Microsoft Front Page first, if you can do ...
    Posted to Cute Editor for .NET (Forum) by Karen on April 27, 2006
  • Re: Struggling with PasetHTML()

    No problem. Here is another way (using ExecCommand): http://cutesoft.net/example/customization.aspx   CuteEditor.ToolControl tc = Editor1.ToolControls[''insertcustombutonhere''];   if(tc!=null)   {        System.Web.UI.WebControls.Image Image1 = new ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2005
  • Re: gallery module doesnt do anything when added

    One trick I sometimes use for debugging things like this is to view the page in question in a browser, then right-click and get the source to see what directory it is pointing to. You might find that the ~ is not returning the path you expect it to return. You could also do a messagebox or document.write to check the path.   I am pretty new ...
    Posted to ASP.Net Image Gallery (Forum) by JoshSommers on September 8, 2005
  • Re: Sitecore v5

    Andy,   You can find the source code of the examples in the CuteEditor download package.Here is the source code of the adding custom button: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: Oh! Why your Editor is OK?

    喔!  為什麼  你的Editor       可以?Oh!  Why    your Editor     is OK? 1. I input Chinese and English at the same line 2. and save the editor.XHTML into MS Access database >>> 3. then I reload the editor.XHTML, and it becaome a ...
    Posted to Cute Editor for .NET (Forum) by helladv on May 26, 2005
  • Re: Cannot get DEFAULT.ASPX working ...

    Paul, Glad to know you got it working. >>Getting the value from the CE:Editor tag using JavaScript  This example may help:  http://cutesoft.net/example/dad.html >>Getting the value from the CE:Editor tag using codebehind You can just use the Editor.Text property or Editor.XHTML property to get the value from the ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 1, 2005
  • Re: Icons and Dropdowns don't display on first call to Application

    The Cute Editor has a cache feature; so after the first time load the editor will load very fast. In the first time load, the Icons and Dropdowns should load normally and display normally. Can you do a test here? Please clear alll your temporary internet files before access the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2005
  • Re: Editing linktext

    Kohsel, The text attribute of the item element in the dropdown menu sets the text displayed in a Cute Editor dropdown menu data item when not rendering as rich style. This is not a link text. For details, please check: http://cutesoft.net/developer+guide/dropdown_configuration_file_structure.htm   Here are the two solutions ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 15, 2004