Search

You searched for the word(s):
Showing page 2 of 17 (169 total posts) < 1 second(s)
  • Re: Custom button

    &nbsp;Jeff, &nbsp; I don&#39;t think you took the time to read to example I gave you. I am trying to use a custom image on my button. The image is not located in the RTE path. The image in my example was&nbsp;http://mysite.com/image/myimage.jpg &nbsp; Please note that this was very easily done in CE 6 with C# code similar to this: ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 10, 2013
  • Re: FileItem vs PathItem

    Thanks for the explanation. The three steps you describe make a lot of sense to determine an item&#39;s full URL but we are still missing a way to display a user-friendly name to the user. In the example I gave you earlier, I want to be able to display &quot;Letter from the CEO&quot; to the user when&nbsp;the name of the file in question is ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 10, 2013
  • Re: Long template names are truncated

    I&#39;m wondering why you chose to hard code a maximum length.&nbsp;It makes more sense to me that the text would fill the entire available space.
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 10, 2013
  • Long template names are truncated

    Long template names are truncated despite the fact the is enough space to display the rest. &lt;span&gt;In the following screenshot we will see that four of my template names have been truncated but notice there&nbsp;is plenty of white space in the &quot;Name&quot; column. &nbsp; &nbsp;&nbsp;&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 9, 2013
  • FileItem vs PathItem

    I wrote a custom FileProvider for CuteEditor 6 which works perfectly and I&#39;m trying to convert it for RichTextEditor 8.&nbsp; &nbsp; The main problem I have is that the new PathItem class returned by the GetFiles method has a &quot;Name&quot; property but doesn&#39;t have a URL like the FileItem had in CE 6. This is a problem for me because ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 9, 2013
  • Re: IsDirty

    &nbsp;Thank you!
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 9, 2013
  • Re: IsDirty

    Adam, &nbsp; Thanks for the link to an example showing me that I can capture the &quot;OnTextChanged&quot; event. That was also&nbsp;what was suggested to me back in May 2010 when the same issue came up with CE 6. At the time CE 6 did not have a &quot;IsDirty&quot; property and it was suggested to me to manually track&nbsp;whether the content ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 9, 2013
  • Re: IsDirty

    Is this something on the readmap? This feature was available in CuteEditor 6 and is important to my application. It allows me to display a warning to the user when they are leaving the page and there are some unsaved changes. I can not upgrade from CE 6 to RTE 8 until this feature&nbsp;is available. &nbsp; In the mean time, can you suggest a ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 9, 2013
  • IsDirty

    Is there a reliable way to detect if the content of the RTE editor was changed by the user? &nbsp; This was available in CuteEditor 6 as discussed herevar isDirty = editor.Isdirty(); &nbsp;&nbsp;&nbsp;
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 8, 2013
  • Re: Custom button

    Is the JavaScript code to configure buttons documented? I&nbsp;can&#39;t seem to find any documentation. For example, I notice in a few example that we can set the icon on a button with: this.set_imagename(&quot;openfolder&quot;); I am guessing this works because RTE knows what the &quot;openfolder&quot; icon is but what if I want a custom ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 6, 2013