Quill is an open-source, rich text editor developed to add wings on JavaScript powered projects. The text editor boasts a solid architecture and a feature-rich API so that you customize it on the basis of your project needs. Developed for modern browsers, Quill is a perfect substitute for WYSIWYG editors and addresses the challenges posed by them. It works exactly as per your needs and is flexible enough to organize itself into modules while providing a robust API to develop additional modules to fit your project demands.
As a sophisticated content editor, Quill comes packed with a very simple, clean interface and a friendly layout. It has all the features of a standard text editor, provided with a feature-packed tool bar that is located on top of the editor. Built for compatibility and extensibility, if you are a developer you are surely going to love this tool for its ability to enhance their project impact. In addition to these, it's a single most JavaScript which does not imply any style and dependencies, so that you have more freedom to use the editor just the way you like.
Highlighting Features of Quill
As a sophisticated content editor, Quill comes packed with a very simple, clean interface and a friendly layout. It has all the features of a standard text editor, provided with a feature-packed tool bar that is located on top of the editor. Built for compatibility and extensibility, if you are a java or asp.net developer you are surely going to love this tool for its ability to enhance their project impact. In addition to these, it's a single most JavaScript which does not imply any style and dependencies, so that you have more freedom to use the editor just the way you like.
Highlighting Features of Quill
As a powerful online rich text editor, Quill JavaScript text editor simplifies the process of content creation. It's lightweight and fast and brings common word processor features straightaway to your web pages, thus enhancing the way you execute web and mobile application services. It also benefits from an active community of developers who are constantly discovering the plugin each day by introducing better add ons and more advanced development process.
![]() |
Celin Smith is Java developer and blogger at Xicom who loves to write about web & mobile apps. Xicom is a one of the leading Java Development Outsourcing Company which provides different array of genuine software solutions like Custom Software Development, IT Outsourcing Services, Web application development services to its clients globally.
Xicom Technologies Ltd., a software development realm, is a CMMI Level-3 & ISO 9001 Certified company that is renowned for providing top-notch services to its global clientele.
|
By Celin Smith On 13 May, 15 Viewed: 1,200 |
In many cases we need to use read only text box so user cannot edit the value but readonly textbox will lost its value after postback. Let’s say you have a read only text box to set date by using ajax calendar so after post back date will be lost, other case might be you are setting some value in... By Ali Adravi On 24 Apr 2013 Viewed: 4,306
There are ways to call a web service method JavaScript, for more detail you can see [how to retrieve data from database using JavaScript in asp.net][1], but is there any way to call a normal method from JavaScript? And the answer is No; show how we can call a code behind method from JavaScript,... By Jonathan King On 08 Apr 2013 Viewed: 12,512
Most of the times we need to use GridView control to show tabular data in our asp.net application. We simply write procedure to search the records and bind them with GridView and show 10 to 20 records per page. Have you ever thought that why you are fetching all the records and show only 10 to 20... By Ali Adravi On 16 Feb 2013 Viewed: 8,576
A nice feature with ASP.Net is the model binding, it reduced our code and effort to bind our well know controls like GridView, DataList, Repeater etc. So let’s see how we can bind our old controls in new and easy way. Let’s see how we bind the our grid before 4.5 1. We write the code to get... By Mike .Net On 17 Jan 2013 Viewed: 3,217
In asp.net there is not control to select multiple files and upload them once with progress bar, so we will use a small third party DLL to achieve this functionality. We will use Flajaxian FileUploader, you can download it from [http://www.flajaxian.com][1] We will create three different images... By Hamden On 12 Jul 2012 Viewed: 6,571