Here you can download some scripts to use them freely except RE trial version. Read the license agreement before downloading it! You can use the trial version to try with installation and to be confident, that RE works in your scripts.
We hope the scripts will be usefull for you. Number of the scripts available for downloading will increase. If you have any questions or problems with installation or using, feel free to write us!
Script
Download
Rich Editor PHP trial version No dialogs, but you can play with all the newest features, such as editable regions, security settings, etc. The latest documentation.
Rich Editor ASP trial version No dialogs, but you can play with all the newest features, such as editable regions, security settings, etc. The latest documentation.
HTML2XHTML JavaScript Converter (H2X) H2X generates a well formed XHTML string from an HTML DOM object. Could be used in Content Management Systems (CMS), online wysiwyg html editors or any other javascript application to produce well formed XHTML 1.0 code.
ASP Uploader An ASP class parsing data submitted through multipart/form-data forms including file uploading. DO support multiple lists and uploading array of files! Pure ASP.
Mimemail A php class you can use in your scripts to send email messages from browser pages. The messages could be in plain, html text or in other desired format. You can attach files of different types and as many as you want. Easy to use!
Whois The script determines whether a domain name is free or not. The 'net', 'com', 'org', 'edu' domains are supported.
RE Tabbed Form The script lets to place form elements on several property sheets. The table dialog window in Rich Editor is based on this script. PHP and ASP versions available.
Smart Grid Smart Grid is an Ajax-driven table editing tool. Allows to manage DB tables without reloading web pages. 100% JavaScript that makes it possible to use it with any server-side technology.
Rich Calendar Rich Calendar is Cross-browser, 100% JavaScript calendar script implementing the appropriate functionality with many advanced options widely extending fields of its applications. No pop-up windows. Skinnable, multilingual. Mulitiple instances on one page. Allows relative or absolute to position calendar in DOM structure of page. And more. Integrated with Smart Grid.
DOMReady event handler DOMReady is window.onload event alternative. The traditional approach to start working with DOM structure of a page is to wait while page is loaded completely to be sure DOM is ready ;) This means that window.onload event used for that will fire after all images and other content is loaded. If page contains a lot of such content then your functionality starting by window.onload (eg menu) will be activated with a nonticable delay. The smarter approach is not to wait when all the content your scripts do not need will load, but use something like Mozilla's DOMContentLoaded event.