ERTE 1.2 released
Filed Under (ERTE, Flash, JavaScript, SharePoint) by Boris Gomiunik on 06-05-2009
Thanks Michael for pointing the issue out. I’ve finally caught up on some work that needed to be done on ERTE and now the new version is available for download. The updates are as follows:
- Fix for IE8,
- wrapped the thing in a function so you can run it on custom event
- added support for _spBodyOnLoadFunctionNames array if it exists
- set the button image location in a variable
- added French language supprt. Thanks Slash71
- isolated so it inserts only the <embed… </embed> part of code (to help bypass some limitations on truncated announcements views, if the embed code has <object,…></object>.
Curently there are only 3 languages supported – English, Slovenian and French. If you have 5 minutes of time, you also could contribute to this project. All you need to do is translate one line of text and send it to me. Maybe you can even post it as a comment so you’ll be recognized
Download the latest version from CodePlex site



Boris, great work, love it!!
In order to get this working I had to comment out lines 20-24 and line 26 (the locale check) as I was getting an error " 'L_Menu_LCID' is undefined " (thanks for IE Dev Toolbar else I would never have found this
hi is there any simpler way to deploy this. it works fine but its tedious work to go to each site/subsite master page and edit to allow this .js file..
probably you’d have to pack it in a solution and deploy it to server. Do you have access to your SharePoint Server administration?