Ticket #4613 (closed Task: fixed)
Corrections in documentation
| Reported by: | shri046 | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Doc | Cc: |
Description
I am not sure if this is the right place to propose corrections in documentation but I thought opening a ticket for corrections/changes in CKEditor docs was the most appropriate.
Page in question - http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Dialog_System
I think "Buttons Definition" section needs a couple of corrections as shown below
buttons: [
CKEDITOR.dialog.okButton,
CKEDITOR.dialog.cancelButton,
{
id: 'unique name',
type: 'button',
label: 'Custom Button',
title: 'Button description',
accessKey: 'C',
disabled: false,
onClick: function()
{
// code on click
}
}
]
Change History
comment:1 follow-up: ↓ 3 Changed 4 years ago by garry.yao
- Status changed from new to assigned
- Owner set to garry.yao
- Keywords Doc added; Documentation removed
comment:2 Changed 4 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
comment:3 in reply to: ↑ 1 ; follow-up: ↓ 4 Changed 4 years ago by shri046
Replying to garry.yao:
It's done on doc site, thanks for the fix, we would like to give you privilege on it if you would like to provide us your U/P.
Not exactly sure what you mean by U/P. Username/Password?
comment:4 in reply to: ↑ 3 Changed 4 years ago by fredck
Replying to shri046:
Not exactly sure what you mean by U/P. Username/Password?
I think that's what Garry wanted to say, but we definitely don't need your password.
If you want write access to the docs, please send us your username through our contact form. Thanks!

It's done on doc site, thanks for the fix, we would like to give you privilege on it if you would like to provide us your U/P.