| 12345678910111213141516171819202122232425262728 |
- <h2>language = 'en' (LTR)</h2>
- <div id="editor-language">
- <p>This is an <a href="https://ckeditor.com">editor</a> instance.</p>
- <figure class="image image-style-side"><img src="./sample.jpg"><figcaption>Caption</figcaption></figure>
- </div>
- <h2>language = 'ar' (RTL)</h2>
- <div id="editor-language-rtl">
- <p>مرحبا <a href="https://ckeditor.com">editor</a></p>
- <figure class="image image-style-side"><img src="./sample.jpg"><figcaption>Caption</figcaption></figure>
- </div>
- <h2>language = 'en' (LTR), <br />contentLanguage = 'ar' (RTL)</h2>
- <div id="editor-language-rtl-content">
- <p>مرحبا <a href="https://ckeditor.com">editor</a></p>
- <figure class="image image-style-side"><img src="./sample.jpg"><figcaption>Caption</figcaption></figure>
- </div>
- <h2>language = 'ar' (RTL), <br />contentLanguage = 'en' (LTR)</h2>
- <div id="editor-language-rtl-ui">
- <p>This is an <a href="https://ckeditor.com">editor</a> instance.</p>
- <figure class="image image-style-side"><img src="./sample.jpg"><figcaption>Caption</figcaption></figure>
- </div>
|