Archive for December, 2007

SPAW v.2 Plugins Ported to ASP.NET

December 28th, 2007 by ailon

We have finished porting all of our plugins for SPAW Editor v.2 to ASP.NET and just released them. You can download them through our Extend page.

Have a Happy New Year!

Holiday Discount on SPAW Editor!

December 20th, 2007 by ailon

During these winter holidays you have a rare opportunity to purchase commercial SPAW Editor licenses with massive discount of 28%. To get the discount just use the coupon code year2008 in the coupon code field in the purchase form.

The offer is valid until January 1, 2008. Applicable to all currently available editions of SPAW Editor. Buy now!

SPAW Editor v.2.0.6 Released

December 20th, 2007 by ailon

We have just released SPAW Editor v.2.0.6. This is the first simultaneous release of both PHP and .NET editions. Though .NET edition still has RC (release candidate) moniker due to unfinished documentation, not ported themes and plugins and other minor side issues. But generally both editions are now totally equivalent in terms of features and user experience.

Globally this release adds CSS class setting in image properties dialog and quick links in hyperlink dialog. It also fixes a long standing bug when invalid HTML was causing content to multiply under IE each time you resubmit it (or switch to HTML). Lots of smaller bugs were fixed too and several language files were added and updated.

You can get the latest release through our download page.

Here are complete changelogs…

PHP Edition:

  1. FEATURE ADDED: Quick links in hyperlink dialog
  2. FEATURE ADDED: CSS class in image properties dialog
  3. BUGFIX: fixed (hopefully) long-standing bug with content doubling under IE in some invalid HTML cases
  4. BUGFIX: calls to getPageHtml were destroying DOM tree
  5. BUGFIX: in some cases <br /> was multiplying empty lines in source code under Firefox
  6. BUGFIX: html mode textareas where set to zero width when switching between tabs
  7. BUGFIX: spaces between tags were completely removed
  8. BUGFIX: inputName variable name was mistyped in editor.class.php
  9. BUGFIX: SpawFm plugin: fixed uploaded image height checking
  10. BUGFIX: SpawFm plugin: fixed failing files listing when current directory has a single quote in it’s nam
  11. CHANGE: SpawFm plugin: files/directories list sorting changed from sort() to  natcasesort()
  12. LANGUAGE FILE UPDATED: German (Martina Greiner)
  13. LANGUAGE FILE UPDATED: Bulgarian (Stoyan Dimitrov)
  14. LANGUAGE FILE UPDATED: French
  15. LANGUAGE FILE UPDATED: Czech (Radek Uhlir)
  16. LANGUAGE FILE UPDATED: Finnish (Teemu Joensuu)
  17. LANGUAGE FILE UPDATED: Arabic (Mohammed Ahmed)
  18. LANGUAGE FILE ADDED: SpawFM: Bulgarian (Stoyan Dimitrov)
  19. LANGUAGE FILE ADDED: SpawFM: Arabic (Mohammed Ahmed)
  20. LANGUAGE FILE ADDED: Spaw FM: Finish (Teemu Joensuu)

.NET Edition:

  1. FEATURE ADDED: CSS class in image properties dialog
  2. FEATURE ADDED: added SpawFMConfiguration class to streamline access to File Manager configuration
  3. FEATURE ADDED: pages (documents/tabs) could be added through designer/markup
  4. BUGFIX: substitute toolbars were not used
  5. BUGFIX: there were errors when maintainScrollPositionOnPostback=”true” was set globally in Web.Config file
  6. BUGFIX: Floating/shared toolbars didn’t work as expected when several SPAWs were inside naming container (like master pages etc.). They still have to be inside single parent to set controlling toolbar through ToolbarFromID property. ToolbarFrom could be assigned from code to overcome this limitation.
  7. BUGFIX: it is now possible to use application root-relative paths (~/) in file manager configuration
  8. BUGFIX: it is now possible to use application root-relative paths (~/) to specify stylesheet
  9. BUGFIX: .NET framework was trying to apply themes to spaw.js.aspx file and failed in websites using application wide themes
  10. FIX: made Text property bindable (can’t find a reason why can’t set bind expression through “Edit Bindings” dialog)
  11. BUGFIX: fixed (hopefully) long-standing bug with content doubling under IE in some invalid HTML cases
  12. BUGFIX: calls to getPageHtml were destroying DOM tree
  13. BUGFIX: in some cases <br /> was multiplying empty lines in source code under Firefox
  14. BUGFIX: html mode textareas where set to zero width when switching between tabs
  15. BUGFIX: spaces between tags were completely removed
  16. BUGFIX: inputName variable name was mistyped in editor.class.php

Custom Dropdown Plugin

December 18th, 2007 by ailon

We have just published a custom dropdown plugin developed by Franck TABARY of eAccelerator team. Basically it’s a dropdown version of custom button plugin which could be customized to insert any content into editing area when item is selected from the dropdown list.

It is available for immediate download through our Extend page.