Search

You searched for the word(s):
< 1 second(s)
  • Re: "Fancy" Paragraph drop-down

    I found the option EnableFancyDropDownMenu and enabled it, even though I only want to enable it for the Paragraph menu.&nbsp; When I enabled it, it triggered a lot of JavaScript errors on the page.&nbsp; Also, the styles that appeared on the menu were in the styles associated with the content management application rather than the document being ...
    Posted to Cute Editor for .NET (Forum) by caitlin on March 3, 2004
  • Re: "Fancy" Paragraph drop-down

    The solution to this problem is still not clear to me. &nbsp; I added this line to my application kbEditor.ParagraphsList = new string[] {''Normal'',''Heading 3'',''Heading 4'', ''Formatted''}; &nbsp; This made the desired list of paragraph styles appear in the pulldown menu, but they were not formatted with their respective styles.&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by caitlin on March 3, 2004
  • Add event to Code Snippet Dropdown?

    In order to replace the functionality of the old editor in the content management application I'm updating, I need to add an event to the code snippet drop down change selection event.&nbsp; In my C# application I added this code in Page_Load: &nbsp; // ** This code is tested and works. edlistKBType = new DropDownList(); cmdType = new ...
    Posted to Cute Editor for .NET (Forum) by caitlin on March 3, 2004
  • Code Snippet drop down title

    Hello, &nbsp; How can I change the ''Code Snippet'' dropdown so that instead of ''Code Snippet'' it says something else?&nbsp; I would like it to say ''Document Templates'' because that's what we'll be using it for in our content management application. &nbsp; Also, how can I change the width of the Code Snippet dropdown?&nbsp; It is cutting ...
    Posted to Cute Editor for .NET (Forum) by caitlin on March 2, 2004