Just released: Enhanced Rich Text Field Extended

July 11th, 2008 | Categories: Personal

I was already writing and showing how to embed Flash animations in a SharePoint Blog or any Enhanced Rich Text Field.

Watching MIke Gannotti’s video about what I was already presenting he had a good point, the solution is not so user-friendly.

So I changed the methodology a bit. Now the simple-to-deploy solution offers the following features:

1. Embed almost any HTML code snippet
2. Additional button in the Rich Text Toolbar to help you embed

3. A User Interface for pasting the code snippet

No server-side code is included. To see more and download the JavaScript please visit

http://www.codeplex.com/erte

The deployment instructions are on the homepage and in the release zip file.

Oznake ponudnika Technorati: ,,,,

  1. Thorsten
    July 15th, 2008 at 08:38
    Reply | Quote | #1

    Hey great idea, but the enhanced RTF does not work correctly at my environment. I allways get some delay “loading the scripts” and some script errors… maybe you could help me out… thx

  2. Boris Gomiunik
    August 9th, 2008 at 00:49
    Reply | Quote | #2

    The fastest way is to pack the part that is not a function into one function and then use the jquery to call the script when the DOM is ready.

  3. Jaikumar Sathish Babu
    August 20th, 2008 at 12:39
    Reply | Quote | #3

    Please add LCID – 2070 for Portuguese (Portugal) in the ERTE

  4. Boris Gomiunik
    August 21st, 2008 at 08:04
    Reply | Quote | #4

    @jaikumar sathish babu:
    I’d need the portugese translation. Could you perhaps help me?

    All it’s needed is to translate the phrases in an array:

    var erte2070 = new Array(“Please inputtt details”,”Alt Text”,”This will be displayed in RSS feeds”,”Embed Code”,”Paste your Embed code here”,”Insert”,”Close”); //portugese

  5. Spyderbyte
    August 25th, 2008 at 19:00
    Reply | Quote | #5

    Is there any way to add the script information somewhere else besides the Master Page? I only ask as I work in a very large company that requires an act of god to have something added or changed to the Master Pages.

  6. Boris Gomiunik
    August 25th, 2008 at 21:20
    Reply | Quote | #6

    Yes, you can upload the script to a document library and using content editor webparts you can embed the code. The downside is that you have to make it in every page that you want to use the ERTE in – newform, editform and also the pages where you need the video displayed.
    How to add a ContentEditor webpart in any SharePoint Page? Please review my other post:

    http://webborg.blogspot.com/2008/02/adding-webparts-to-other-pages-than.html