sorry to see you disappointed, but this is a community forum, not the support channel. Due to the number of incoming requests we as CKSource are unable to provide free support to everyone, so it's up to the community to handle some of the requests. Did you try to help anyone before you asked your question? Perhaps a Google search might also help you better than writing about your frustrations here...
I would not be here if I've found response on Google search.
I am not disappointed because you don’t know to help me.
I am disappointed because you don’t response.
“Sorry I don’t know maybe you could try this or that” would be good enough.
has a point. There are plenty of posts on this forum which go without notice for awhile, including mine. It would be nice for someone to at least take a look and see what tips they could provide.
Could someone help me?
Could someone help me?
Any ideas what could be problem?
Thank for nothing.
Thank for nothing.
Not even one reply.
I am delighted with support.
Hi Damir,
Hi Damir,
sorry to see you disappointed, but this is a community forum, not the support channel. Due to the number of incoming requests we as CKSource are unable to provide free support to everyone, so it's up to the community to handle some of the requests. Did you try to help anyone before you asked your question? Perhaps a Google search might also help you better than writing about your frustrations here...
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
I would not be here if I've
I would not be here if I've found response on Google search.
I am not disappointed because you don’t know to help me.
I am disappointed because you don’t response.
“Sorry I don’t know maybe you could try this or that” would be good enough.
Thank you for your response Anna.
You can start by showing us
You can start by showing us your code and telling us the steps to reproduce the problem.
I mean this guy
has a point. There are plenty of posts on this forum which go without notice for awhile, including mine. It would be nice for someone to at least take a look and see what tips they could provide.
I can’t reproduce bug. That
I can’t reproduce bug. That is mine problem.
Breaks sometimes, once a week or 5 times per day. More often in IE8.
On page.aspx:
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
//-------------------------------------------------------------------------------------------
<CKEditor:CKEditorControl ID="CKeditor1" BasePath="~/ckeditor/" runat="server" Toolbar="Normal"
Height="320px" Width="99%"></CKEditor:CKEditorControl>
//-------------------------------------------------------------------------------------------
function fillEditData(fill) {
//...
var CKeditor1 = CKEDITOR.instances['<%=CKeditor1.ClientID %>'];
//...
var content = (fill) ? spanCVProjectDescription.innerHTML : '';
CKeditor1.setData(content);
}
//-------------------------------------------------------------------------------------------
function saveNewCVProject() {
if (ValidateEntry('NewCVProject')) {
//...
var description = CKeditor1.getData();
//...
PageMethods.SaveNewCVProject(startDate, endDate, txtProjectName.value, description,
ddlHistoryLanguage.value, saveNewCVProjectSuccess, OnFailure);
}
}
Config.js:
CKEDITOR.editorConfig = function (config) {
// Define changes to default configuration here:
config.language = 'en';
config.baseFloatZIndex = 200000;
config.entities_latin = false;
config.ForcePasteAsPlainText = true;
config.enterMode = CKEDITOR.ENTER_BR;
// toolbars:
config.toolbar = 'Basic';
config.toolbar = 'Normal';
config.toolbar = 'NoToolbar';
config.toolbar = 'Less';
config.toolbar_Basic = [
['PasteText', 'PasteFromWord', '-', 'SpecialChar']
];
config.toolbar_Less = [
['Bold', 'Italic', 'Underline', '-', 'BulletedList']
];
config.toolbar_Normal = [
['Bold', 'Italic', 'Underline', '-', 'NumberedList', 'BulletedList']
];
config.toolbar_NoToolbar = [];
};
So. Any advice would be
So. Any advice would be helpful.
I replaced FCKEditor with Ckeditor on many pages.
This is very big project.
Problem happens sometimes on just several pages.
If you don't know how to
If you don't know how to reproduce the problem you'll have to wait until someone has faced the same problem as you and finds this thread.
And it can take a very long time for that to happen.
Or, I can found someone who
Or, I can found someone who have good guess what problem could be, to point me in right direction.
Hello, did you found out
Hello, did you found out what was the issue, Damir?
-Danny http://greenavis.com/