Search

You searched for the word(s):
< 1 second(s)
  • Re: Problem with custom button

    Hi Ken, &nbsp; I'm sorry but I'm explained wrong. &nbsp; I refer to 'PasteHTML'&nbsp;param. How many differents actions could be posiible with ExecCommand (PasteHTML, FormatBlock) ? &nbsp; Thanks for the fast answer &nbsp; Regards &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 22, 2009
  • Re: Problem with custom button

    Ok Adam, &nbsp; Thanks so much. &nbsp; Where can I see the list of params of ExecCommand? &nbsp; I searched yesterday but I can`t find it. &nbsp; Regards &nbsp;
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 22, 2009
  • Problem with custom button

    Hi, &nbsp; I create a custom button and it doesn`t work fine. &nbsp; Here's my code: &nbsp; protected void Page_Load(object sender, EventArgs e) { Editor1.ThemeType = ThemeType.Office2007; AddButton(); } &nbsp; protected void AddButton() { WebControl ctrl=Editor1.CreateCommandButton(''Titulo'',''text.gif'',''titulo''); ...
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 21, 2009
  • Re: Problem with icons in toolbar

    Hi Ken, &nbsp; Now works fine. &nbsp; &nbsp; Where can I find the list of the imagename from buttons? I read the documentation but I can&#180;t find it. &nbsp; Thanks for all &nbsp; &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 15, 2009
  • Re: Error in Dialog

    Ok Adam, &nbsp; I'll take a look and ask you later. &nbsp; I think that with your component do these actions are easier than I think. &nbsp; Thanks
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 2, 2009
  • Error in Dialog

    Hi, &nbsp; I have a problem when I try to open a Dialog from a button in the toolbar. &nbsp; I need work something like PDF button appears in your forum toolbar. &nbsp; The error is in line 1 in dialog page at the attribute inherits. When I change CuteEditor.Dialogs.FileBrowserPage by System.web.ui.page or something like that works ...
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 1, 2009
  • Re: Problem with icons in toolbar

    Hi Ken, This is the code in the client side os aspx page: &nbsp; &lt;%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''ControlMenuPrincipal.aspx.cs'' Inherits=''HTMLEditor_ControlMenuPrincipal'' %&gt; &lt;%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' Namespace=''CuteEditor'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD ...
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 1, 2009
  • Problem with icons in toolbar

    Hi, &nbsp; When I created a custom toolbar with only&nbsp;six buttons (bold, italic, underline, ordered list, subscript and&nbsp;superscript) there are two images that doesn&#180;t appear (underline and ordered list). &nbsp; I check the source code generated by the cute editor and I see that the image is shown by&nbsp;httphandler ...
    Posted to Cute Editor for .NET (Forum) by neo_inet on April 1, 2009