Search

You searched for the word(s): document
Showing page 9 of 325 (3,244 total posts) < 1 second(s)
  • Re: Error Messege

    I can do without it for right now, but for future reference I would need to know.____BOF____<%@LANGUAGE=''JAVASCRIPT''%><!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --><!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 ASP (Forum) by Eivo on January 3, 2007
  • Re: Javascript API to find caret (insertion point) position in the document.

    Try this: <SCRIPT LANGUAGE=JAVASCRIPT> function getCursorPos(textElement){  var cursorPos = -1;  if (textElement && textElement.createTextRange) {   var range = document.selection.createRange().duplicate();   range.setEndPoint('StartToEnd',range);   var start = ...
    Posted to Cute Editor for .NET (Forum) by a_fabre@hotmail.com on August 13, 2007
  • Re: Using CuteEditor as a FLASH selector

    Hi lanec,     You can try this way,It also valid for other file types.   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 30, 2008
  • Re: Having <a> links use target="_new"

    Dabbi,   The Target Attribute only support the following values:   _blank Load the linked document into a new blank window. This window is not named.  _media Load the linked document into the HTML content area of the Media Bar. Available in Microsoft Internet Explorer 6 or later. _parent Load the linked document into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2006
  • Re: Document Upload Path not working

    choeschen:I am also experiencing the issue where documents are not uploaded to the selected folder.  Can you share what your fix for this issue was.   Can you reproduce this issue in the following example?   http://phphtmledit.com/EnableAll.php   If not, please download the latest ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 18, 2009
  • Re: New Document Event

    hi,   please try the example page  below, it shows you how to catch the new button command. you can find the full command names ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 22, 2016
  • 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
  • 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
  • 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
  • Re: Allowing different file sizes for different document types

    Dear casso,   You can refer to the following snippet: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>       void InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on February 23, 2011
« First ... < Previous 7 8 9 10 11 Next > ... Last »