|
|
@@ -24,7 +24,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
|
|
|
* See the {@glink examples/builds/balloon-editor demo}.
|
|
|
*
|
|
|
* In order to create a balloon editor instance, use the static
|
|
|
- * {@link module:editor-balloon/ballooneditor~BalloonEditor#create `BalloonEditor.create()`} method.
|
|
|
+ * {@link module:editor-balloon/ballooneditor~BalloonEditor.create `BalloonEditor.create()`} method.
|
|
|
*
|
|
|
* # Balloon editor and balloon build
|
|
|
*
|
|
|
@@ -38,7 +38,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
|
|
|
* Using the editor from source gives much better flexibility and allows easier customization.
|
|
|
*
|
|
|
* Read more about initializing the editor from source or as a build in
|
|
|
- * {@link module:editor-balloon/ballooneditor~BalloonEditor#create `BalloonEditor.create()`}.
|
|
|
+ * {@link module:editor-balloon/ballooneditor~BalloonEditor.create `BalloonEditor.create()`}.
|
|
|
*
|
|
|
* @mixes module:core/editor/utils/dataapimixin~DataApiMixin
|
|
|
* @mixes module:core/editor/utils/elementapimixin~ElementApiMixin
|
|
|
@@ -50,7 +50,7 @@ export default class BalloonEditor extends Editor {
|
|
|
* Creates an instance of the balloon editor.
|
|
|
*
|
|
|
* **Note:** do not use the constructor to create editor instances. Use the static
|
|
|
- * {@link module:editor-balloon/ballooneditor~BalloonEditor#create `BalloonEditor.create()`} method instead.
|
|
|
+ * {@link module:editor-balloon/ballooneditor~BalloonEditor.create `BalloonEditor.create()`} method instead.
|
|
|
*
|
|
|
* @protected
|
|
|
* @param {HTMLElement} element The DOM element that will be the source for the created editor
|