﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4613	Corrections in documentation	shri	Garry Yao	"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.[[BR]]


Page in question - [http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Dialog_System][[BR]]

I think ""Buttons Definition"" section needs a couple of corrections as shown below[[BR]]


{{{
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
			}
	}
]
}}}

"	Task	closed	Normal		General		fixed	Doc	
