Aleksander Nowodzinski
|
1f6a6b2d3d
Internal: Used the new EditorUI#setEditableElement() API in the BalloonEditorUI class.
|
6 年之前 |
Kamil Piechaczek
|
91d7fdaacd
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 年之前 |
Aleksander Nowodzinski
|
9a297df0e4
The editor placeholder configuration using the placeholder attribute should be restricted to <textarea> only.
|
6 年之前 |
Aleksander Nowodzinski
|
5f7b067b31
Fix: Used the data-placeholder attribute instead of invalid placeholder to set the editor placeholder text (see ckeditor/ckeditor5#1517).
|
6 年之前 |
Aleksander Nowodzinski
|
8234357911
Tests: Added tests to check the placeholder feature of the UI. Code refactoring.
|
6 年之前 |
Aleksander Nowodzinski
|
8c2659a89f
Aligned to the new placeholder helpers API in the engine.
|
6 年之前 |
Aleksander Nowodzinski
|
b409722d5e
Merge branch 'master' into t/ckeditor5/479
|
6 年之前 |
Aleksander Nowodzinski
|
88248b16cf
Got rid of *EditableUIView#enableEditingRootListeners(). Moved to render() because view document root rendering is postponed now.
|
6 年之前 |
Krzysztof Krztoń
|
ff59758288
Simplify view property in `EditorUI`.
|
6 年之前 |
Aleksander Nowodzinski
|
d57e888c92
Merge branch 'master' into t/ckeditor5/479
|
6 年之前 |
Kamil Piechaczek
|
fa84310ac7
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Krzysztof Krztoń
|
16b8b1bfe4
Removed deprecated code.
|
6 年之前 |
Krzysztof Krztoń
|
f67133ea3c
Refactoring.
|
6 年之前 |
Aleksander Nowodzinski
|
7ba3bfe719
Renamed detachDomRoots() to detachDomRoot().
|
6 年之前 |
Aleksander Nowodzinski
|
d2e93e5703
Renamed the attachPlaceholder() helper to addPlaceholder().
|
6 年之前 |
Aleksander Nowodzinski
|
3dea0ff2fe
Refactoring: Renamed getPlaceholderElement to getRootPlaceholderElement.
|
6 年之前 |
Aleksander Nowodzinski
|
060a8922ba
Allowed configurable placeholder text. Added placeholder manual test.
|
6 年之前 |
Aleksander Nowodzinski
|
8d7887e629
Renamed EditableUiView methods related to editing root listeners.
|
6 年之前 |
Aleksander Nowodzinski
|
272672b618
Unified the UI destruction process across the editors.
|
6 年之前 |
Aleksander Nowodzinski
|
4f53b12848
Code refactoring and new documentation in the BalloonEditorUI class.
|
6 年之前 |
Krzysztof Krztoń
|
1c615ac11a
Fire `ready` event instead of using `ready()` method.
|
6 年之前 |
Aleksander Nowodzinski
|
fc0037a6e3
Merge branch 't/ckeditor5/1449' into t/ckeditor5/479
|
6 年之前 |
Krzysztof Krztoń
|
e6230d3d20
The `getEditableElement()` method was moved to base class.
|
7 年之前 |
Krzysztof Krztoń
|
9827b3cc28
Return HTMLElement in 'getEditableElement()' method.
|
7 年之前 |
Krzysztof Krztoń
|
95d560fcb3
Refactoring.
|
7 年之前 |
Aleksander Nowodzinski
|
5bb8e30879
Draft of the placeholder feature.
|
7 年之前 |
Krzysztof Krztoń
|
bec6cc4246
Adjust to changes in `EditorUI`.
|
7 年之前 |
Krzysztof Krztoń
|
f63253af61
Deprecate `BalloonEditorUIView#editableElement`.
|
7 年之前 |
Krzysztof Krztoń
|
5eb353fc93
Adjust to changes in `core/EditorWithUI`.
|
7 年之前 |
Oskar Wróbel
|
813b7b3c4a
Used EditorUI as a BalloonEditorUI parent class.
|
7 年之前 |