ckeditor.net

How to set responsive images with CKEditor 5?

。_饼干妹妹 提交于 2020-03-05 02:16:07
问题 Using the Simple Upload Adapter, according to the CKEditor 5 documentation upon a successful image upload, the server should return either: This for a single image: { default: 'http://example.com/images/image–default-size.png' } Or this for multiple (i.e. for the srcset attribute) { default: 'http://example.com/images/image–default-size.png', '160': 'http://example.com/images/image–size-160.image.png', '500': 'http://example.com/images/image–size-500.image.png', '1000': 'http://example.com

CKEditor , how to disable HTML indented format

帅比萌擦擦* 提交于 2020-01-15 11:58:11
问题 I'd like to ask if there is a way to disable indented format of HTML source code in CKEditor. I don't want the HTML to be formatted because I want to store it in a database and there is no need for extra characters (line breaks and spaces). I just want the raw html without spaces and lines. for example the HTML output in CKEditor is <p> test 1</p> <p> test 2</p> <p> test 3</p> but what I need is <p>test 1</p><p>test 2</p><p>test 3</p> 回答1: This doc at the CKEditor howto shows how you can

CKEditor , how to disable HTML indented format

孤人 提交于 2020-01-15 11:58:07
问题 I'd like to ask if there is a way to disable indented format of HTML source code in CKEditor. I don't want the HTML to be formatted because I want to store it in a database and there is no need for extra characters (line breaks and spaces). I just want the raw html without spaces and lines. for example the HTML output in CKEditor is <p> test 1</p> <p> test 2</p> <p> test 3</p> but what I need is <p>test 1</p><p>test 2</p><p>test 3</p> 回答1: This doc at the CKEditor howto shows how you can

Formatting issues in asp.net integrated ckeditor

☆樱花仙子☆ 提交于 2019-12-24 13:29:23
问题 I'm using asp.net integrated ckeditor and having issues with content formatting like Bold, Italic & Underline. We had to press multiple times. Any work around for this ? Using 3.6.6.2 version 回答1: The situation with using CKEditor in the ASP.NET environment looks as follows: The official CKEditor for ASP.NET control has not been updated to CKEditor v4 yet. It is possible to manually update the editor version used with the .NET control to the latest v4 version, however, this will not give you