Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CKEditor 5 Custom Build
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Kaufmann
CKEditor 5 Custom Build
Commits
b37d3e90
Unverified
Commit
b37d3e90
authored
Mar 13, 2018
by
Aleksander Nowodzinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Removed obsolete ck-reset* classes (see ckeditor/ckeditor5-editor-decoupled#1).
parent
406da5a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
index.html
sample/index.html
+2
-2
ckeditor-cjs-version.html
tests/manual/ckeditor-cjs-version.html
+2
-2
ckeditor.html
tests/manual/ckeditor.html
+2
-2
No files found.
sample/index.html
View file @
b37d3e90
...
...
@@ -15,10 +15,10 @@
<h1>
CKEditor 5 – decoupled document build – development sample
</h1>
<h2>
The toolbar
</h2>
<div
class=
"toolbar-container
ck-reset_all
"
></div>
<div
class=
"toolbar-container"
></div>
<h2>
The editable
</h2>
<div
class=
"editable-container
ck-reset
"
></div>
<div
class=
"editable-container"
></div>
<style>
.editable-container
,
...
...
tests/manual/ckeditor-cjs-version.html
View file @
b37d3e90
<h2>
The toolbar
</h2>
<div
class=
"toolbar-container
ck-reset_all
"
></div>
<div
class=
"toolbar-container"
></div>
<h2>
The editable
</h2>
<div
class=
"editable-container
ck-reset
"
></div>
<div
class=
"editable-container"
></div>
<style>
.editable-container
,
...
...
tests/manual/ckeditor.html
View file @
b37d3e90
<h2>
The toolbar
</h2>
<div
class=
"toolbar-container
ck-reset_all
"
></div>
<div
class=
"toolbar-container"
></div>
<h2>
The editable
</h2>
<div
class=
"editable-container
ck-reset
"
></div>
<div
class=
"editable-container"
></div>
<style>
.editable-container
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment