https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112657

Revision: 112657
Author:   christian
Date:     2012-02-28 23:40:29 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
adding bidirectional text for testing

Modified Paths:
--------------
    trunk/extensions/VisualEditor/demos/playground/playground.js

Modified: trunk/extensions/VisualEditor/demos/playground/playground.js
===================================================================
--- trunk/extensions/VisualEditor/demos/playground/playground.js        
2012-02-28 23:40:07 UTC (rev 112656)
+++ trunk/extensions/VisualEditor/demos/playground/playground.js        
2012-02-28 23:40:29 UTC (rev 112657)
@@ -37,7 +37,7 @@
 
        // Set initial content for the "editor"
 //     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...");
-       this.$editor.html("Ipsum <b>New book me<i>ss</i>age is good</b> Lorem");
+       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!");
 //     this.$editor.html("... <b>w</b>");
        this.$editor.addClass('leafNode');
 
@@ -225,4 +225,4 @@
 
 $(function() {
        new app();
-});
\ No newline at end of file
+});


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to