14 Topics

Member Avatar for
Member Avatar for davy_yg

Hello, I wonder why my ckeditor occassionally hang. Like I cannot type any text in it when it is hang. Here is the error when it is hang: ckeditor.js:438 Uncaught TypeError: Cannot read property 'getSelection' of undefined at CKEDITOR.dom.selection.getNative (ckeditor.js:438) at new CKEDITOR.dom.selection (ckeditor.js:436) at a.CKEDITOR.editor.getSelection (ckeditor.js:434) at new CKEDITOR.plugins.undo.Image …

Member Avatar for network18
0
415
Member Avatar for davy_yg

Anyone ever integrate wysiwg with file manager to update images or attachment ? Any idea how to ? Or have the complete codes that I can download ?

Member Avatar for davy_yg
0
208
Member Avatar for davy_yg

Hello, I wonder about one thing if the free edition of ckeditor able to give link or attachment freely. I wonder about one thing: if the free edition of ckeditor allows you to place document attachment freely and enable you to upload document to the server?

Member Avatar for davy_yg
0
389
Member Avatar for davy_yg

The result is ckeditor with browse server link next to image button but unable to see the file being browse: Object not found! www.roxyfileman.com/ index.php <html> <head> <meta charset="utf-8"> <title>A Simple Page with CKEditor</title> <!-- Make sure the path to CKEditor is correct. --> <script src="ckeditor/ckeditor.js"></script> <script> var roxyFileman = …

Member Avatar for davy_yg
0
2K
Member Avatar for kaleemullah360

I am trying to add custom button in CKEditor. I am using this CKEditor [ng2-ckeditor](https://github.com/chymz/ng2-ckeditor). It is working fine. but I want to add a button. on cliking this button will add a rails template tag Example: I can add the button like example below, but I dont know how …

Member Avatar for rproffitt
0
855
Member Avatar for simirnov

Hi All, I am a beginner in php and working on admin side of a small website. I have attached a PHP CKEDITOR to the admin page so that the admin may edit the pages text. Here, i am a bit confused about one thing and that is about how …

Member Avatar for Qaalid
0
2K
Member Avatar for klemme

Hi all, I have attached a CKEDITOR instance on a textarea in a CMS, and it all works fine on localhost, but after uploading the site to the server, I cant see the CKEDITOR toolbar. The textarea is not turned into an instance and further more, the textarea is not …

Member Avatar for LastMitch
0
214
Member Avatar for singh007

I'm using Drupal 6.2 and Ck editor. Now whenever i upload some image in ck-editor , the image gets uploaded and saved in file system successfully. My problem is when i try to show data on some page , the uploaded image is missing but text is shown but when …

Member Avatar for LastMitch
0
202
Member Avatar for ckeuser

Many on these boards use ckeditor, so I just thought you guys should know that CKEditor 4 was released! :) It's now capable of html5 inline editing, has a cool new skin and plugins repository. Might be worth an update: [Click Here](http://ckeditor.com/demo#inline)

Member Avatar for LastMitch
0
134
Member Avatar for subrata_ushasi

Hi all, I want to two drop downs ,one is product and on selection of product there will be an another drop down subproduct . Then on selecting sub product ,the content of that sub product will be displayed in ckeditor. When I update the ckeditor content will be updated …

Member Avatar for diafol
0
341
Member Avatar for vsmash

G'day folks, I'm looking for an asp.net alternative to CKeditor excluding Tinymce and the ajaxcontroltoolkit jobbie. And yes, a free one there are any around because I'm doing this jobbie for free. CKeditor 3.6.2 said it had bugfixed the cursor vanishing but it seems that the cursor vanishes still and …

0
107
Member Avatar for Venugopal Ravi

Hi, I am using CKEditor (FCK) and I want to filter certain things from being used by users like (.com, <, >) symbols and words. Is there any plugin available for this or in which way i can do this? any help please.. thanks rave

Member Avatar for diafol
0
156
Member Avatar for mrjimoy_05

Hello guys! How to load content into the ckeditor? Pls look [url]http://ckeditor.com/demo[/url] for example. My code is below: [CODE] <textarea class="ckeditor" name="pagecontent" cols="100" rows="20" id="pagecontent"></textarea> <?php include_once "../Misc/ckeditor/ckeditor.php"; $CKEditor = new CKEditor(); $CKEditor->basePath = '../Misc/ckeditor/'; $CKEditor->replace("pagecontent"); ?> [/CODE] I want the content automatically loaded from MySQL database to the CKEditor …

Member Avatar for mrjimoy_05
0
192
Member Avatar for sleign

I'm not really sure what's going on. I've looked all over the internet and have been stuck on this issue for days. It seems as though few have run into this problem and those that have - have no suggestions or even any replies. CKEditor's help forum has nothing on …

Member Avatar for sleign
0
332

The End.