Answers to common questions about licensing, installation, features, and migration.
Yes. Download richtextbox.zip from the Download page for a complete trial bundle including a runnable Visual Studio solution, live demos, and a pre-configured license file.
Perpetual licenses start at $129 for a single domain. Options include Domain, IP, Small Business, Developer, Redistribution, Developer Team, Enterprise, and Source Code licenses. Visit the Purchase page for details.
Yes. All license types include free updates for the purchased major version.
Checkout is completed securely through the official Richscripts client center via PayPal, which accepts all major credit cards.
Yes. Contact [email protected] for license upgrade pricing and assistance.
RichTextBox supports the latest versions of Chrome, Firefox, Safari, and Microsoft Edge on both desktop and mobile devices.
Yes. Use the toolbar attribute to choose a preset (default, full, basic, ribbon, office) or pass a custom toolbar string with your own button layout. See the Custom Toolbar demo.
The package includes built-in upload endpoints mapped via app.MapRichTextBoxUploads(). Images are uploaded to wwwroot/uploads by default. The gallery dialog supports folder browsing, folder creation, and file upload.
Yes. Use content-css-url for an external stylesheet or content-css-text for inline CSS rules. See the Content CSS demo.
Yes. The paste-mode attribute supports Auto (default), Text, Word, and Disabled modes. The Word mode strips Word-specific markup while preserving essential formatting. See the Paste from Word demo.
Yes. Set auto-save="true" with auto-save-key and auto-save-delay to persist draft content in localStorage. See the Autosave demo.
Yes. Use max-html-length to limit total HTML characters or max-text-length to limit visible text characters.
Yes. The ASP.NET Core package intentionally keeps familiar concepts from the Web Forms version. The office2007blue skin with the ribbon toolbar provides a matching visual target. See the Office 2007 Blue demo.
The Core package supports default, full, basic, ribbon, and office toolbar presets. Custom toolbar strings use the same button name syntax. The overall layout is compatible with minor differences in available commands.
Contact [email protected] for migration assistance, or review the live demos for configuration examples that match your existing Web Forms setup.