Search

You searched for the word(s):
Showing page 3 of 3 (28 total posts) < 1 second(s)
  • Re: How to set background color

    Now i have done it this way: &nbsp; in page_load: &nbsp; Editor1.EditorBgColor = ''#031DA1''; &nbsp; &nbsp; in save: &nbsp; StreamWriter sw = new StreamWriter(Server.MapPath(sti + ''/brugere/''+ Session[''kundenr''] + ''/sider/default.htm'')); sw.Write(''&lt;body ...
    Posted to Cute Editor for .NET (Forum) by pnr on March 4, 2004
  • How to set background color

    How can i set the background color for the document?
    Posted to Cute Editor for .NET (Forum) by pnr on March 3, 2004
  • Re: Can't save to file

    Thanks very much Julien! &nbsp; Now i can save the code, i have done it like this: StreamWriter sw = new StreamWriter(Server.MapPath(sti + ''/brugere/''+ Session[''kundenr''] + ''/default.htm'')); sw.Write(Editor1.Text); sw.Close(); &nbsp;
    Posted to Cute Editor for .NET (Forum) by pnr on March 3, 2004
  • Re: Can't save to file

    I have also tried adding this to the page_Load in the .cs file: &nbsp; Response.Expires = -1; Response.AddHeader(''pragma'', ''no-cache''); Response.CacheControl=''no-cache''; Response.AddHeader(''cache-control'', ''no-store''); &nbsp; Still not working, it somtimes works when i add text to the file, but when i delete some text in the file ...
    Posted to Cute Editor for .NET (Forum) by pnr on March 2, 2004
  • Re: Can't save to file

    I have added this in top of the aspx file: &nbsp; &nbsp;&nbsp;&lt;META HTTP-EQUIV=''Expires'' CONTENT=''Fri, Jun 12 1981 08:20:00 GMT''&gt;&nbsp;&lt;META HTTP-EQUIV=''Pragma'' CONTENT=''no-cache''&gt;&nbsp;&lt;META HTTP-EQUIV=''Cache-Control'' CONTENT=''no-cache''&gt; It is now saving more offen but not all the time, why is this a&nbsp;problem ...
    Posted to Cute Editor for .NET (Forum) by pnr on March 2, 2004
  • Re: Can't save to file

    &nbsp; I have tried that but still the same problem. I found out that when I have loaded the file: &nbsp; Editor1.LoadHtml(''brugere/1/default.htm''); &nbsp; The file is locked until I have made changes to the code and compiled it again, when I have done that the changes I have made in CuteEditor before I compiled is saved to the ...
    Posted to Cute Editor for .NET (Forum) by pnr on March 2, 2004
  • Can't save to file

    I am having som problems saving the html code to an file. &nbsp; private void gem_ServerClick(object sender, System.EventArgs e) { Editor1.SaveFile(''brugere/'' + Session[''kundenr''] + ''/sider/'' + filNavn.Value + ''.htm''); } &nbsp; Sometimes it is saved but the most of the time it isn't. &nbsp; What do i do wrong?
    Posted to Cute Editor for .NET (Forum) by pnr on February 29, 2004
  • Transelate the tooltip

    Is it possible to transelate the tooltip's on the menubar to danish? &nbsp;
    Posted to Cute Editor for .NET (Forum) by pnr on February 29, 2004