One of the new features: a new draggable menu toolbar that allows each user to visually build their own personalized online editor!
The control supports real-time draggable menu toolbars, and one or more toolbars predefined by the control can be dragged to the four areas of the editor control: the top menu bar, bottom menu bar, status bar, and left toolbar! And by using COOKIE to remember the location information after each user drags the menu toolbar (the ExpireHours attribute sets the cookie expiration time), when the editor is used again in the future, the menu arrangement after the user last dragged the menu toolbar can be restored. interface, easily allowing each user to visually build their own personalized online editor!
New feature two: More powerful Word document import editor function!
The new version of the control uses an improved word document import function, which does not require special server permissions or installation of client components. It only requires the most basic ASP.NET read and write file permissions to import Word documents (ordinary Asp.net2.0 virtual host space can be used), and also supports the latest DOCX document format!
New feature three: Comprehensively streamline the DLL structure of the control!
In response to the problem of too many DLL calls in the old version, there are only three DLLs called by the main functions of the new version (dotnettextbox.dll, wordplugin.dll, word_dntb.dll). The DLLs that can be merged in the old version are merged into dotnettextbox.dll to avoid Chaos caused by too many DLLs!
New feature four: More detailed division of toolbar areas!
The new version of the menu configuration is more carefully divided into top menu bar (topmenu), bottom menu bar (bottommenu), status bar (statusmenu), and left toolbar (sidemenu). By configuring the menu function file, all online editing functions can be customized Placed in these four areas, it is no longer limited to the old version that can only be defined in the top menu bar, allowing the control to achieve more colorful and personalized interfaces!
New feature five: Brand new hideable menu toolbar configuration!
The new version provides two hidden toolbar configurations (hidden by default) and displayed by default. Through this configuration, the menu toolbar can be hidden and displayed dynamically!
New feature six: More powerful XHTML code conversion function!
The new version has improved the XHTML code conversion function and supports instant XHTML code conversion. You only need to set the Xhtml attribute to Client. When editing content, you can instantly view the code content that conforms to the XHTML code specification in the code status!
DotNetTextBox update history
2008/10/27 Version 3.5.0 Source For 2005/2008 (Final Version) Updates:
1) Fixed a security issue caused by renaming file names and added security filtering!
2) Fixed the BUG caused by the same file name and suffix name in the rename function!
3) Correct the error caused by "." at the end of the file name in the rename function!
4) Fixed the incompatibility issue between firefox and jquery!
5) Fixed some problems with script loop under firefox!