Search

You searched for the word(s):
Showing page 1750 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: "Fancy" Paragraph drop-down

    caitlin, &nbsp; Can you try the following code we used on our example? &nbsp; To customize paragraph dropdownlist,&nbsp; you need config the ParagraphsList property as followings: &nbsp; Editor1.ParagraphsList = new string[] {''Normal'',''Heading 1'',''Heading 2''}; &nbsp; &nbsp; &nbsp;&lt;%@ Page Language=''C#'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2004
  • Re: integrating into dotnetnuke

    &nbsp; EditHtml.ascx &lt;%@ Register TagPrefix=''ftb'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;%@ Control language=''vb'' Inherits=''DotNetNuke.EditHtml'' CodeBehind=''EditHtml.ascx.vb'' AutoEventWireup=''false'' Explicit=''True'' %&gt; &lt;%@ Register TagPrefix=''Portal'' TagName=''Title'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2004
  • Re: integrating into dotnetnuke

    OK. If you can't post the code, I will find the code lwe have and post here for your reference.
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2004
  • Re: Latest Version of CuteEditor for ASP

    Email us at sales@cutesoft.net specifying your email address used when ordering.
    Posted to Cute Editor for ASP (Forum) by Adam on March 2, 2004
  • Re: Can't save to file

    Peter: &nbsp; Sometimes it is saved but the most of the time it isn't. &nbsp; &nbsp; I believe the web browsers cacheand maintain a local copy of static web pages and other related items on your disk or memory to speedup reloading of previously visited pages. &nbsp; Make&nbsp;sure you&nbsp;clear your browser's cache before you see the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2004
  • Re: 2.2

    We fixed a couple of bugs (include the translation mistakes) based on feedbacks. The big improvement we added in version 2.2 is CuteEditor support XHTML now. Besides this, we also add the edit row property, edit cell property features. &nbsp; Sorry for the late response.
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2004
  • Re: Code Snippet drop down title

    Caitlin, &nbsp; How can I change the ''Code Snippet'' dropdown so that instead of ''Code Snippet'' it says something else?&nbsp; I would like it to say ''Document Templates'' because that's what we'll be using it for in our content management application. &nbsp; Set Editor.CodeSnippetsDropDownTitle Property to the title you ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2004
  • Re: Transelate the tooltip

    Hi pnr, &nbsp; We use powerful .NET satellite assembly localization mechanism in ASP.NET. In the runtime CuteEditor control&nbsp; load localized resources dynamically at runtimes from satellite assemblies based on the culture specified by developers. This language-specific resource files are created and maintained by us.&nbsp; Many developers ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2004
  • Re: Can't save to file

    Pnr, &nbsp; Make sure ASPNET account has write permissions and your session doesn't expire. &nbsp; Can you test it without usiing session variable? &nbsp; private void gem_ServerClick(object sender, System.EventArgs e) { Editor1.SaveFile(''brugere/test/sider/'' + filNavn.Value + ''.htm''); }
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2004
  • Re: Modify Insert Table

    Mike, &nbsp; valign is not a valid attribute for the table element,&nbsp; I suggest&nbsp;you move the valign=''top'' to the &lt;td&gt; element instead.
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004