Search

You searched for the word(s):  
Showing page 1242 of 4,987 (49,864 total posts) < 1 second(s)
  • Some anomalies in Cute Editor for ASP version 6.6

    First, congratulations for the product works really well, but I found some anomalies in Firefox (version 3.6.9) and Opera (version 10.62).   The problem is related to DropDown elements and RenderRichDropDown property.   Firefox RenderRichDropDown = true - items are displayed outside the editor box (but work) RenderRichDropDown = ...
    Posted to Cute Editor for ASP (Forum) by netrobos on September 10, 2010
  • Re: I would like to use Javascript to call some of the menu and context function in Cute Editor

    Dear eliasjo,   You can call menubar actions from javascript, you can refer to online demo http://cutesoft.net/asp/JavaScript-API.asp, its source code can be found in download package. Toolbar hide, please refer to  http://cutesoft.net/asp/document/scr/Howto_Change_layout_of_the_toolbars.htm , if you click button ''ExecCommand'', ...
    Posted to Cute Editor for ASP (Forum) by Eric on August 30, 2010
  • Is there a way for any new images added to the control to have a position: absolute default?

    I just recently installed the CuteEditor.  I really like the features.  I'd like to create a page, so that when I drag and drop an image onto the editor, it defaults to ''position: absolute'' rather than the way it current enters the img tag, which is with no position: style setting Is there any way to do that? Thank ...
    Posted to Cute Editor for ASP (Forum) by eliasjo on August 26, 2010
  • File Browser Question

    Hi. I've did some searching on my issue but haven't had much luck. I am wondering if there is an option within the file browser to filter what the users see as far as directory structure? Currently it is a ''very deep'' path to get to their respective folders for images/docs etc. and it would be alot cleaner if they were starting at a ...
    Posted to Cute Editor for .NET (Forum) by Dennym on August 19, 2010
  • Re: Error when upload the image file to database

    Hi the error is reported by our user, we cannot repeat the same error. checked the database found the most of upload files cut off at 65536 bytes and the Uploader_FileUploaded event have not been fired yet. looked around the forum, we found one similar issue, http://cutesoft.net/forums/thread/47795.aspx.   so we changed the uploadtype ...
    Posted to Ajax Uploader (Forum) by hongMel on August 4, 2010
  • Adding custom button in 6.6

    I have downloaded version 6.6 and integrated our application with that,   The issue I am running into is that the below code use to work fine, But now the image is not showing, please check -   int pos = Editor1.ToolControls.IndexOf(''ImageMap'') + 2;   WebControl ctrl = Editor1.CreateCommandButton(''BtnCode'', ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 30, 2010
  • how to fully initiate the editor by js

    I think I found a fundentmental issue: If I put an editor in <div id=''div1'' style=''display :none;''></div> , the editor won't be completed loaded when the page loads up. When I first fire the js function to set document.getElementById(''<%=txtcurrentDiv.clientid %>'').style.display='''' , it finanlly get it initiated. (I ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on May 20, 2010
  • Re: Ajax Uploader in MVC deletres ALL pages from History

    We also tried it in FireFox with 1 image (i.e. 1 uploader) and it seems to work. But when you put a few uploaders on the page, that seems to be the problem.   The way we are putting several (infact 10) uploaders on the page is   First Uploader using (CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by hassan on May 11, 2010
  • Re: Client-side script to disable the Editor?

    Adam,   I don't see how that example applies. We've already got the Editor on the page and configured the toolbars with our own buttons, etc. I need to know if there is a way to disable the Editor control in Javascript on the client side. Removing the toolbars or not is a secondary requirement.    There is a textbox on the ...
    Posted to Cute Editor for .NET (Forum) by Richard Schaefer on April 16, 2010
  • More issues with Image Gallery Popup

    We have a complex form with a CuteEdit.Net editor control on it. I originally reported a problem with the popups for Insert Image, Image Gallery and Template Gallery conflicting with other ASP.Net controls on the page and not rendering correctly. The recommendation was to add ''UseStandardDialog=True''. We did so. Now on the Insert ...
    Posted to Cute Editor for .NET (Forum) by Richard Schaefer on April 13, 2010