Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4613 closed Task (fixed)

Corrections in documentation

Reported by: shri 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 (4)

comment:1 Changed 15 years ago by Garry Yao

Keywords: Doc added; Documentation removed
Owner: set to Garry Yao
Status: newassigned

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.

comment:2 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

comment:3 in reply to:  1 ; Changed 15 years ago by shri

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 15 years ago by Frederico Caldeira Knabben

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!

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy