Search

You searched for the word(s): font
Showing page 100 of 216 (2,157 total posts) < 1 second(s)
  • Re: How to hide File Icons on pre-upload view when ManualStartUpload="true"

    Hi BenHolcombe, You can write your own queue table to achieve this requirement. The example below shows you how to achieve ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 19, 2012
  • Cut and paste issues with Safari on the Mac (CuteEditor 6.6)

    One of my users is complaining about erratic behaviour on Safari on the Mac. Their report is: - When entering text manually, pressing enter creates <p> tags; after cut-and-pasting from an external textpad document, any further editing reverts to <div /> tags after pressing enter. - When copying ...
    Posted to Cute Editor for .NET (Forum) by Dunc_NZ on April 3, 2012
  • Re: CSS Classes

    Hi Ken,   Any progress on this?   To further explain in my overall site I have a style, in a css style sheet. h1.golden {     color: #baae77;     border-bottom: 2px solid #d6cca0;     font-size: 22px;     padding: 5px 0 2px 0;     } How can this be applied to ...
    Posted to Cute Editor for .NET (Forum) by MichaelW on February 7, 2012
  • Problems with file upload and display

    We have a project with CuteEditor, which should be used by external companies. The internal version displays the bar of the CuteEditor correctly, but the external version (should be a copy - the admin says it is) displays the font and size boxes very wide - and so does not display the file attachment buttons. How can this be changed? I use the ...
    Posted to Cute Editor for .NET (Forum) by SchelloehB on January 12, 2012
  • Re: Custom Cancel All uploads

    Hi Pbanerji, The cancel all button is a part of the queue table, if you want to use a custom button to replace it, you need to write your own queue table. The example below shows you how to achieve it <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 10, 2012
  • Uploaders appears to stop running at Render() statement

    See code below.  The aspuploader code appears to work (doesn't generate any error messages) up to the Render() statement (Line 67) then goes blank.  Doesn't throw an error, just goes blank. The code produces these displays from the Response.write's: Start uploading manually This sample demonstrates how to start uploading ...
    Posted to ASP Uploader (Forum) by bbaldrober on December 26, 2011
  • Re: Cancell ALL ID

    Hi Jerry2, You can custom the cancel all button by custom the queue table <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Strange first try

    I'm using the sample code as taken from the Aspuploader website for manually initiating uploads, and I get this weird window.  Note the dropdown box just below the title.  The only entry in the dropdown box is the program containing the aspuploader code.  Any ideas?   Here's the window I get: ...
    Posted to Cute Editor for ASP (Forum) by bbaldrober on December 14, 2011
  • Re: CuteWebUI_AjaxUploader_OnQueueUI event

    Hi Kemal, 1. This event is activated even on load, when the form that contains the control is loaded for the first time, without click on the button uploadmedia, is this right? No, this event will fire after you select the files, and the upload in progressing. 2. I tried using this event to wrap this table in a div ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2011
  • Word content not pasting into cute editor

    Hi, When i copy the formatted content from word document and pasting it to the cute editor. It is not getting pasted in the cute editor as like as word document. For example: 1. <h1> tag content aligned center that will not reflected the cute editor.              2. Extra line ...
    Posted to Cute Editor for .NET (Forum) by mohaamsc on August 2, 2011