Questions tagged [ckeditor.net]

CKEditor.NET is the .NET component of CKEditor - is a JavaScript based [tag:wysiwyg] editor created for use within web pages. It is open source and plugin based making it both customizable and extensible. It has a rich JavaScript API, comes AJAX ready, and a jQuery adapter is available. Compliant with worldwide accessibility standards.

CKEditor.NET is the .NET component of CKEditor - a JavaScript based editor created for use within web pages. It is open source and plugin based making it both customizable and extensible. It has a rich JavaScript API, comes Ajax ready, and a jQuery adapter is available.

An additional (paid) version is available for integration with SharePoint.

The editor is compliant with worldwide accessibility standards like the W3C WCAG and the US Section 508.

= What You See Is What You Get

Asking questions

When posting a new question, please mention your specific version. Also be mindful of the fact that CKEditor is the successor to and configuration and settings have changed drastically between the releases.

Resources

56 questions
6
votes
3 answers

Integrating CKEditor in a detailsView in ASP.NET using VB.NET

I'm trying to integrate CKEditor with a details View. My sample code is:
Ahmed
  • 135
  • 9
4
votes
1 answer

How to add scroll bar to context menu ckeditor

I am adding items in context menu. When too many items get added it comes on ckeditor. So i want to have scroll bar for context menu. editor.addMenuItem(suggestionBoxItem, { …
Hemant Malpote
  • 891
  • 13
  • 28
2
votes
0 answers

How do I access to CKeditor Image resizer web element in menu pop up?

Image resizer CK editor I need to get a way to obtain the html web element tag and attributes of the menu popup options to resize the image. But when I Inspect the element it does not select any html element, I only can acces to the image, not to…
2
votes
0 answers

BR tag being moved outside SPAN after rendering or editor.getData()

I'm using ckeditor 4.9 after editing when rendering/refresh the editor it is moving the '
' tag. Actual Code: "

This is Heading


sd
f
sdf
sd
fsfds s sd f sd f…

Ws Memon
  • 107
  • 7
2
votes
2 answers

Spell Check not working in CKEditor

Spell Check is not working in my CKEditor. I tried disableNativeSpellChecker = false but in vain. Here is my config.js. My CKEditor version is 4.5.6 Any idea ? CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration…
VPP
  • 731
  • 1
  • 9
  • 34
2
votes
1 answer

How do I control where CKEditor API opens a new new window for the filebrowserBrowseUrl?

MVC5, CKEditor Custom File Manager API My interface is working well, but when I click on the Image button to select an image to insert, the new window for file selection shows up on the primary monitor in my system (running 4 monitors). So if I'm…
Alan
  • 1,587
  • 3
  • 23
  • 43
2
votes
1 answer

get ckeditor plain text server-side from ckeditor in web forms

I need to retrieve the plain text value of the ckeditor html server-side from ckeditor 3.x asp.net control from asp.net web forms. I can get the HTML value in the Text element client-side but I don't seem to have access to…
DkDev
  • 547
  • 5
  • 14
2
votes
0 answers

is "CKEditor for ASP.NET" deprecated?

I'm looking at the download page for ckeditor and I see that the ASP.NET control was last released in 2014. The version string is 3.6.6.2. Does this mean that the control is deprecated? It seems to work properly w/ 4.4.x, but I'm chasing down…
David Moore
  • 93
  • 1
  • 12
2
votes
1 answer

Login Authentication control in CKEditor config file with using ASP.NET MVC 5

Hi I am creating a blog for myself with using ASP.NET MVC 5 Framework. And I use CKEditor to create blog posts. Of course unauthenticated people will not create or edit. To create posts, login is needed exactly. I have this code in config.ascx…
Alp
  • 604
  • 2
  • 6
  • 23
2
votes
0 answers

Ckeditor modify table cell border such as MS Word

I need to apply border to single table cells. For that I built a plugin. My problem is, I can add a single border, e.g. border-bottom, but if I want to add border-right aswell, border-bottom gets deleted, and I only get the one border per cell. I…
Moussi
  • 470
  • 6
  • 16
1
vote
1 answer

CKEditor , how to disable HTML indented format

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…
Spyros
  • 540
  • 1
  • 7
  • 21
1
vote
1 answer

Integrating CKEditor into ASP.NET

I am currently working on implementing a CMS for a website. I have very minimal experience using Javascript, jQuery, C#, etc. I mostly deal with Java, SQL, and C++. My question is I have the CKEditor instance loaded on the page. I am able to load…
tuckerjt07
  • 902
  • 1
  • 12
  • 31
1
vote
1 answer

CKEditor 5 and Image Button

I'm trying to figure out how to upload images with CK Editor 5. Now I've seen a whole size of different plugins, but I would like to learn how this works for myself. What I have noticed is that if I click the image button, I get a dialog to upload…
Bagzli
  • 6,254
  • 17
  • 80
  • 163
1
vote
1 answer

CKFinder 3 json file loading error

I am trying to use CKFinder 3 hosted on IIS on the local html file. But I am getting the following script error I tried to dig in the source code. and what I found is, the language file (en.json) is getting loaded by script tag with type attribute…
Teja
  • 133
  • 2
  • 13
1
vote
4 answers

Kentico CKEditor Configure Style Set Dynamically

I'm using Kentico 9 and I'd like to be able to use different CK Editor style sets on different pages. I have added a style set to the styles.js file as follows. CKEDITOR.stylesSet.add("mystyles", [{ name: "testone", element: "p" }]); Then in the…
SMSGavin
  • 80
  • 4
1
2 3 4