8
0

grouping.html 246 B

123456789101112131415161718
  1. <h2>Editor with LTR UI</h2>
  2. <div id="editor-ltr">
  3. <p>Editor content</p>
  4. </div>
  5. <h2>Editor with RTL UI</h2>
  6. <div id="editor-rtl">
  7. <p>Editor content</p>
  8. </div>
  9. <style>
  10. .ck.ck-editor {
  11. margin-left: 200px;
  12. margin-right: 200px;
  13. }
  14. </style>