FreeText Editor new version



FreeText editor is an outstanding development and free ! Try it it's really a must have. Hats off !

The latest version (1.6.2) include everything I could dream to have for my CMS project, an Insert Table button and a Word Clean function to remove all nasty tags from .doc documents.

1.6.2
- IE 5 fixed (again, somehow i let the error creep back in)
- BasicEditor image fix
- Word Clean function (from another free editor, but i can't find, please let me know if you find it)
- Disable Paste
- fixed HTML checkbox (when HtmlMode=HtmlMode.Checked)
- improved RemoveScriptNameFromBookmarks functionality
- include version number in JavaScript, Reflection is cool
- Insert Table script

1.6.1
- added resource manage / credits Manu
- fixed designer icon (required change of default namespace in project) FreeTextBox 1.6
- fixed designer bugs
- added minimal designer support (thanks to a user on
http://revjon.com/forums/ - i deleted the account on accident, sorry!)
- fixed EnableSsl bug (forums user?)

1.6.0
- fixed two ID tags in Textarea for downlevel browsers (thanks to multiple)
- added RemoveScriptNameFromBookmarks so that href="#bookmark" remain intact
- shortened all property code to 2-line viewstate method (saving about 100 lines)
- added Georgia to default font list
- added an extra symbol to default html symbols list
- changed names of images folder: flat -> office2000, raised -> officeXP
- added ToolbarType.Custom. This must be set to use custom ButtonStyle settings!!
- added HtmlStrippedText property. Simple strip using Regex.Replace(this.Text,"<(.|\n)+?>","");
- rebuilt Style controls and used custom viewstate handline to persist all subproperties
- adjusted ToolbarType so that it doesn't override too many other settings.
- added designer categories to properties
- preload button over and down image for Office2003 style
- preload by folder name instead of control name

 

No Comments