CuteEditor CuteEditor for .NET | CuteEditor for PHP
Home| Demo| Deployment| Common Tasks| Forums| Feature| Order

Online Demo

In order to assist developers evaluate Cute Editor for ASP, as well as to provide tools for rapid application development, we supply several samples and online interactive demonstrations.


Getting Started
Default Configuration This example shows you all the predefined buttons.

Basic Examples
Spell Checker Integration with spell checker.
Relative/Absolute URLs With Cute Editor, you have the choice of using either a relative or absoluteURL.
Line break With Cute Editor, you can defines what happens when the "enter" key is pressed in the editor in the BreakElement property.
Multiple Editors Need to handle mutliple rich-text fields on one page? It's easy with CuteEditor! Check out the sample below to see how 2 instances placed on a single page.
Read only This example show you you can set ReadOnly property to true if you would like to display read-only content in the Cute Editor in some situations.
Disable Javascript CuteEditor for asp supports uplevel and downlevel client browsers. Program interface available to disable rich edit as you wish.
Localization This example shows you CuteEditor for ASP has built in support for multiple languages.
Edit static HTML This example demonstrates you can use Cute Editor to edit static html page.
Setting the max length If you tried to insert a record whose text length is greater than allowed by your table, an error will be reported. To prevent this type of error from occurring, developers can use MaxHTMLLength in the Cute Editor to limit the length of the user input.

Input and Output
Handle pasted text With Cute Editor, you can specify if formatting is stripped when text is pasted into the editor.
Output XHTML Cute Editor supports output well-formed XHTML.
Load templates Cute Editor allows the site designer to easily create and establish templates to give the site a uniform look. Templates may be modified when desired.

Interface Customization
Theme Support Cute Editor provides several built in themes that are ready to use. You can choose from several predefined themes or create your own.
Full Screen Mode Full screen mode button allows you to stretch the Cute Editor control to the width and height of your browser window.
Minimal Configuration This example shows you the Minimal Configuration of editor.

Advanced Topics
Customized Toolbar Developers can personalize the toolbar by playing with Template property (see the example code on side).
Add custom buttons This example shows you how easy it can be to add your own functions to the CuteEditor with the help of CuteEditor extended functionalities.
Add custom dialogs This example shows you how easy it can be to add your own dialogs to the CuteEditor with the help of CuteEditor extended functionalities.
JavaScript API This example shows you how to use CuteEditor JavaScript API to customize the application.
Read/Write Database Demo This example shows you the how to feed the editor with content from database and add the editor content to the database.
Use CuteEditor as an image selector This example demonstrates how to use CuteEditor as an image selector.
Use as a file manager This example demonstrates how to use CuteEditor as a file manager.
AJAX Rich Text Editor This example demonstrates how to use CuteEditor in AJAX.