Ticket #3459: 3459.patch
File 3459.patch, 11.7 KB (added by , 14 years ago) |
---|
-
_dev/packager/packagefilegen_full.html
105 105 <p> 106 106 <label for="editor1"> 107 107 Editor 1:</label><br /> 108 <textarea name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>108 <textarea name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 109 109 <script type="text/javascript"> 110 110 //<![CDATA[ 111 111 -
_samples/api_dialog.html
104 104 Link dialog). </li> 105 105 <li><strong>Create a custom dialog</strong> ("My Dialog" button).</li> 106 106 </ol> 107 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>107 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 108 108 <script type="text/javascript"> 109 109 //<![CDATA[ 110 110 // Replace the <textarea id="editor1"> with an CKEditor instance. -
_samples/enterkey.html
60 60 <form action="sample_posteddata.php" method="post"> 61 61 <p> 62 62 <br /> 63 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>63 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 64 64 </p> 65 65 <p> 66 66 <input type="submit" value="Submit" /> -
_samples/replacebyclass.html
14 14 <p> 15 15 <label for="editor1"> 16 16 Editor 1:</label><br /> 17 <textarea id="editor1" name="editor1" class="ckeditor" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>17 <textarea id="editor1" name="editor1" class="ckeditor" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 18 18 </p> 19 19 <p> 20 20 <input type="submit" value="Submit" /> … … 27 27 <p> 28 28 <label for="editor1"> 29 29 Editor 1:</label><br /> 30 <textarea id="editor1" name="editor1" <b>class="ckeditor"</b> rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>30 <textarea id="editor1" name="editor1" <b>class="ckeditor"</b> rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 31 31 </p> 32 32 <p> 33 33 <label for="editor2"> 34 34 Editor 2:</label><br /> 35 <textarea id="editor2" name="editor2" <b>class="ckeditor"</b> rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>35 <textarea id="editor2" name="editor2" <b>class="ckeditor"</b> rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 36 36 </p> 37 37 <p> 38 38 <input type="submit" value="Submit" /> -
_samples/replacebycode.html
14 14 <p> 15 15 <label for="editor1"> 16 16 Editor 1:</label><br /> 17 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>17 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 18 18 <script type="text/javascript"> 19 19 //<![CDATA[ 20 20 … … 32 32 <p> 33 33 <label for="editor2"> 34 34 Editor 2:</label><br /> 35 <textarea id="editor2" name="editor2" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>35 <textarea id="editor2" name="editor2" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 36 36 <script type="text/javascript"> 37 37 //<![CDATA[ 38 38 … … 58 58 <p> 59 59 <label for="editor1"> 60 60 Editor 1:</label><br /> 61 <textarea <b>name="editor1"</b> rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>61 <textarea <b>name="editor1"</b> rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 62 62 <script type="text/javascript"> 63 63 //<![CDATA[ 64 64 -
_samples/skins.html
12 12 <div id="html"> 13 13 <form action="sample_posteddata.php" method="post"> 14 14 <p> 15 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>15 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 16 16 <script type="text/javascript"> 17 17 //<![CDATA[ 18 18 … … 25 25 </script> 26 26 </p> 27 27 <p> 28 <textarea id="editor2" name="editor2" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>28 <textarea id="editor2" name="editor2" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 29 29 <script type="text/javascript"> 30 30 //<![CDATA[ 31 31 -
_samples/ui_languages.html
43 43 support the selected language)</span> 44 44 </p> 45 45 <p> 46 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor</a>.</p></textarea>46 <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> 47 47 <script type="text/javascript"> 48 48 //<![CDATA[ 49 49 -
_source/plugins/wysiwygarea/plugin.js
450 450 * Disables the built-in spell checker while typing natively available in the 451 451 * browser (currently Firefox and Safari only).<br /><br /> 452 452 * 453 * Even if word suggestions will not appear in the FCKeditor context menu, this453 * Even if word suggestions will not appear in the CKEditor context menu, this 454 454 * feature is useful to help quickly identifying misspelled words.<br /><br /> 455 455 * 456 456 * This setting is currently compatible with Firefox only due to limitations in -
_source/tests/core/dom/range.html
1847 1847 <div id="playground" style="visibility:hidden"><h1 id="_H1">FCKW3CRange Test</h1><p id="_Para">This is <b id="_B">some</b> text.</p><p>Another paragraph.</p></div> 1848 1848 <div id="playground2" style="visibility: hidden"> 1849 1849 <h1> 1850 Test page for FCKeditor1850 Test page for CKEditor 1851 1851 </h1> 1852 1852 <p id="_P"> 1853 1853 This document contains various markup features commonly used by content editors … … 1961 1961 <p> 1962 1962 <img src="img.gif" alt="" /></p> 1963 1963 <p> 1964 The above is the FCKeditor logo loaded from the FCKeditor.net web site.</p>1964 The above is the CKEditor logo loaded from the FCKeditor.net web site.</p> 1965 1965 <p><b id="_B1">Line 1<br />Line 2<br /><i id="_I1">Line 3</i></b></p> 1966 1966 <p id="_EnlargeP"> Test <b id="_EnlargeB"> <i id="_EnlargeI"> Enlarge</i> this</b> </p> 1967 1967 <p id="_EnlargeP1"> Test<b id="_EnlargeB1"> <i id="_EnlargeI1"> Enlarge</i> this</b> </p> -
_source/tests/plugins/styles/styles.html
336 336 337 337 test_ticket_2040 : function() 338 338 { 339 doc.getById( '_P1' ).setHtml( 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/"> FCKeditor<\/a>.' );339 doc.getById( '_P1' ).setHtml( 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">CKEditor<\/a>.' ); 340 340 341 341 var range = new CKEDITOR.dom.range( doc ); 342 342 range.setStart( doc.getById( '_P1' ), 1 ); … … 345 345 var style = new CKEDITOR.style( { element : 'i' } ); 346 346 style.applyToRange( range ); 347 347 348 assert.areSame( 'this is some <strong><i>sample</i> text<\/strong>. you are using <a href="http://www.fckeditor.net/"> fckeditor<\/a>.', getInnerHtml( '_P1' ) );348 assert.areSame( 'this is some <strong><i>sample</i> text<\/strong>. you are using <a href="http://www.fckeditor.net/">CKEditor<\/a>.', getInnerHtml( '_P1' ) ); 349 349 }, 350 350 351 351 test_checkElementRemovable1 : function()