Search

You searched for the word(s):
Showing page 4 of 4 (37 total posts) < 1 second(s)
  • Re: Spell Checker

    Don't forget to add an app setting&nbsp;key to your web.config for the folder location of the dictionary file(s). &nbsp; &lt;appSettings&gt; &nbsp;&nbsp;&nbsp; &lt;add key=''DictionaryFolder'' value=''Spelling''/&gt; &lt;/appSettings&gt;
    Posted to Cute Editor for .NET (Forum) by BruceD on February 5, 2004
  • Re: Spell Checker

    I set this property in the page load event...but no luck. My example is below...can you tell me what you did to make it work? &nbsp; Private Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)&nbsp;&nbsp;If Me.ModalFrame.Visible = True Then&nbsp;&nbsp;&nbsp; Return&nbsp;&nbsp;End If&nbsp;&nbsp;Me.Suggestions.Attributes.Add(''onChange'', ...
    Posted to Cute Editor for .NET (Forum) by BruceD on February 3, 2004
  • Re: Asp.Net RequireFieldValidator and CE

    Your example includes...EnableClientScript=''False''...not True. Don't get me wrong validation does work as expected&nbsp;when configured as your example.
    Posted to Cute Editor for .NET (Forum) by BruceD on January 31, 2004
  • Re: Asp.Net RequireFieldValidator and CE

    I have the same problem...you must disable client side script for validation before the validator will actually ''validate'' the control. In an up-level browser it would be nice if you didn't have to round-trip to the server for validation.
    Posted to Cute Editor for .NET (Forum) by BruceD on January 30, 2004
  • Getting the "text" in the control, less HTML tags...

    How can I get the text in the control without all of the HTML generated by the control? I know....why would I want to right? Well I run this control in the IBuySpy Portal and a couple of our custom modules build abstracts out of content in the database during searches. As an example...an abstract may only return the first 100 characters of the ...
    Posted to Cute Editor for .NET (Forum) by BruceD on January 30, 2004
  • Re: How do I apply CCS styles to the StyleDropDown...

    Thanks...works like a charm...
    Posted to Cute Editor for .NET (Forum) by BruceD on January 26, 2004
  • How do I apply CCS styles to the StyleDropDown...

    I have seen the post that explains how to assign a style sheet to the editor to be displayed in the dropdown list box control for styles. But in my code behind...the editor doesn't exhibit the properties StyleDropDownMenuNames or StyleDropDownMenuList. And if I simply try to add my styles through the VS .NET property sheet for the StyleDropDown ...
    Posted to Cute Editor for .NET (Forum) by BruceD on January 22, 2004