Quantcast
Channel: CKEditor.com - CKEditor
Viewing all 2058 articles
Browse latest View live

Can't Enter Text In Editor and Editor Using Different Toolbar Than Configured

$
0
0

Forums: 

Hi All,

I've got a page with two editors on it. Both are textareas with different names. In Firefox, both editors render based on the toobar configuration I set up. Yet the second editor is uneditable. In IE, both editors render with a toolbar not configured. It's as if it's using the a default toolbar. And, as in Firefox, the second editor is uneditable. In config.js I have:
config.toolbar_Basic = [['Bold', 'Italic'], ['Cut', 'Copy', 'Paste', '-', 'Undo', 'Redo']];

I set up the editors like this:
CKEDITOR.replace( 'introInput',{width: '600', height: '400', uiColor: '#0077AA', toolbar: 'Basic'});
CKEDITOR.replace( 'mailbody',{width: '600', height: '400', uiColor: '#0077AA', toolbar: 'Basic'});
 

Any help would be greatly appreciated.

Thanks.


Issue with CKEditor

$
0
0

Forums: 

We have so many plugins and custom build plugins in our system with comments, similar to below,

//To find out if the maximum number of characters in the text box exceeds the maxlimit.
//And truncates the text to maximum limit
//@author (Mahesh)
function textAreaLimiter(field, maxlimit, fieldName) {
    var fieldValue = field.value;

.......

.......
}

When i include CKEditor i am getting errors as below,

SCRIPT1003: Expected ':'
EducationHistory.js?_dc=1370038626859, line 49 character 16
SCRIPT5017: Syntax error in regular expression
reviewDocs.faces, line 16 character 25
SCRIPT257: Could not complete the operation due to error 80020101.
ext-all.js?date=2013_02_14_19_19, line 18 character 5312


The issue can be resolved if I change the comment to have space between @ and //.

so the above function would be,

//To find out if the maximum number of characters in the text box exceeds the maxlimit.
//And truncates the text to maximum limit
// @author (Mahesh)
function textAreaLimiter(field, maxlimit, fieldName) {
    var fieldValue = field.value;

.......

.......
}

I dont want to correct my files as we have so many to correct like this. I would like to fix the CKEditor to handle the above comments.

Please assist me. The issue is only in IE. FF and Chrome doesn't throw any errors.

CK Editor Safari Issue

$
0
0

Forums: 

Hey Everyone, I would like to report an issue with using this newest version of CKEditor with Safari, not sure if anyone else is having this issue. I tested this in all other browsers on Mac and Windows and even Opera, but this issue only happens in Safari (Latest Version). When I click save for the content in the editor it sends the info through my PHP script to save the content to my SQLite3 database and it reloads the page with the saved info and I see this weird Yellow line and blank textarea table under my content every time. Even if I delete it and go into source view, once I come back its there again. No matter what I do it only happens in Safari.

This is the code that appears (See screen shots below), any help on this would be appreciated.

 

 

 

 

 

 

 

      would: (expressing the conditional mood) Indicating the consequence of an imagined event or situation   More »

Tool button not shown

$
0
0

Forums: 

Hello,

I'm testing CKEditor and I can't customize the toolbar as I want.
This is the code I'm using :

CKEDITOR.replace("Risposta", {
toolbar: [    
  { name: "clipboard", items: [ "Cut", "Copy", "Paste", "PasteText", "PasteFromWord", "-", "Undo", "Redo" ] },    
  { name: "basicstyles", items: [ "Bold", "Italic", "Underline", "-", "TextColor", "-", "RemoveFormat" ] },
  { name: "extras", items: [ "Link", "SpecialChar", "Smiley"] },
             ],
   height: 100
}) // end CKEDITOR                                

and attached the result...
Like you can see the "Underline" and "Smiley" buttons are not shown.

How can I solve this problem ?
If it is my mistake in configuring CKEditor, please indicate me where it is...

Thank you,
Davide

 

 

 

Attachments: 

ASP.NET Control for version 4 of CKEditor

$
0
0

Forums: 

Hello guys,

Are there plans to release an updated ASP.NET control for version 4 of CKEditor? It seems that the most recent update is version 3.6.4 from August, 2012, and I can't find anything related to it on the Roadmap in the developer center.

Thanks,

Sam Atwood

inline edit in nested layout

$
0
0

Forums: 

Hi,

I'm trying to impelement inline editing for email layout. The problem is that as you know still the best layout type for email are tables. So now I have many nested tables that I want to inline edit. I can't work inline on tables so I tried to surround all of them with contenteditable divs and then inlineAll().

It seems like only the parent table gets its ckeditor editable area.

Is it even possible to work with nested editors?

The layout is mostly like:

<dv concenteditable=true>

<table>

<dv concenteditable=true>

<table>....</table>

</div>

</table>

</div>

CKEditor 4 error in IE8

$
0
0

Forums: 

Anyone had issue with IE8 and CKEditor 4 ? I am getting following error

 

SCRIPT5007: Unable to get property 'items' of undefined or null reference
ckeditor.js, line 630 character 449

 

It works fine with all IE9 and above browsers. Any prompt help and reply is highly appreciated

Thanks

 

 

 

css styles stripping trailing comma

$
0
0

Forums: 

Hi,

Im not sure if this is the correct behaviour, if its a bug, or just me?

ckeditor seems to strip the trailing comma from the style tag e.g. the width has had its comma removed by default on the table and the td has had its comma removed after vertical-align

e.g

<table align="center" border="0" cellpadding="0" cellspacing="0" style=" height:100px; width:650px ">
    <tbody>
        <tr>
            <td style="vertical-align:top">&nbsp;</td>
        </tr>
    </tbody>
</table>

Is there any way to prevent this?

thanks

Charlie


CKEditor cause ambiguous page scroll

$
0
0

Forums: 

Hi everyone. I know there was topic like this, but I found this bug in 3.6.5 version. I have two CKeditors on page, and when I press enter it scrolls page . Those two CKeditors are in two fields in two separated rows of table. I tried patches from older topic about this problem, but without results. Can anyone help me with this?

P.S. I tried newest verson but the bug remains.

Greater support for user entered classes

$
0
0

Forums: 

Why?

Lots of reasons, but currently the main one for me is Bootstrap in a CMS. Users want to do funky stuff, I want them, wherever possible, to do them through the CKEditor UI rather then having to go into source view.

Implementation is currently patchy and inconsistent - a user can add a class to a table but can't add one to a list or listitem.

I can find specific feature requests for this (img etc) but can't see anything promoting this as a general design principle.

To sum up in a single sentence:

"If I can add an element via the UI, I'd like to be able to add a class to that element"

Or a possibly more practical compromise or step in the right direction:

 "If I can right-click an element a see a properties option, I should be able to add a class (and, probably an ID) to that element"

Reasonable?

Independent Forums

$
0
0

Forums: 

This can be a website which provides all of us info on Independent Forums. You are able to this check out for more info go Independent Forums . This website is usually actual and excellent also. This website is very helpful for everyone.

Error: TypeError: b.lang.contextmenu is undefined

$
0
0

Forums: 

Hi All,

I am using Drupal 7 CKeditor module with CKeditor 4

Everything is working fine when i am running the code on localhost, But when i upload on live site it gives me the following error:

Error: TypeError: b.lang.contextmenu is undefined

Source File: http://www.example.com/mydrupalsetup/sites/all/modules/contrib/ckeditor/ckeditor/ckeditor.js?mnz3l4
Line: 619

 

 

Setting a default font and colour

$
0
0

Forums: 

Hi

I have several inline instances that I'd like to define a default font family, font size and colour for them, such as:

CKEDITOR.inline( editable_1, {
    toolbar: [
      ['Bold','Italic','Underline'],
      ['NumberedList','BulletedList'],
      ['JustifyLeft','JustifyCenter','JustifyRight'],
      ['Undo','Redo'],
      '/',
      ['TextColor','Font','FontSize']
    ],
    // need Helvetica Nueue as defalt font
    // need #DDDDDD as default font colour
    // can't use the CSS file as this is dynamic
    font_names: 'Helvetica Nueue/Helvetica Nueue',
    font_defaultLabel: 'Helvetica Nueue'
});

Any ideas on how to achieve this?

HTML to BBCode Converter

image names and movement

$
0
0

Forums: 

How do I change the image placement on a page when I upload mulitple images with ckeditor and they all have the same name.  Here is my site devilmountaindesign.com/drupal   I wnat to move the circle around on the page, 2 overlapping and the contact circle below and more to the right.  


New file browser for CKEdit

How to disable the content on div tag in ckEditor

$
0
0

Forums: 

Hi All,

 

How can i make a div content(may contain image/input types etc) disbled in ckEditor by using jquery or javscript(for certain class/id). I'm new to ckEditor.Please help me to find the solution.

 

Thanks

How to disable the content on div tag in ckEditor

$
0
0

Forums: 

Hi All,

How can i make a certain div content(may contain image/input types etc) disbled in ckEditor by using jquery or javscript(for certain class/id).In my case i wanted to design a template with few readonly/disabled content in ckEditor.So that when i pass the template to someone for adding the details then he should not be able to remove/replace the readonly content in template(View Source will be disabled for this user).

 I'm new to ckEditor.Please help me to find the solution.

 

Thanks

Craftsman 65-in-1 Universal Multi Tool

$
0
0

Forums: 

Sears Deal of the Day offers Craftsman 65-in-1 Universal Multi Tool for $12.49 with free shipping. Today Only! 

 

download movies on android

$
0
0

Forums: 


This can be a website which provides all of us info on download movies on android. You are able to this check out for more info go download movies on android . This website is usually actual and excellent also. This website is very helpful for everyone.

 

Viewing all 2058 articles
Browse latest View live