Jun
11
2004
by John Dyer
2.0.6 (6/10/2004)
- fixed: BackColor (you no longer need to set ToolbarStyleConfiguration=NotSet)
- added: ButtonRenderMode (JavascriptAndImages|Css). the new CSS buttons from 2.0.4 were causing major slowdown for some IE users, so I made the button rendering optional. This means there are now individual images for each button again...
Jun
9
2004
by John Dyer
I'm reverting back to the 2.0.3 version of buttons. 2.0.4 and later use one large image for all buttons and CSS to handle rollovers. Buttons have two states: Normal and Active (the Bold button is considered active when the cursor is in the middle of bold text). Those two states are prepresented by CSS classes, each of which has a :hover state to handle button rollovers. The problem is that the buttons need to be updated regularly (every 50 milliseconds or so) to work, but IE takes a long time to switch CSS classes. Mozilla has no problem with this and it caches background images quite well. But IE was slowing to a crawl for some users, so I'm rolling back the changes to not do any dynamic CSS class switching.
I hate IE.
Jun
4
2004
by John Dyer
Daniel Fisher of
http://www.lennybacon.com/ contacted me in order to see if we could integrate his excellent image control into FreeTextBox. You can view a demo
here. It's still in development and doesn't work with Mozilla yet, but it looks very promising.
Jun
2
2004
by John Dyer
- added: table functions (curtesy of HtmlArea!!)
- Insert Table
- Insert Table Row Before
- Insert Table Row After
- Delete Table Row
- Insert Table Column Before
- Insert Table ColumnAfter
- Delete Table Column
- added: depreciated properties to ensure compatibility with FTB 1.x (for DNN)
- ImageGalleryPath
- HelperFilesPath
- HelperFilesParameters
- ButtonPath
- StyleMenuList
- StyleMenuNames
- added: SslUrl (defaults to about:blank)
- added: ScriptUtility now generates the ToolbarButton scripts
- updated: Localized Paragraph menu
- updated: default language setting from en-en to en-US (this was to ensure compatilibity with ASP.NET Forums)
- added: languages
- Russian (thanks Sergey!)
- Taiwan (thanks Andy Jaw!)
- added: TextDirection support to dropdownlists
- fixed: encoding issues in several of the language files (UTF-8/7/ANSI issues)
- fixed: fixed a bug with HTML codes (http://freetextbox.com/forums/ShowPost.aspx?PostID=1279)