Search

You searched for the word(s): document
Showing page 247 of 325 (3,244 total posts) < 1 second(s)
  • Stylization of AjaxUploader

    I am using IE7 and I cannot seem to stylize the header of the AjaxUploaderAttachmentsTable.  When I inspect the DOM document using IE Developer Toolbar, I notice that the header is not contained within a TD or a TR section.  The attached image shows that the header TD does not have any (or not valid) TD elements.  Is this done on ...
    Posted to Ajax Uploader (Forum) by blamoureux on July 22, 2009
  • Clicking on the Upload button gives 'Object Expected' error

    Hi,   I was trying to install your trial version. I have created a sample page in my application.   I am getting 'Object Expected' error in IE 8 beta and  nothing happening (just page reloads) in Firefox 3.0.4 in Windows XP machine while I clicked on the 'Upload Multiple files Now' button.   I did all the ...
    Posted to Ajax Uploader (Forum) by elantra on December 3, 2008
  • Strange replace problem with UrlType.Absolute

    The editor replaces the text inside the hyperlink when you use UrlType.Absolute.   You can reproduce the problem by following steps: 1. Go to http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx 2. Switch to option Absolute Urls 3. Clear all content by clicking ''New document'' button 4. Create a hyperlink, ...
    Posted to Cute Editor for .NET (Forum) by Global-e on October 22, 2008
  • Re: How to get started with Cute Editor

    Hi jfeeney,   you can try following code   <%@ Page Language=''C#'' %> <%@ 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''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 5, 2008
  • editable regions and ftp

    2 questions... Is there a way in the control to only allow editing of certain areas of an html document, for example only those areas contained within EditableRegion tags, as used in dreamweaver?  I see that there is a read-only attribute, but it looks like it only applies to the entire editor, not to specific sections of code. ...
    Posted to Cute Editor for .NET (Forum) by ywp on September 8, 2008
  • This must be simple but...

    I can't quite figure it out, and would appreciate someone telling me if it can be done..   I have a custom function which removes unesessary html characters, (the built in ones have a number of issues, and I need to filter some specific tags). Currently I have added a new button to the toolbar, that the user can click but this happens after ...
    Posted to Cute Editor for .NET (Forum) by zaggle on July 15, 2008
  • Re: Inserting an image at current cursor position.

    I managed to fix this issue. I essentially store the selection while my popup is open, then restore it when I'm closing it. Here's the code:   getSelection = function() {     var c = document.getElementById('cuteEditor1');     if(c){         return ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 17, 2008
  • Problem upgrading Framework 1.1 to 2.0 - editor definition gets 'object expected' Jscript error?

    We are upgrading our Framework 1.1 ASP.NET application to 2.0.  I used the Visual Studio 2005 conversion wizard, all modules converted with no problem except the three in which we use the CuteSoft editor.   I manually converted those to create the .aspx, designer and .vb files.  The site now compiles in VS2005 (there are ...
    Posted to Cute Editor for .NET (Forum) by rockford on March 7, 2008
  • Re: Extra Line Breaks

    OK, maybe I need to explain further. When I recall a document to the editor from database...the formatting is perfect until I switch the editor to html view...when my code is re-written by the editor and my formatting is destroyed. This also happens when there is a postback event on the page.   Is there any suppport for this product?? ...
    Posted to Cute Editor for .NET (Forum) by hawkeye on May 30, 2007
  • How to use CuteEditor with 3rd Party Uploader?

    Hi...   I have 2 web site. One has default asp.net uploader. The Other has 3rd Party Uploader.   So, web.config are different.   Same Source, The first one works fine. Second one(with 3rd Party Uploader), doesn't work.   The Error Message is ''Image is in the wrong format''   So, I looked up ...
    Posted to Cute Editor for .NET (Forum) by coverboy on May 22, 2007