Image is not inserting in CKEditor while scayt is enabled - ckeditor

I am using CKEditor version 4.4.2. My problem is that Image is not inserting in CKEditor while scayt is enabled by doing following steps.
Click on Source icon on toolbar,
Insert following HTML
<div>Click here!</div>
Click on Source icon on toolbar
Enable scayt from toolbar
Insert image from file (Please note that cursor position should be after “Click” text)
image is not inserting in text editor
Thanks

I cannot reproduce your problem on the demo of the latest CKEditor version, so you should do the following:
Check if it works on the demo page, too (in case you missed some steps in your description).
If you cannot reproduce it either, upgrade your CKEditor installation (current version is 4.4.7).
Check your configuration and/or update your post with some more details such as your build config, custom plugins, environment, file browser used etc.

Related

CKEDITOR Image Properties Browse Button

I have found a neat plugin for CKEDITOR called bgimage that allows a user to select a section of text and wrap said text within div and apply the background image style attribute (Background Image plugin should use Selected Text.).
I was wondering how can I replace the Image URL with Image Browse button as found within Image Properties?
Do I need to add an additional button to the vbox then make the necessary connections between FileBrowser and the associated Button? (I can't seem to find the relevant Developer Docs, regarding this problem).
The complete documentation for adding the file browser to your dialog is actually available here: Adding File Manager to a Dialog Window.

CKEditor 3.6.1: Load editor on event

I create a page with multiple tabs.
On one of my tabs I want to use CKeditor on a textarea, so when I display my table I call:
editor = CKEDITOR.replace('MyTextArea', MyOptions );
I have the UI of the editor but when I click on the text area nothing append, I can't edit it. The solution for access to the text area is to use "tab" for accessing this field.
I try to put a default value and I can edit if I click on the text but if I click elsewhere in the area I cannot edit.
I have this problem for IE10 and I need it works on it. It's working on Chrome and Firefox. I use CKEditor 3.6.1 and I cannot upgrade it.
Thanks
The problem was the z-index of the container of my textarea, I change it and it works.

text color in ckeditor 4.5 beta is not showing

I downloaded ckeditor 4.5 beta and adding font or find plugin in config.js is working well.
But even if I added colorbutton using extraPlugins function and ‘textcolor’ in colors group, text colors is not showing in my Ckeditor toolbar.
How to solve this problem?
I encountered the same problem recently, not matter change toolbar groups configs to what forms, the colorButton is just not showing on the toolbar.
Finally and occasionally I found a ckeditor plugin named colorbutton and when
download it, the download pages show the way to activate it like below image
and it's effect.
Caution: You need download the dependent plugins too showing on the image, and after changing configs please clear your browser's caches

ace x markdown editor not working for joomla 3.2? alternatives?

So I installed the ace x markdown editor plugin for joomla 3.2 because it has a nice feature to insert code snippets in stackoverflow style. So I really need that.
I tried this extension, but it seems to not work. Is there an alternative?
But: There is no documentation, it seems I just have to enable it and hope it works. But it just happens nothing, the normal editor shows up:
No errors, but old editor:
the plugins are installed:
The plugin is supposed to look like this:
The second step you have to do is going to: Global configuration area and select the new editor, then if you save your changes and the old editor still appearing, it could be because your profile has the older one selected... in this case you have to go to your user details page and select the new editor or put into default.

How to enable table resizer in CKEditor 4?

On their demo page they show how you can click and drag table borders to resize columns. How do I enable this feature?
I can't find it in the docs, can't find a plugin for it, can't find any references to "resize" in the source code, and the source code for the configuration isn't shown on the demo page itself (View source is mostly unreadable).
Table Resize plugin isn't available by default in any of three available presets (basic, std, full).
You have to add Table Resize plugin to your own build of CKEditor. It will be enabled by default, so you don't have to use extraPlugins config setting.
You can find more information here: Plugins - CKEditor 4 documentation.

Resources