Search

You searched for the word(s):  
Showing page 1253 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Cute Editor Trial version for dotnetnuke 4.x

     Hi,   I am getting the below mentioned general exception. Is there any settings i have to change in the web config file?   General Exception   System.Configuration.ConfigurationErrorsException: Could not load type 'CuteEditor.Impl.EditorImageFileHandler' from assembly 'CuteEditor'. ...
    Posted to Cute Editor for .NET (Forum) by jyotsna on August 25, 2008
  • Re: Tables

    It works fine at your link.  I am not doing anything special with mine.  It just shrinks the cells to the smallest size instead of leaving them the width that I make them.  I am not using the save button in the editor though.  I have my own post back button since CE is only one field of the total form. 
    Posted to Cute Editor for ASP (Forum) by scb on August 22, 2008
  • Re: Cannot add to VS2008 toolbox, no intellisense

    I have the reason why this isn't going to work, thanks to Karen through Live Chat.   All my files are on a network.  It is a limitation of Visual Studio that CuteEditor needs to be developed in a local environment.   Therefore, I have to copy the site from our server to my local machine, and then publish it back to the server ...
    Posted to Cute Editor for .NET (Forum) by kitster on August 12, 2008
  • Vertical scroll bars not active for custom button ShowDialog()

    I've added a custom button and calling the ShowDialog() method to display the new window but the vertical scroll bars are not active. I've tried different settings for feature params but no luck.   Here is what I've tried so ...
    Posted to Cute Editor for .NET (Forum) by miliscent on August 8, 2008
  • Flash Video - player problem?

    Regarding the new flash video insert, there appear to be a little problem   When playing the video I get the text: NaNaNa / NaN:NaN overlayed on the controls icon, near the pause icon.   When I click play, for a split second the text 00:00:00 is displayed but then turns into NaNaNa etc.   Also, when I click on the full screen ...
    Posted to Cute Editor for .NET (Forum) by paulcreedy on July 17, 2008
  • change the working area size within javascript

    hi i have this code: var editor1 = document.getElementById('<%=Editor1.ClientID%>'); var relativeZoom = (val * 1.0) / (lastZoom * 1.0) ; lastZoom = val; var h = editor1.clientHeight; var w = editor1.clientWidth; h = h * relativeZoom; w = w * relativeZoom; editor1.clientWidth = w; editor1.clientHeight = h;     the ...
    Posted to Cute Editor for .NET (Forum) by Dovalle on July 13, 2008
  • Re: Changing Behavior of TAB Key

    Hi Adam,   Thanks for the suggestion. Unfortunately, setting TabSpaces to 0 doesn't work. Setting it either by adding TabSpaces=''0'' to the markup or by coding ctrlEditor.TabSpaces = 0 in the code-behind sets the editor to insert 4 nonbreaking spaces on a TAB. (I guess 4 is some sort of ''default'' setting.)   Your suggestion did ...
    Posted to Cute Editor for .NET (Forum) by jfennell on July 1, 2008
  • Help -- Cute Editor Problem when it resides in an iframe

    I've added cute editor to an existing website, asp.net 2.0. The left hand side of the main page is a menu for editing, and when you click on one of the links the editing page comes up in an iframe on the right hand side of the main page. I have 2 instances of cute editor text boxes in the page that loads in the iframe. What I''m experiencing ...
    Posted to Cute Editor for .NET (Forum) by medusa on June 25, 2008
  • Re: Make Changes to the Context Menu in version 6.0

    Using the .ASP version, this doesn't seem to answer all my questions about editing the contents of the context menus.  For example, I want to remove the 'insert' functionality yet when i edit the simple.config in the context menu directory nothing changes on my context menu.  You mentioned in another thread that setting the ...
    Posted to Cute Editor for ASP (Forum) by Glockster on May 19, 2008
  • Re: Relative VS Absolute url for images

    In what document do I use this command? I am having troubles to make IE and firefox to use absolute paths.   Tried it like this in my asp document:   --------------- DIM editor editor.ID = ''Editor1'' editor.RemoveServerNamesFromUrl=''true''  .... ---------------   But this makes no difference, so ...
    Posted to Cute Editor for .NET (Forum) by Jake_B on May 6, 2008