Index: trunk/extensions/VisualEditor/demos/playground/playground.js |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | |
39 | 39 | // Set initial content for the "editor" |
40 | 40 | // this.$editor.html("<b>Lorem Ipsum is simply dummy text</b> of the printing and typesetting industry. <b>Lorem Ipsum has been the <i>industry's</i> standard</b> dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it <u>to <b>make <i>a type</i> specimen</b> book.</u>... New text..."); |
41 | | - this.$editor.html("Ipsum <b>New book me<i>ss</i>age is good</b> Lorem"); |
| 41 | + this.$editor.html("This is a <span style='direction: rtl; unicode-bidi: bidi-override;'>bidirectional text</span> page. Let's see if this damn thing works!"); |
42 | 42 | // this.$editor.html("... <b>w</b>"); |
43 | 43 | this.$editor.addClass('leafNode'); |
44 | 44 | |
— | — | @@ -225,4 +225,4 @@ |
226 | 226 | |
227 | 227 | $(function() { |
228 | 228 | new app(); |
229 | | -}); |
\ No newline at end of file |
| 229 | +}); |