Search

You searched for the word(s):
Showing page 1 of 2 (12 total posts) < 1 second(s)
  • Re: Upgrade from V5 to V6 Gives Error - Object reference not sent to an instance of an object

    The problem from converting&nbsp;or upgrading from the 5.3 to the 6.0 version was the fact that you have changed the path and property names, etc. in the CuteEditor.&nbsp; I created my own security config file a few years ago and the property value was... SecurityPolicyFile=''mypolicyname.config'' AutoConfigure=''none'' Now I had to ...
    Posted to Cute Editor for .NET (Forum) by JonE on March 1, 2008
  • Re: cuteeditor in a panel causes "File does not exist" exception (.net 2.0)

    I have the exact same issue.&nbsp; I have the latest code from your site (version 6.0.0.0) and I completely removed all references of my 5.3 version. I even used the fusion log viewer to make sure that it was only getting the latest version of the dll. &nbsp; I completely removed the CuteSoft_Client folder and put the new one in place from your ...
    Posted to Cute Editor for .NET (Forum) by JonE on March 1, 2008
  • Upgrade from V5 to V6 Gives Error - Object reference not sent to an instance of an object

    &nbsp; I recently upgraded from V5 to V6 of CuteEditor for .NET and I am getting the following error when when I try to open a new page with the CuteEditor in it.&nbsp; Visual Studio breaks at any line item trying to use the editor. It's like the editor never initializes on the page.&nbsp; Here is an the ...
    Posted to Cute Editor for .NET (Forum) by JonE on February 28, 2008
  • Re: Executing a button event on the cute editor form

    The command you provided... &nbsp; editor1.ExecCommand(''PostBack''); &nbsp; works, but when I try to capture the event in vb, the e.CommandName value of the System.Web.UI.WebControls.CommandEventArgs comes back as 'undefined'.&nbsp; I tried the following... &nbsp; editor1.ExecCommand(''PostBack'',''Save''); &nbsp; I was hoping that ...
    Posted to Cute Editor for .NET (Forum) by JonE on December 18, 2006
  • Executing a button event on the cute editor form

    I know how to capture the 'Save' button event in my code behind page.&nbsp; What I want to do is to be able to fire the Save button's click event using JavaScript on the client side.&nbsp; I have a timeout JavaScript function that runs every 5min.&nbsp; I want it to execute (fire) the Save button's click event so that it posts back with the proper ...
    Posted to Cute Editor for .NET (Forum) by JonE on December 18, 2006
  • Catching the Return Key and the Tab Key

    I am trying to catch the return key and the tab key when inside a CE.&nbsp; I want to tab to the next form field when the user uses the tab key; I don't want to insert spaces.&nbsp; I also want to catch the return character and not allow them to hit return. &nbsp; I am trying to follow the following article you had presented to me ...
    Posted to Cute Editor for .NET (Forum) by JonE on August 10, 2006
  • Re: Using CuteEditor as a Simple TextBox Form Field

    No one has gotten back to me on some of the questions I had.&nbsp; How can I make the editor look like a normal text box without the thick border, make it the same color, and to remove all the extra space (margin) on the left of the text in the editor where I type? &nbsp; Thanks for the help.
    Posted to Cute Editor for .NET (Forum) by JonE on August 9, 2006
  • Re: Using CuteEditor as a Simple TextBox Form Field

    Thanks for the reply Adam.&nbsp; That gets me there partially.&nbsp; It shows me how to limit the size and remove return key functionality. &nbsp; Am I also to&nbsp;assume then that to solve some of&nbsp;my other questions... &nbsp;- I can use the attachevent and detachevent javascript to attach an event for onblur? &nbsp;- I can write a ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 28, 2006
  • Using CuteEditor as a Simple TextBox Form Field

    I'm new to CuteEditor, but I like it's flexibility so far.&nbsp; I am creating an email section to our website for feedback and I am using CE as the text area for the user's message.&nbsp; I would like to also&nbsp;make the 'To' field as a CE, but I'm&nbsp;having problems figuring out how to dumb it down.&nbsp; I have already removed all the ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 27, 2006
  • Re: Create Popup on Icon (image) Click

    I think I found a solution for what I need.&nbsp; You can continue to override the built-in New button as in my first example, but then just call your&nbsp;editor1.ExecCommand(''New'');&nbsp; javascript.&nbsp; I resolved my one issue above by just creating an additional argument to my javascript function for the Editor Client ID property.&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 14, 2006
1 2 Next >