Search

You searched for the word(s):
Showing page 1 of 2 (12 total posts) < 1 second(s)
  • Re: Non expected HTML tag closure.

    Kenneth:&nbsp; HI marvin, &nbsp; I still do not understand which API you used to set content for editor. The Rich TextEditor has &quot;SetText()&quot;, &quot;InsertHTML()&quot;, &quot;InsertText()&quot; and &quot;PasteHTML()&quot; which can set the content for editor by javascript. Which one you are ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on February 7, 2014
  • Re: Non expected HTML tag closure.

    Hello Ken, &nbsp; It works fine when I type in the html, it happens when I load it via my api. However when I call the api in my browser I get the html the way I want. &nbsp; With kind regards, Marvin Brouwer.&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 27, 2014
  • Re: Non expected HTML tag closure.

    Hello Ken, &nbsp; I basically create a html page by processing XML through a XSLCompiledTransform and I serve that by sending the output stream with the right mimetype. After that I load the content into the editor whenever I need it by using SetHTMLCode after making an AJAX get request&nbsp;with jquery. I&#39;ve included&nbsp;the result my api ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 27, 2014
  • Non expected HTML tag closure. [Fixed]

    The problem I&#39;m having right now is very simple, I have the following HTML&nbsp;fragment. &lt;p&nbsp;class=&quot;da-p&quot;&gt;Nog&nbsp;een&nbsp;voetnoot&nbsp;&nbsp;&nbsp; &lt;footnote&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&nbsp;class=&quot;footnote_text&quot;&gt;&nbsp;Tweede&nbsp;voetnoot&lt;/p&gt;&nbsp;&nbsp;&nbsp; ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 24, 2014
  • Re: Change positioning in chrome

    Kenneth: Hi&nbsp;marvin, &nbsp; Can you post your editor page url? This issue should causes by your page style setting, the stylesheet or the &lt;style&gt; code. you can remove them one by one to find out which part causes the problem. &nbsp; Regards, &nbsp; Ken&nbsp; &nbsp; Hello Ken, &nbsp; I&#39;m sorry but I&#39;m still ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 20, 2014
  • Change positioning in chrome

    Every time I show my editor or even rezsize it the menubar looks like this: &nbsp; Is there any apparent reason why all the labels dock to the left? &nbsp; Thank you, Marvin.&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 17, 2014
  • [SOLVED] Uncaught TypeError: Cannot read property 'allimageindexdata' of undefined

    I get the following&nbsp;error whenever I click of splitclick a splitbutton: Uncaught TypeError: Cannot read property &#39;allimageindexdata&#39; of undefined&nbsp;. It didn&#39;t say this before and I didn&#39;t change anything I can figure out that corresponds to this error. Does anyone knows where this comes from? Apparently self._config is ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 14, 2014
  • update stausUI

    I&#39;ve made a custom control that behaves like Bold Italic and Underline. The only thing I need is to make the UI change wenever focussed. I have the following setup in the ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 14, 2014
  • Re: selection to node

    Thank you very much! I&#39;ve made some modifications so it erases all the mark&#39;s inside if you select multiple mark&#39;s and you can now edit them. It&#39;s probably not the most efficient way to go but I&#39;m still learning the editors API.&nbsp; &nbsp; With kind regards, Marvin Brouwer.&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 10, 2014
  • Re: selection to node

    I&#39;ll do the custom Mark function, this opens a dialog wich allows you to mark the word you selected for later indexing and add a description. This is the one with the least amount of javascript. I still have to replace the handwritten html with ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 8, 2014
1 2 Next >