Report an issue
Class

CKEDITOR.plugins.widget.definition

classabstract

This is an abstract class that describes the definition of a widget. It is a type of CKEDITOR.plugins.widget.repository.add method's second argument.

Widget instances inherit from registered widget definitions, although not in a prototypal way. They are simply extended with corresponding widget definitions. Note that not all properties of the widget definition become properties of a widget. Some, like data or edit, become widget's events listeners.

Filtering

Properties