Skip to content

DevExpress-Examples/richedit-jquery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RichEdit jQuery Application

This example is a ready-to-use client jQuery application with the DevExpress RichEdit component.

Requirements

  • To use the RichEdit control in a jQuery application, you need to have a Universal, DXperience, or ASP.NET subscription.
  • Versions of the devexpress npm packages should be identical (their major and minor versions should be the same).

Quick Start

  1. Open the "JS" folder. In the command prompt, download and install npm packages that are used in the application:
npm install devextreme devexpress-richedit --save
  1. In the same folder, create a RichEdit bundle using recommendations from this help topic: Create a RichEdit Bundle

  2. Open the "JS/index.html" file.

Files to Look At

Documentation