Search

You searched for the word(s):
Showing page 1 of 2 (15 total posts) < 1 second(s)
  • Re: Pasting from Word

    Hi Ken, &nbsp; thanks for the reply that accomplished what I wanted. Posting my solution here in case it is useful to anyone else: &nbsp;&lt;script type=&#39;text/javascript&#39;&gt; &nbsp; &nbsp; function RichTextEditor_OnPasteFilter(editor, info) { &nbsp; &nbsp; &nbsp; &nbsp; var html = info.Arguments[0]; &nbsp; &nbsp; &nbsp; &nbsp; var cmd = ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on February 5, 2013
  • Pasting from Word

    Recently purchased the editor and only have one issue: &nbsp; I was able to recreate on the demo. When pasting form word, paragraphs are pasted with &lt;p&gt; &nbsp;tags. Is there a way to change this to &lt;div&gt; instead?
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on February 1, 2013
  • Re: Font Size and RTE in IE

    Since no one replied I thought I posted my solution. RTE wasn&apos;t correctly displaying in IE. I had to force it into IE8 standards mode: &nbsp;&lt;meta http-equiv=&quot;x-ua-compatible&quot; content=&quot;IE=8&quot;/&gt;&nbsp;&nbsp;to get it to display correctly. I hope this helps anyone who might run into a similiar situation. &nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 30, 2012
  • Re: Font Size and RTE in IE

    Hi Ken, &nbsp; I don&apos;t have a url as rte is not out on our production site since we have the evaluation copy. The only way I can show you on our dev enviroment is through a site like join.me as rte is within our admin section and needs a user with the proper permissions. We really want to buy rte but need it to look correct (it works ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 24, 2012
  • Re: Font Size and RTE in IE

    &nbsp;1. The stylesheet is 1000+ lines but I&apos;ve included the styles affected this page in the text file &nbsp; /rte-uploads/members/225913/styles.txt &nbsp; 2. Using the code above produced the same result in IE, more of the menu showed correctly but items such as paste and insert table still had similiar issues to the screenshot I posted.
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 22, 2012
  • Re: Font Size and RTE in IE

    Removing my stylesheet allows the font-size drop down to work but rte in IE still appears as the screenshot above. &nbsp; This leads me to believe that the font-size drop down issue is related to one of my styles and is being overwritten. But why does the editor appear so strangely in IE? &nbsp; My aspx page is posted below: &nbsp;&lt;table ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 21, 2012
  • Font Size and RTE in IE

    I have two strange issues: &nbsp;&nbsp; 1. This began happening when I changed the ContentCss property to set the editable area to my stylesheet. In Design view my font looks like this: &nbsp; but the font is still about 11px when any font size is selected. In Source view: &nbsp; &nbsp; &nbsp;it is correct and when posted to my page I see ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 20, 2012
  • Re: Image/text errors in text area

    Hi Ken, &nbsp; I&apos;m back in the office today and have updates on your suggested solutions:&nbsp; &nbsp; Quesiton 1: I&apos;ve confirmed this. The page the editor is on does not have access to the relative image path, so: &nbsp; ex. an img src =&nbsp;Web/Resources/Image/ALFALogoWhite.jpg&nbsp;&nbsp;will show a broken image in the text ...
    Posted to Cute Editor for .NET (Forum) by astearns on October 16, 2012
  • Re: Image/text errors in text area

    Hi Ken, &nbsp; Question 1: I&apos;m not sure I&apos;m able to move things aroung in the heirarchy of the site(those decisions don&apos;t fall to me) but I&apos;ll see what I can do about this. Thank you for the explanation. &nbsp; Question 2: The method I&apos;m using to open the text file is by parsing a text file using C#(for custom markup) ...
    Posted to Cute Editor for .NET (Forum) by astearns on October 15, 2012
  • Re: Image/text errors in text area

    Hi, Jeff&nbsp; &nbsp; I don&apos;t have a test url as the editor is only in our dev enviroment. I can share my screen of our dev enviroment through&nbsp;join.me&nbsp;if someone from support would do that. &nbsp; Point 1: Cleared the croswer cach but still has same effect. I&apos;m using SiteRelative paths, here&apos;s an example of the img ...
    Posted to Cute Editor for .NET (Forum) by astearns on October 12, 2012
1 2 Next >