Search

You searched for the word(s):
Showing page 27 of 28 (273 total posts) < 1 second(s)
  • Re: Full screen mode loosing toolbar buttons and normal html buttons

    Its the latest 5.3 we only started using it about 3 months ago. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 3, 2006
  • Full screen mode loosing toolbar buttons and normal html buttons

    Hi &nbsp; When users switch&nbsp;to full screen mode if the page is long we have noticed that the toolbar buttons scroll away. We cannot get back to them, also we noticed the bottom html, normal buttons are not there. Finally we noticed the scrollbar used for scrolling is the browser scrollbar and not the editors. (IE6) &nbsp; I noticed in ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 3, 2006
  • Add buttons to HTML toolbar

    Hi &nbsp; I can add&nbsp;custom buttons&nbsp;to the normal view toolbar without a problem. Is it possible to add custom buttons to the HTML view toolbar? If so how? &nbsp; Thanks Andy
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 29, 2006
  • Re: Change EditorWysiwygModeCss then looses event postback

    Finally solved this one. &nbsp; I found that I have to change the EditorWysiwygModeCSS in the Editor.Init event (not the page.init as mentioned elsewhere in formum). If I change it here then the other events work as they should.
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 25, 2006
  • Re: Issues with Explorer 5.5

    Hi &nbsp; Tried the above page and there were no activex errors. &nbsp; I cannot change any settings or even look at the settings because all the support has been outsourced and support is next to none! Unfortunately half of our customer base is stuck on this platform (approx 2000 users)&nbsp;for the next 18 months. Which is a shame because we ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 22, 2006
  • Re: Quotes in HTML tags go missing

    Hi &nbsp; I can see it replaces the tags in the above example, initially I could not get mine to do the same. &nbsp; However I found using the XHTML property it replaces the tags. Is this what you are using on this page? &nbsp; Until now we have only been using the text property to set and get the text. Are there any problems with using ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 22, 2006
  • Issues with Explorer 5.5

    Hi &nbsp; I have been testing the editor for use on our client machines. We have no problem in IE6 firefox etc, but in IE5.5 we have some strange issues. Also I cannot get them to upgrade as the machines are locked down (very locked down) by fujitsu and they will not be upgrading until they get new machines scheduled to finish in 18 ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 21, 2006
  • Quotes in HTML tags go missing

    Hi &nbsp; I have noticed that when I type in some html e.g. &lt;img&nbsp;alt=''hello'' src=''wiggle.jpg'' height=''10'' width=''10'' /&gt; and then switch views back to normal or save then the quotes go missing from the alt, height, width fields and others, yet remains on the src! &nbsp; It also removes the quotes when I do a pasteHTML on the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 21, 2006
  • Re: Error when trying to save...

    Hi &nbsp; Adam is right about this in that its not the editor causing the problem, its the way you are creating the stored proc parameters. &nbsp; You are using&nbsp;&nbsp; .Parameters.AddWithValue(''@Description'', sDesc) &nbsp; This will try to determine the type and length from the string being passed to it and not the database ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 21, 2006
  • Re: Change EditorWysiwygModeCss then looses event postback

    Hi &nbsp; Took the above and tweaked to add the save code too see below (HTML is as yours), and it still misses the event. The CSS changes fine, but&nbsp;when I click save after changing the CSS it doesnt work, I have to click it twice. &nbsp; Have stuck in breakpoints to see when code is being hit and it doesnt even go into the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 21, 2006