| 12345678910111213141516171819 |
- <head>
- <link rel="stylesheet" href="%APPS_DIR%ckeditor/build/modules/amd/theme/ckeditor.css">
- </head>
- <h1>Editor 1: [dir=rtl]</h1>
- <div id="editor1" dir="rtl">
- <h2>شششش</h2>
- <h3>ززززز</h3>
- <p><em>ئئئئ</em> يي يي <strong>ثثثث</strong> ببببب.</p>
- </div>
- <h1>Editor 2: [dir=ltr], mixed content</h1>
- <div id="editor2">
- <h2>Heading 1</h2>
- <h3>ششششششششش</h3>
- <p><em>This</em> يي an <strong>زززززز</strong> instance.</p>
- </div>
|