Search

You searched for the word(s):
Showing page 4 of 7 (65 total posts) < 1 second(s)
  • File Upload settings problem: httpRuntime limit

    I am trying to increase the size of flash uploads (to allow videos).&nbsp; I have used the following code: &nbsp; 'enable larger file upload Editor1.SetSecurityMaxFlashSize(25000) '25MB max 'enable larger total folder size Editor1.SetSecurityMaxDocumentFolderSize(250000) '250MB max &nbsp; However, when I attempt to upload a 13MB file, ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 22, 2007
  • Problems with inserted spaces

    I wrote about this before, and it is still a problem. &nbsp; Example;&nbsp; I want to create the following &nbsp; David enjoys people and has a heart for the person in pain. &nbsp; I use the following code: &nbsp; &lt;p&gt;&lt;strong&gt;&lt;font style=''color: #000080'' color=''#008000'' size=''3''&gt;D&lt;/font&gt;&lt;/strong&gt;&lt;font ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 21, 2007
  • Re: Document Selector Case problems with master page

    OK - it is all working now.&nbsp; I had a problem with not checking for page.IsPostBack on one of my routines that was causing the text fields to be cleared...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 17, 2007
  • Re: Document Selector Case problems with master page

    I tried using ctl00$ContentPlaceHolder1$docFld on the TestFileGrabber.aspx page.&nbsp; Now the button does not do anything (check it out - I uploaded it). &nbsp; I note that the CE editor ID is not&nbsp;&nbsp;ctl00$ContentPlaceHolder1 but&nbsp;&nbsp;ctl00$ContentPlaceHolder1$Editor1.&nbsp; I also tried to ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 17, 2007
  • Document Selector Case problems with master page

    I have taken your example code for a file selector and placed it within a content block on a page that uses a master page.&nbsp; While the selector portion works, the selected file does not show up in the textbox. &nbsp; The code on the page (in the &lt;asp:Content&gt;&lt;/asp:Content&gt; area) is identical to the content between the ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 16, 2007
  • Object Reference Error

    Forget it - my mistake.
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 11, 2007
  • Re: Replacing & in QueryStrings with &amp;

    Ah ha!&nbsp; Another XHTML goodie!&nbsp; Thanks for telling me.&nbsp; I will leave ''as is''...&nbsp; since I want it validated... :)
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 8, 2007
  • Replacing & in QueryStrings with &amp;

    I do not see any benefit for replacing the &amp; characters in a hyperlink querystring with &amp;amp; (although it still works).&nbsp; Is this something you can change? &nbsp; Thanks, &nbsp; Eric &nbsp; P.S. using XHTML method
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 8, 2007
  • Deprecated XHTML tags

    The editor creates deprecated tags in XHTML such as height, width, bgcolor (in tables).&nbsp; Also, border in image tags. &nbsp; Is this something you will change so as not to generate deprecated tags? &nbsp; Just wanting to have ''clean'' XHTML pages...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 8, 2007
  • Adding spaces in tables

    I create a table row, and place a 5 px spacer in it, and set a cell height as 5 px.&nbsp; Works great... until I save it (from the XHTML method).&nbsp; This method adds a space after the image, before the &lt;td&gt;, which, of course, messes up the spacing. &nbsp; Is this space required by XHTML, or is this a bug?&nbsp; If not a bug, how can I ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 8, 2007
« First ... < Previous 2 3 4 5 6 Next > ... Last »