rtl.html 475 B

12345678910111213141516171819
  1. <head>
  2. <link rel="stylesheet" href="%APPS_DIR%ckeditor/build/modules/amd/theme/ckeditor.css">
  3. </head>
  4. <h1>Editor 1: [dir=rtl]</h1>
  5. <div id="editor1" dir="rtl">
  6. <h2>شششش</h2>
  7. <h3>ززززز</h3>
  8. <p><em>ئئئئ</em> يي يي <strong>ثثثث</strong> ببببب.</p>
  9. </div>
  10. <h1>Editor 2: [dir=ltr], mixed content</h1>
  11. <div id="editor2">
  12. <h2>Heading 1</h2>
  13. <h3>ششششششششش</h3>
  14. <p><em>This</em> يي an <strong>زززززز</strong> instance.</p>
  15. </div>