Search

You searched for the word(s):
Showing page 2 of 28 (273 total posts) < 1 second(s)
  • Conditional IE being removed

    &nbsp;Hi &nbsp; This editor is removing conditional IE tags. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--[if lt IE 9]&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;link href=&quot;PreviewPage.ashx?PageID=305&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt; &lt;script src = &quot;previewfile.ashx?id=1209&quot; type = ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 28, 2014
  • Re: Find and replace in source code view

    Hi As stated in my question (maybe not clearly) I did edit the plugin.xml and uncommented the above, but when clicking the button nothing happens. I then assumed it was commented out because it&nbsp;doesn&#39;t work.... &nbsp; Can you try it please. &nbsp; Thanks&nbsp; &nbsp; &nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 28, 2014
  • Find and replace in source code view

    &nbsp;Hi &nbsp; Can we have find and replace back in the source code view please. Its in the old editor. I tried altering the plugin.xml to show it, but it didn&#39;t popup the dialog when you click on the button. &nbsp; I just released the new editor yesterday and already had 2 people ask about it!&nbsp; &nbsp; Thanks&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 28, 2014
  • Obsolete methods

    Hi &nbsp; When I compile my project I get the following errors. Is there some reason why you are using obsolete methods? &nbsp; \richtexteditor\aspnet\SpellCheck.aspx(64,8): warning CS0618: &#39;System.Configuration.ConfigurationSettings.AppSettings&#39; is obsolete: &#39;This method is obsolete, it has been replaced by ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 23, 2014
  • Re: SetHTMLCode ?

    Hi &nbsp; Thanks to the link to the full javascript list I was able to achieve what I wanted. I am afraid the example jeff gave did not work because ExtractRangeHTML and InsertHTML only affect the selected text. As we have nothing selected just a point where its clicked ExtractRangeHTML returned nothing and InsertHTML just wacked the html into ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 22, 2014
  • SetHTMLCode ?

    &nbsp;Hi &nbsp; I have used GetPointNode to get the HTML out of a UL list by the user just clicking somewhere in it. After doing some work I would like to update the UL list, however while I can get GetHTMLCode there doesn&#39;t seem to be a method to update the HTML of an object selected by GetPointNode.&nbsp; &nbsp; I tried using ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 20, 2014
  • Re: No display of content even tho there is content!

    Right have spent all day looking at this! I have found a fix for it and its basically setting various properties on the editor in the right place and order!&nbsp;In a nutshell I had to set Protected Sub form1_Init(sender As Object, e As EventArgs) Handles form1.Init &nbsp; Editor1.AllowScriptCode = True &nbsp; Editor1.EditCompleteDocument = ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 17, 2014
  • Re: No display of content even tho there is content!

    OK I do have a problem altho its not quite what I thought earlier. &nbsp; What I have found is that I set the &nbsp;editor.Text in the .NET code my HTML is being mangled here! I set the text to the below, then check the .text property in the VS Text Visualiser and its mangled the HTML to the version I pasted previously. The old editor is ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 17, 2014
  • Re: No display of content even tho there is content!

    OK, so should have tested in our old system and it doesn&#39;t show anything there either, so this example I was testing against is probably screwed up somewhere.&nbsp; &nbsp; Don&#39;t spend too much time on this, it would be vagually interesting to see why it doesn&#39;t show anything.&nbsp; I would delete this post if I could..... ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 16, 2014
  • No display of content even tho there is content!

    Hi &nbsp; When I load or paste the below in the editor, the editor is completely blank. Switch to HTML view and its there, goto preview or wysywig view and nothing shows. &nbsp; Are you able to find out why it shows nothing? Thanks&nbsp; &nbsp;&nbsp;&lt;!doctype HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 16, 2014