Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ckeditor

How Can I Add Rel = "nofollow" To A Link In Ckeditor If It's An External Link

i want to give rel='nofollow' to my external links which its content managed by ckeditor. … Read more How Can I Add Rel = "nofollow" To A Link In Ckeditor If It's An External Link

How Can I Append Text To Html Source In Ckeditor?

I use CKEditor in my web-application. By click on one link i appends some text to CKEditor. It work… Read more How Can I Append Text To Html Source In Ckeditor?

Ckeditor 5 Set Style On Element

we are trying to 'hack' CKEditor 5 font-family a bit. We would like set font-style to paren… Read more Ckeditor 5 Set Style On Element

Add Class To Selected Image In Ckeditor

I'm having trouble adding classes to selected image in ckeditor. What I came up with is this ht… Read more Add Class To Selected Image In Ckeditor

Uncaught Exception: [ckeditor.editor] The Instance Already Exists

I've included the CKEditor on my site. Everything works even though I get this JS error: uncaug… Read more Uncaught Exception: [ckeditor.editor] The Instance Already Exists

How To Change An Already Registered Dialog In Ckeditor

I'm trying to write a plugin, that adds an additional tab (page) to the image dialog. I don'… Read more How To Change An Already Registered Dialog In Ckeditor

Changing Ckeditor Dimension For Different Instances (not All Instances)

i'm trying to change dimensions for multiple ckeditor in the same page using this code just aft… Read more Changing Ckeditor Dimension For Different Instances (not All Instances)

Disabling Ckeditor, Re-enabling With Js

I have the following: POST page that allows users to write text in CKEditor VIEW Page, that views t… Read more Disabling Ckeditor, Re-enabling With Js

Scroll To The Bottom Of Ckeditor

any ideas on how to scroll to bottom of a ckeditor editor using javascript / jQuery? I cant find an… Read more Scroll To The Bottom Of Ckeditor

Click Anywhere To Focus In Ckeditor

In FireFox, I can click anywhere in CKEditor (350px x 250px) to place focus on a single paragraph o… Read more Click Anywhere To Focus In Ckeditor

Ckeditor Uploadimage 404 Error / Plugin Setup

I'm trying to add the adding of images into with the editor, with drag 'n drop. I wanted to… Read more Ckeditor Uploadimage 404 Error / Plugin Setup

Ckeditor On Focus Not Working

Just trying to do a simple on focus command with ckeditor and jquery. var foo = // what can i do he… Read more Ckeditor On Focus Not Working

Ckeditor 3.6.3 Enable Browser Spellcheck And Disable Context Menu

I'm trying to get a spellcheck into a very bare bones implementation of CKEditor. I've disa… Read more Ckeditor 3.6.3 Enable Browser Spellcheck And Disable Context Menu

Ckeditor Code Snippet Plugin Does Not Do Syntax Highlighting In Yii2 Framework

I am using CKEditor and its Code Snippet plugin in yii2 php framework application. I would like to … Read more Ckeditor Code Snippet Plugin Does Not Do Syntax Highlighting In Yii2 Framework

How To Remove Contextmenu In Ckeditor 4.3

I am having a hard time trying to disable the context menu from the editor. For instance when a use… Read more How To Remove Contextmenu In Ckeditor 4.3

CKEditor TypeError: C[a] Is Undefined In CodeIgniter

Im trying to install CKEditor in my codeigniter based website and I have followed this tutorial: CK… Read more CKEditor TypeError: C[a] Is Undefined In CodeIgniter

Is It Possible To Reinitialize A CKEditor Combobox/Drop Down Menu?

How do I dynamically update the items in a drop down? I have a custom plugin for CKEditor that popu… Read more Is It Possible To Reinitialize A CKEditor Combobox/Drop Down Menu?

CKEditor4 EnhancedImage Plugin Image Added Event Or: How To Add Custom Class To Image

I'm playing around with CKEditor4 and I want to add a custom class to all images that I inserte… Read more CKEditor4 EnhancedImage Plugin Image Added Event Or: How To Add Custom Class To Image