Search

You searched for the word(s):  
Showing page 163 of 4,987 (49,864 total posts) < 1 second(s)
  • Full screen menu items not relocating properly

    Internet explorer:   Normal mode is:     Note how dropdowns are properly on second row.   After full screen, now look (scroll right to see problem):         See how toolbars are right-justified!?   How to fix this?   Configuration file has g_start and g_end surrounding drop down ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 16, 2007
  • Re: Spellchecker does not work in Firefox

    Event Type:      WarningEvent Source:      ASP.NET 2.0.50727.0Event Category:      Web Event Event ID:      1309Date:            ...
    Posted to Cute Editor for .NET (Forum) by Mariette on May 25, 2006
  • Re: CssClass dropdown automagically populated but stylesheet not applied to edit window

    I have found a way to make this work:   If I use the path /projectname/css/style.aspx it works so this issue seems to be caused by the tilde(~). From what I see the css attached to the frame has the path ~/blah/blah ... this path should really be expanded to the full path.   Anyhow, I have a way that even lets me import external ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on July 11, 2008
  • Saving HTML to Database

    The SavedHTML field in my SQL Server DB is seen like this via Management Studio:  (ver 1)   &lt;p&gt;&lt;table style=&quot;WIDTH: 100%; BORDER-COLLAPSE: collapse&quot; cellspacing=&quot;0&quot; cellpadding=&quot;10&quot; border=&quot;0&quot;&gt;    ...
    Posted to Cute Editor for .NET (Forum) by plord on October 17, 2006
  • Re: Error message on load

    That page produces no error.  I tried creating a custom menu bar, I guess maybe that's what caused the error.  Can someone see if there is an error in the menu bar code?  I've placed it in the AutoConfigure folder.   Thanks, -David   <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for PHP (Forum) by infringer on September 5, 2008
  • Re: Customize the look & feel of error message alert window

    Hi Ken,   I used your example and added an alert at the start of the error event funtion, like that: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="DD.UI.test" %> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" ...
    Posted to Ajax Uploader (Forum) by novi on September 19, 2013
  • Using setHTML problem when string is blank.

    I am using the editor to edit the contents of some table cells.   The editor is on a panel that I display only when the cell to edit is clicked.  After editing I hide the panel and update the table cell with the editors text.   Overall this works fine, but if I go to edit a cell that is blank the setHTML function will not put ...
    Posted to Cute Editor for .NET (Forum) by TAG on March 16, 2011
  • How to customize the UI

    I've tried looking in the documentation, but it wasn't clear to me at all.   I'm trying to adjust the interface part where the file  is uploaded and displays the name. It looks like it gets rendered in a white table. There is a file attachment icon and a green checkbox.   I've tried editing every background color field ...
    Posted to Ajax Uploader (Forum) by jbruso on December 28, 2010
  • Re: Large File Upload with Confirmation E-mail Support

    Dear Darin,   Please refer to the following code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bc00d4b0e43ec38d'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on December 24, 2010
  • Re: ISAPI Rewrite of URL not being picked up after image upload

    Hi debdba,   Please try the example below   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>     <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to ASP Uploader (Forum) by Kenneth on July 7, 2010