This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #390 from ckeditor/t/389
Other: Disabling a `ListItemView` should be possible using the `isEnabled` property. Closes #389.
- Loading branch information
Showing
6 changed files
with
56 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<h2>Empty</h2> | ||
|
||
<div id="dropdown" class="ck-reset_all"></div> | ||
<div id="dropdown" class="ck ck-reset_all"></div> | ||
|
||
<h2>Dropdown with ListView</h2> | ||
|
||
<div id="list-dropdown" class="ck-reset_all"></div> | ||
<div id="list-dropdown" class="ck ck-reset_all"></div> | ||
|
||
<h2>Long label (truncated)</h2> | ||
|
||
<div id="dropdown-label" class="ck-reset_all"></div> | ||
<div id="dropdown-label" class="ck ck-reset_all"></div> | ||
|
||
<h2>Dropdown with ToolbarView</h2> | ||
|
||
<div id="dropdown-toolbar" class="ck-reset_all"></div> | ||
<div id="dropdown-toolbar" class="ck ck-reset_all"></div> | ||
|
||
<h2>SplitButton Dropdown</h2> | ||
|
||
<div id="dropdown-splitbutton" class="ck-reset_all"></div> | ||
<div id="dropdown-splitbutton" class="ck ck-reset_all"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters