Hello,
I had installed new version 20.2.5 but not able to find html editor quill js files in installed directory?
Where i can find those?
Hello,
I had installed new version 20.2.5 but not able to find html editor quill js files in installed directory?
Where i can find those?
Hello Rahul,
Since the pace of development of the Quill editor has slowed down and some major features were not implemented yet, we decided to create our own Quill fork, which is based on the current development branch. After the release of DevExtreme v20.2, the HtmlEditor is built on top of and requires the DevExtreme Quill. You can read more about this in the following Breaking Change: T929794: HtmlEditor - The "quill" dependency has been replaced with "devextreme-quill".
You can install it executing npm in your terminal:
Codenpm install devextreme-quill
or include this script in your html file:
HTML<!-- DevExtreme Quill (required by the HtmlEditor UI component) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/devextreme-quill/0.10.2/dx-quill.min.js"></script>
Please let us know your results.
Regards,
Jose Mari
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.