Search

You searched for the word(s):
Showing page 3 of 28 (273 total posts) < 1 second(s)
  • Re: Select A Tag

    &nbsp;Cool thanks it does just what I want.
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 15, 2014
  • Select A Tag

    &nbsp;Hi &nbsp; In the previous editor we created a custom form which allowed us to replace the selected A tag with new settings. The user could select the A tag just by clicking somewhere in it then pressing a custom button.&nbsp; &nbsp; We used to use SearchSelectionElement(&quot;a&quot;) to get the whole A tag, I have tried to use ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 15, 2014
  • Re: Image properties and IE11

    Hi &nbsp; Its not the single character I have a problem with, that&#39;s the only character that appears. If I try to type &quot;word&quot; into the tooltip box straight after the dialog has opened I only get the first letter. I then have to click again to type the second letter. If I am quick enough I might get two letters! &nbsp; I have ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 14, 2014
  • Image properties and IE11

    &nbsp;Hi &nbsp; If I goto http://www.richtexteditor.com/demo/ then double click on the first image, the properties dialog box appears. If I then click on tooltip and try to type only the first letter typed appears. If I do the same on long description the first letter appears here also but the rest goes into the html. Click again on long ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 13, 2014
  • Re: SearchSelectionElement

    &nbsp;Hi &nbsp; I solved this by doing.... function getImageResizeURL() { // get the cute editor instance var editor1 = document.getElementById(&#39;&lt;%=Editor1.ClientID%&gt;&#39;).editor; var test = editor1.ExtractRangeHTML(); var nodes = editor1.ExtractRangeNodes(); if (nodes.length != 0) { &nbsp; if (nodes[0].GetName() == ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 13, 2014
  • SearchSelectionElement

    Hi &nbsp; Using the previous editor we had the following code.... This enabled us to detect if the selected object was an image, then we could extract various parameters. We used this a lot before to detect images, divs etc. Is there something similar using this new editor?&nbsp; &nbsp; function getImageResizeURL() { // get the cute editor ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 10, 2014
  • Re: Change source toolbar?

    Thanks, have tried this, but to no avail. &nbsp; I have emptied the cache and double checked the correct xml file is being downloaded, but I can only seem to hide the file browser section. I am unable to hide the top bar with all the buttons on, i.e. refresh, search etc. &nbsp; Any further ideas?&nbsp; &nbsp; Thanks&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 10, 2014
  • Re: Change source toolbar?

    Hi &nbsp; OK have sorted the code view toolbar. Thanks. &nbsp; I am trying to disable any form of file stuff in the dialogs and have had some limited success. For example on the insert image dialog I have managed to hide the file browser thing on the top left and expand the image to fill the space, but I cannot hide the bar on the top with ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 7, 2014
  • Change source toolbar?

    &nbsp;Hi &nbsp; We have finally got round to upgrading to the new editor. Unfortunately I am having a few issues. &nbsp; 1. How do I alter the toolbar for the sourceview? &nbsp; 2. We don&#39;t want any user to be able to upload files or even see a file selector. On the old editor we hid the&nbsp;browse buttons, it doesn&#39;t look that ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on December 20, 2013
  • IE10 dropdowns.

    Hi &nbsp; When using V6.6 in IE10 none of the drop downs (css class, font etc) work, they do &nbsp;work in V8. I have tried your demo page and they dont work there either. Can you fix this please? &nbsp; This also brings up a question..... Are you going to be fixing V6.6? If so for how long will you be providing updates for V6.6? ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on March 15, 2013