It appears some of the option names have changed from 3.* to 4.*...? Or is it maybe just the case? 3.* menu items had mixed-case, 4.* items (what I've seen) are all lowercase.
I created a custom configuration with basically everything and then ran the sample page. Once the editor was loaded, I used Firebug to view the dom and get the list of controls from the CKEDITOR.instances.editor1.toolbar
I'm considering using firebug to start writing a little more detailed documentation, at least for some of the main uses that I can think of.
Thank you very much for your help. In attachment my config.sys (as a txt file).
I also found an other thread about the same subject: http://ckeditor.com/forums/Support/Color-toolbar-not-showing-CKEditor-4
The answer is:
Use CKBuilder Select Color Button and Color Dialog on the right side and press the arrow in the middle to put the plugins to Selected Plugins section. Download.
So I buid a new version of CKEditor as explained, but unfortunately there is no change.
can you upload the zipped ckeditor folder? or put it somewhere I can snag it and have a look? I'll probably need to play around with it. Or tell me what options you selected in the CKEditor and I'll get it that way.
I figured it was a missing plugin, but I couldn't tell without knowing what you had downloaded. I always get the full and then customize and remove things myself, it's makes debugging and testing a lot easier. For future reference using Mozilla Firefox and the Firebug suite really helps.
I used g33kco's hard work to come up with a config.js (attached) that has the full editor configured. Enjoy! And thanks for doing this. This should seriously be in the documentation.
I made changes into Config.js file to remove one of the buttons fro Full packaged Toolbar. But it is not getting removed. Below is the line code which i am inserting into Config.js file.
re: Complete list of toolbar items?
The following url has a complete list of toolbar items for version 3.x
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar
Could someone point me to the equivalent url for version 4.x? I'm having trouble finding a definitive list of toolbar items in the 4.x documentation.
Cheers.
I've been looking as well and
I've been looking as well and no luck.
It appears some of the option names have changed from 3.* to 4.*...? Or is it maybe just the case? 3.* menu items had mixed-case, 4.* items (what I've seen) are all lowercase.
Same here
I can't seem to find a complete list either, but you're right from what I can see the options are the same just all lower case.
Complete List Coming Soon!
Ok I've found a way to get a complete list, it'll take a little bit, but i'll post it here once I have it.
Complete List Along with Groups
Complete List of Toolbar Items for CKEditor
items
"Source"
"Save"
"NewPage"
"DocProps"
"Preview"
"Print"
"Templates"
"document"
items
"Cut"
"Copy"
"Paste"
"PasteText"
"PasteFromWord"
"Undo"
"Redo"
items
"Find"
"Replace"
"SelectAll"
"Scayt"
items
"Form"
"Checkbox"
"Radio"
"TextField"
"Textarea"
"Select"
"Button"
"ImageButton"
"HiddenField"
items
"Bold"
"Italic"
"Underline"
"Strike"
"Subscript"
"Superscript"
"RemoveFormat"
items
"NumberedList"
"BulletedList"
"Outdent"
"Indent"
"Blockquote"
"CreateDiv"
"JustifyLeft"
"JustifyCenter"
"JustifyRight"
"JustifyBlock"
"BidiLtr"
"BidiRtl"
items
"Link"
"Unlink"
"Anchor"
items
"CreatePlaceholder"
"Image"
"Flash"
"Table"
"HorizontalRule"
"Smiley"
"SpecialChar"
"PageBreak"
"Iframe"
"InsertPre"
items
"Styles"
"Format"
"Font"
"FontSize"
items
"TextColor"
"BGColor"
items
"UIColor"
"Maximize"
"ShowBlocks"
items
"button1"
"button2"
"button3"
"oembed"
"MediaEmbed"
items
"About"
I've also attached a word doc and pdf that are a little easier on the eyes. Enjoy!
Attachments:
Thanks!
Thanks very much for putting this together and posting it.
What was your source for this?
Cheers.
Source
I created a custom configuration with basically everything and then ran the sample page. Once the editor was loaded, I used Firebug to view the dom and get the list of controls from the CKEDITOR.instances.editor1.toolbar
I'm considering using firebug to start writing a little more detailed documentation, at least for some of the main uses that I can think of.
Items TextColor and BGColor don't appear on the toolbar
Using CKEditor 4.0.1, the items 'TextColor' and 'BGColor' don't appear on the toolbar.
All other items are OK. Can somebody help me. Thank you very much in advance.
Here is my toolbar definition:
config.toolbar_Forum =
[
{ name: 'riga1', items : ['Bold','Italic','Underline','-','TextColor','BGColor','-',
'NumberedList','BulletedList','-',
'HorizontalRule','SpecialChar','-','Link','Unlink','-',
'Undo','Redo'] },
'/',
{ name: 'riga2', items : ['Outdent','Indent','-','Cut','Copy','Paste','PasteText','PasteFromWord','-','Maximize'] }
];
config.toolbar = 'Forum';
Can't Recreate
I coppied your config and tried it with the samples provided and it appears to be working fine. Can you paste/attach your full config?
TextColor & BGColor
Thank you very much for your help. In attachment my config.sys (as a txt file).
I also found an other thread about the same subject: http://ckeditor.com/forums/Support/Color-toolbar-not-showing-CKEditor-4
The answer is:
Use CKBuilder
Select Color Button and Color Dialog on the right side and press the arrow in the middle to put the plugins to Selected Plugins section. Download.
So I buid a new version of CKEditor as explained, but unfortunately there is no change.
Attachments:
hmmmm
can you upload the zipped ckeditor folder? or put it somewhere I can snag it and have a look? I'll probably need to play around with it. Or tell me what options you selected in the CKEditor and I'll get it that way.
TextColor & BGColor: OK!
Hi g33kco,
thank you again for your attention. I am pleased to you that now it's OK.
I used CKBuilder and I choose the "full" preset toolbar (the first time I used the "standard" preset toolbar).
Now the TextColor & BGColor buttons appear in the toolbar, without changing anything to my config.sys.
Thanks again
Coolies
I figured it was a missing plugin, but I couldn't tell without knowing what you had downloaded. I always get the full and then customize and remove things myself, it's makes debugging and testing a lot easier. For future reference using Mozilla Firefox and the Firebug suite really helps.
This is what I came up with...
I used g33kco's hard work to come up with a config.js (attached) that has the full editor configured. Enjoy! And thanks for doing this. This should seriously be in the documentation.
Ooops...
First file had a few typos and I couldn't go back and reattach a different file. Here's the final product.
Attachments:
file attachment wit ckeditor
Cheers! Is it possible to implement file attachment with ckeditor (doc, pdf)?
Not able to remove buttons from Full Toolbar
I made changes into Config.js file to remove one of the buttons fro Full packaged Toolbar. But it is not getting removed. Below is the line code which i am inserting into Config.js file.
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
config.removeButtons = 'Source';
};
Please help me. Thanks in Advance :)
Working on this, let you know
Working on this, let you know what I figure out.
I coppied your code, and it
I coppied your code, and it worked fine for me, you could also try this:
config.removePlugins = 'sourcearea';
Complete List of Plugins
Here's the list of "Default" plugins loaded on the full download of ckeditor:
dialogui
dialog
about
a11yhelp
dialogadvtab
basicstyles
bidi
blockquote
clipboard
button
panelbutton
panel
floatpanel
colorbutton
colordialog
templates
menu
contextmenu
div
resize
toolbar
elementspath
enterkey
entities
popup
filebrowser
find
fakeobjects
flash
floatingspace
listblock
richcombo
font
forms
format
horizontalrule
htmlwriter
iframe
wysiwygarea
image
indent
indentblock
indentlist
smiley
justify
menubutton
language
link
list
liststyle
magicline
maximize
newpage
pagebreak
pastetext
pastefromword
preview
print
removeformat
save
selectall
showblocks
showborders
sourcearea
specialchar
scayt
stylescombo
tab
table
tabletools
undo
wsc