Search

You searched for the word(s): document
Showing page 177 of 325 (3,244 total posts) < 1 second(s)
  • Re: General problems using CuteEditor 5.1

    I don't believe that it depends on the configuration file, because with your virgin default.config you get the same result. But here is my version: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <contextmenu> <item name=''Editing'' value=''True''/> <item name=''Format'' value=''True''/> <item ...
    Posted to Cute Editor for .NET (Forum) by mwinkler on January 23, 2006
  • Re: Problem with relative / absolute image-paths

    Well - OK if I enter a relative path it stays relative. Sounds logical - but if I click on the insert image button (it doesn't) matter which one I automatically get an relative path. Wenn saving this file directly the path stays relative. When I then reopen the document and save it again the path is converted to an absolute path.  This ...
    Posted to Cute Editor for .NET (Forum) by linchen on April 20, 2005
  • Re: Manual upload with visible="false"

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="_myStartUploadingManually.aspx.cs" Inherits="AJAXUploader_new_version_basic_samples._myStartUploadingManually" %>  <%@ Register ...
    Posted to Ajax Uploader (Forum) by AlxReiter on November 13, 2012
  • Re: Any way to suppress the scroll bars in the Editor?

    Hi Richard Schaefer,   In method ''CuteEditor_OnInitialized'', editor will as a parameter. You can use it directly.   Below it an example to show you how to switche the scroll bar state between on and off.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 12, 2010
  • Re: Moving the editor in the DOM

    Thanks for the links but this is not quite what I am looking for.   UserFloatToolbar.aspx - Unfortunatly this only unclutters the interface when the user is not activly working with an instance of cuteeditor. It requires that each editable area on my page is displayed as a text box with a fixed height and width (I don't want this, I will ...
    Posted to Cute Editor for .NET (Forum) by Megabeans on June 17, 2009
  • Re: In .Net 1.1 Your Demo seems do not work during a PostBack

    I've Just click on the remove link (in the G-mail sample) after several document was upload.   And then IHM is reset, lost all other upload document in your Control.   I've trying this sample on 2 computers (dev and server) and i still have the same problem.    I've used the web application in the folder :  Framework ...
    Posted to Ajax Uploader (Forum) by systalians on October 6, 2008
  • Re: Customization Toolbar Dotnetnuke???

    Adam,   there are no duplicate entries in the common.config file for FormatBlock, FontName and FontSize. After removing the FormatBlock, FontName and FontSize entries from the common.config, there are no double entries in the dropdownlist. But why are entries in the dropdownlist, after I remove the entries in the common.config file ...
    Posted to Cute Editor for .NET (Forum) by fabert on April 20, 2007
  • Re: Problem when publishing to production test server...

    The code   <asp:UpdatePanel ID=''UploadPanel'' class=''window'' ClientIDMode=''Static'' UpdateMode=''Conditional'' runat=''server'' style=''padding:25px; min-width:500px; width:auto; max-width:1000px; display:none; '' > <ContentTemplate>   <script type=''text/javascript''> function submitbutton_click() ...
    Posted to Ajax Uploader (Forum) by ScottDolan on November 1, 2011
  • Re: Obtaining Selected Image HTML

    Hi BinbinB, Please try the example below <%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 17, 2011
  • Javascript Not Working in Firefox

    I built my own CuteEditor hyperlink insertion feature (for various reasons).  Here is what happens...   1.  You click on an ASP/VB.Net ImageButton that opens an AJAX modal popup. 2.  You input the hyperlink's display text and URL into the modal popup then click an ASP/VB.Net button. 3.  A Javascript is invoked that ...
    Posted to Cute Editor for .NET (Forum) by MDCragg on October 31, 2009