Tagged Questions
9
votes
2answers
1k views
Get computed font size for DOM element in JS
Is it possible to detect the computed font-size of a DOM element, taking into consideration generic settings made elsewhere (In the body tag for example), inherited values, and so on?
A ...
8
votes
1answer
73 views
In Ckeditor how to copy/get all formating from a selected text
I am using CKEditor ver.3.6 in my Asp.net MVC 3 Application.
My requirement is to create Paint format option in the Google doc.I need to implement Paint format option in a ckeditor.
In Ckeditor how ...
4
votes
6answers
4k views
CKEditor: Class or ID for editor body
I have an instance of CKEditor on a page. I am trying to give the CKEditor's body a class or ID so it matches some styles I have defined in a stylesheet.
There is a API documentation that should give ...
3
votes
2answers
218 views
Force CKEditor to add a class to p-tags
I must configure CKEditor to add a class-attribute to every p-tag in the content. You can do something similar with config.format_p but it will only apply the class-attribute to text that is marked as ...
3
votes
2answers
1k views
Maximizing / Resizing a dialog window in CKEDitor
I need to programmatically maximize / resize a CKEditor IFrame dialog (i.e. a CKEditor dialog with an "ok" and "cancel" button, and an iframe in it for the rest). I would need the dialog to stay ...
3
votes
4answers
7k views
How to make CKEditor render text with a CSS?
I have a CKEditor used to edit a text in a web-page.
In the web-page, the text renders in its context and therefore follows the page CSS formatting.
My question is how to tell CKEditor to apply a ...
2
votes
1answer
88 views
How to insert code inside certain div in ckeditor rather than inserting it at cusor position?
I am trying to create buttons for ckeditor that will add rows and columns of contents to the editor using 960.gs grid system.
I need a way to insert the generated code into certain div that already ...
2
votes
2answers
58 views
What web admin wysiwyg preview options are available?
I have a web admin where there is a wysiwyg editor when a user edits information.
There is also a view only template.The user views the information before clicking an edit action.
Currently the view ...
2
votes
2answers
371 views
Problem with CKEditor inside a ColorBox modal popup
Please can anyone help me out. I have an html page in which I have added a modal popup from ColorBox. In the ColorBox popup, I have added a CKEditor. The problem is as follows:
In IE, the CKEditor ...
2
votes
1answer
358 views
CKEditor fails to parse style setting
When I save a document in CKEditor (CKEditor 3.5.2), the saved HTML is right. But when I open that HTML again for editing (putting the HTML in a textarea and then load CKEditor), CKEditor parses the ...
2
votes
1answer
697 views
CSS - Input with width:100% inside a div with position relative and width 40px has 100px width
Good day to all. I have a css problem with ck editor dialog box.
The main ideea is kind of like this I have a div with position relative and set width (40px) and a input with width:100%. The problem ...
2
votes
1answer
706 views
Wrap CKEditor WYSYWG content with additional (non editable) HTML to apply element specific formatting
I am attempting to have the WYSYWG view within CKEDITOR display with the same formatting as it will within the final rendered HTML.
I am currently applying the correct CSS through specifying the ...
2
votes
5answers
2k views
CKEDITOR - prevent adding image dimensions as a css style
How to prevent CKEDITOR from adding image dimensions as a style?
Instead of this:
<img src="image.jpg" style="height:100px; width:100px;">
I want this
<img src="image.jpg" height="100px" ...
1
vote
1answer
21 views
In CKEditor, how do I change the “indent” plugin to 20px instead of 40px?
When I push "indent" on CKEDITOR, it creates a div with margin-left 40.
How can I change that number to 20?
1
vote
1answer
69 views
In CKEditor, how can I add a “text” label to a button?
editor.ui.addButton( 'ImageUpload',{
label: 'Upload Image',
command: 'popup_image_uploader',
icon: this.path + 'images/icon.png'
});
...
1
vote
1answer
46 views
How do I change CKEditor so that it doesn't automatically put <p></p> inside the textarea?
I'm following the tutorial of CKEditor, and I did this:
$( '#editor' ).ckeditor(function(){}); //great works!!
But now...when I submit the form...I see that by default, the textarea has ...
1
vote
1answer
142 views
CKEditor format class
I am writing a CKEditor plugin to apply a specific class to an element. Basically this class
is setting the text colour to a specific redish colour.
Anyways, I am not getting how to define a class ...
1
vote
0answers
100 views
Integrating CK Editor in Rails 3 through an iframe to avoid CSS clash
I used the following CK Editor gem https://github.com/galetahub/ckeditor for rails to load CK Editor in Rails 3 but dialogs look weird because of a clash with the CSS of my application( I'm using ...
1
vote
1answer
91 views
CKeditor content styled as the frontend design
I am currently making a design where a CKeditor is managing the content in a 960px wide container. Well the content inside that box is in two columns, which is just two divs, that is styled with ...
1
vote
0answers
219 views
ckeditor “ style= 'white-space: nowrap' ” to all paragraph
I've been using ckeditor for several years, but today I encountered a strange issue.
By looking at the generated html I've noticed that each paragraph has the inline css property 'white-space: nowrap' ...
1
vote
1answer
460 views
ckeditor default style or class for the textarea
Does anyone know how i can make my textarea in a ckeditor object, use a class or custom style so i can show to the user something similar to what is getting rendered in the site?
Thanx
So i'm using ...
1
vote
1answer
217 views
ckeditor class on paragraph is not being recognized
Good day to all. I need to put a class on paragraph tags in ckeditor. Inside config.js I added:
...
config.format_p = { element : 'p', attributes : { class : 'whatever' } };
...
as in ...
1
vote
2answers
1k views
CKEditor add CSS styling to Preview and Editor
Is it possible to add CSS to style the Editor text as well as the Preview?
The CMS has a different set of CSS files from the public part of the website and I want the editor to try (at least) and ...
1
vote
1answer
195 views
prevent CKEDITOR from adding image dimensions as a style
In ckeditor: Is there a way to get the width and height attributes instead of css style attribute for the image dimensions?
1
vote
2answers
791 views
CKEditor doesn't apply inline styles to links
I'm using ckeditor version 3 as a text editor to create markup to be sent through email. This means that I have to have all the styles inline and anything that needs to be styled will definitely need ...
0
votes
1answer
63 views
How to set default font-size on CKEditor
I am having a problem setting a default font-size for a CKEditor Instance. I have tried googling but found nothing that answers my question.
I have a page which takes an input for a website. There ...
0
votes
0answers
18 views
Getting ckeditor's stylesheet parser to work
I'm new to ckeditor and currently trying to customize it for implementation in my site. I managed to create and apply a custom config file with a customized toolbar, but don't seem to get to customize ...
0
votes
1answer
23 views
In CkEditor, how do I apply a stylesheet while I'm currently editing?
When CKEditor is loaded and I'm editing the stuff, I want the background to be yellow as I edit.
How do I "set" that stylesheet inside the editor.
0
votes
0answers
31 views
customise page preview in ckeditor
I am using ckeditor in one of my projects, and I need to customise the page preview page (add background image and ect). I have downloaded the ckeditor zip file and located the preview plugin under ...
0
votes
1answer
70 views
Prevent CKEditor from removing invalid style declarations in style attributes
Is there any way to prevent CKEditor from removing broken/invalid style declarations from elements.
We have some users that have used invalid values for things like margins, widths, etc. Basically ...
0
votes
0answers
65 views
cakephp and ckeditor - conflicting em, strong, bold, italic and sizing issues?
I'm fairly new to JS and cakephp, humble apologies.
I have a textarea which uses ckeditor to make it a wysiwyg. I also have a bit of JS which watches the ckeditor and when a user types into it, ...
0
votes
1answer
66 views
How to design a menu Bar like ckEditor
I am trying to design a Menu bar like ckeditor or TinyMCE. Any idea how to design as i have just sufficient knowledge about CSS and JS so i can do that my own but not getting any clue after spending ...
0
votes
0answers
95 views
CKEditor Cache problem, edit skin css
I'm trying to edit the dialog.css for a skin on CKEditor, the problem is it seems to be caching the css and no matter what, it doesn't seem to clear. I've switched browsers, cleared all cache, I also ...
0
votes
2answers
157 views
ckeditor and cakephp - I can't make the text area bigger - what am I doing wrong
sorry for being such a plonker but I'm a bit new and this is doing my 'ed in.
I'm using cakephp and I've got a form which uses ckeditor as the textarea. I include the javascript file and jquery and ...
0
votes
1answer
57 views
How to insert text rendered with CSS in CKEditor?
I am programming some plugins that insert elements like pictures and tables inside the editor. What I need is to see these elements in the editor rendered with their final aspect. I mean, I need to ...
0
votes
0answers
57 views
Having problems getting ckeditor working with the jquery simplemodal plugin
I am using ckeditor on a java website that uses the simplemodal plugin. I have been able to get ckeditor working on a page that does not require the simplemodal plugin so I haven't had any problems ...
0
votes
2answers
201 views
Access CKEditor iframe's style tags with jQuery
This works in Firefox and Chrome, but not in IE8.
<div class="container">
<form action="">
<textarea id="myed" rows="" cols=""></textarea>
</form>
<button ...
0
votes
1answer
263 views
Set default image style in CKEditor
I'm using CKEditor with CKFinder in a custom CMS. Users upload and insert photos in articles and that works almost beautifully. The downside is that the default image style is margin/padding:0px, ...
0
votes
1answer
161 views
Problem attaching stylesheet to CKEditor
I've got a config.js file that looks like:
CKEDITOR.editorConfig = function( config )
{
config.stylesSet = 'custom:/themes/custom.js';
config.contentsCss = '/assets/css/master.css';
};
I can ...
0
votes
1answer
184 views
CKEditor 3: Table style gets overwritten
I just installed CKEditor 3.0. Everything works fine, except the style of the editor. Because in this newest version the WYSIWYG buttons are put on the website (instead in a frame), my stylesheet ...
0
votes
1answer
68 views
CKEditor: Iconify code without using divs
Hi all I've implemented a plugin (mentioned elsewhere in this site, BTW) that shows an icon rather than parts of edited document in WYSIWYG mode. You can see it in action here
...
0
votes
1answer
182 views
Render cell border in IE, Chrome
Has anyone idea why cell border on this page http://www.skirent.pl/informacje/cennik.html is well rendered in FF, but not in IE and Chrome?
I used CKEditor to generate this table, and I cannot find ...
0
votes
2answers
296 views
webpage css overrides ckeditor 3 style
I've got a page where I load screen.css which contains an evil rule, which for various reasons I cannot remove or modify:
a {
background: red !important;
}
I use CKEditor 3.x on the same page ...
0
votes
4answers
580 views
CKEditor adds html entities to inline CSS. Is the CSS still valid?
I have this piece of code:
<table style="background-image: url(path/to_image.png)">
And when I load it in CKEditor it's transformed in:
<table style="background-image: ...
0
votes
1answer
299 views
Make content 100% height with scrollbar
I am using CKEditor (http://ckeditor.com) and I've created my own custom file browser...
Problem is, when you open the filebrowser, it opens it in a new popup window and has no scrollbars. I ...
0
votes
2answers
1k views
Ckeditor : How can i make few tags like h3 , h4 , h5 non editable in ckeditor
Ckeditor : How can i make few tags like h3 , h4 , h5 non editable in ckeditor
open to js solution or css any will do