Search

You searched for the word(s):
Showing page 1747 of 1,762 (17,611 total posts) < 1 second(s)
  • 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
  • Re: <BR> instead of <P>?

    The.Cream, &nbsp; Put the following code into your style sheet: &nbsp; p { margin: 0em; } &nbsp; When the use press enter,&nbsp; we still have the correct &lt;p&gt; &lt;/p&gt; tag for a new paragraph and this is single line.
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004
  • Re: Table Percent Widths

    areeve, &nbsp; That is a bug. Thank you for pointing it out.&nbsp; I will look into this and write a fix for that soon. Yes, this works before version 2.2. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004
  • Re: CuteEditor Nested within another control

    Gavan, &nbsp; Yes, you can nest CuteEditor in another control. &nbsp; Please check the following example which show you how easy it can be to integrate the CuteEditor with the DataGrid. &nbsp; http://cutesoft.net/Example/DataGrid_vb.aspx &nbsp; You can find the source code of that example in the download package.
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004
  • Re: Inserting Image Links

    Arash, &nbsp; Have you changed the source code? &nbsp; In version 2.0, we don't have the picture links option.
    Posted to Cute Editor for ASP (Forum) by Adam on February 25, 2004