Ticket #3459: 3459.patch

File 3459.patch, 11.7 KB (added by Artur Formella, 14 years ago)
  • _dev/packager/packagefilegen_full.html

     
    105105                <p>
    106106                        <label for="editor1">
    107107                                Editor 1:</label><br />
    108                         <textarea name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     108                        <textarea name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    109109                        <script type="text/javascript">
    110110                        //<![CDATA[
    111111
  • _samples/api_dialog.html

     
    104104                                Link dialog). </li>
    105105                        <li><strong>Create a custom dialog</strong> ("My Dialog" button).</li>
    106106                </ol>
    107                 <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     107                <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    108108                <script type="text/javascript">
    109109                //<![CDATA[
    110110                        // Replace the <textarea id="editor1"> with an CKEditor instance.
  • _samples/enterkey.html

     
    6060                <form action="sample_posteddata.php" method="post">
    6161                        <p>
    6262                                <br />
    63                                 <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     63                                <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    6464                        </p>
    6565                        <p>
    6666                                <input type="submit" value="Submit" />
  • _samples/replacebyclass.html

     
    1414                        <p>
    1515                                <label for="editor1">
    1616                                        Editor 1:</label><br />
    17                                 <textarea id="editor1" name="editor1" class="ckeditor" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     17                                <textarea id="editor1" name="editor1" class="ckeditor" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    1818                        </p>
    1919                        <p>
    2020                                <input type="submit" value="Submit" />
     
    2727  &lt;p&gt;
    2828    &lt;label for="editor1"&gt;
    2929      Editor 1:&lt;/label&gt;&lt;br /&gt;
    30     &lt;textarea id="editor1" name="editor1" <b>class="ckeditor"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
     30    &lt;textarea id="editor1" name="editor1" <b>class="ckeditor"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
    3131  &lt;/p&gt;
    3232  &lt;p&gt;
    3333    &lt;label for="editor2"&gt;
    3434      Editor 2:&lt;/label&gt;&lt;br /&gt;
    35     &lt;textarea id="editor2" name="editor2" <b>class="ckeditor"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
     35    &lt;textarea id="editor2" name="editor2" <b>class="ckeditor"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
    3636  &lt;/p&gt;
    3737  &lt;p&gt;
    3838    &lt;input type="submit" value="Submit" /&gt;
  • _samples/replacebycode.html

     
    1414                        <p>
    1515                                <label for="editor1">
    1616                                        Editor 1:</label><br />
    17                                 <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     17                                <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    1818                                <script type="text/javascript">
    1919                                //<![CDATA[
    2020
     
    3232                        <p>
    3333                                <label for="editor2">
    3434                                        Editor 2:</label><br />
    35                                 <textarea id="editor2" name="editor2" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     35                                <textarea id="editor2" name="editor2" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    3636                                <script type="text/javascript">
    3737                                //<![CDATA[
    3838
     
    5858  &lt;p&gt;
    5959    &lt;label for="editor1"&gt;
    6060      Editor 1:&lt;/label&gt;&lt;br /&gt;
    61     &lt;textarea <b>name="editor1"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
     61    &lt;textarea <b>name="editor1"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
    6262    &lt;script type="text/javascript"&gt;
    6363    //&lt;![CDATA[
    6464
  • _samples/skins.html

     
    1212        <div id="html">
    1313                <form action="sample_posteddata.php" method="post">
    1414                        <p>
    15                                 <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     15                                <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    1616                                <script type="text/javascript">
    1717                                //<![CDATA[
    1818
     
    2525                                </script>
    2626                        </p>
    2727                        <p>
    28                                 <textarea id="editor2" name="editor2" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     28                                <textarea id="editor2" name="editor2" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    2929                                <script type="text/javascript">
    3030                                //<![CDATA[
    3131
  • _samples/ui_languages.html

     
    4343                                        support the selected language)</span>
    4444                        </p>
    4545                        <p>
    46                                 <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
     46                                <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    4747                                <script type="text/javascript">
    4848                                //<![CDATA[
    4949
  • _source/plugins/wysiwygarea/plugin.js

     
    450450 * Disables the built-in spell checker while typing natively available in the
    451451 * browser (currently Firefox and Safari only).<br /><br />
    452452 *
    453  * Even if word suggestions will not appear in the FCKeditor context menu, this
     453 * Even if word suggestions will not appear in the CKEditor context menu, this
    454454 * feature is useful to help quickly identifying misspelled words.<br /><br />
    455455 *
    456456 * This setting is currently compatible with Firefox only due to limitations in
  • _source/tests/core/dom/range.html

     
    18471847        <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>
    18481848        <div id="playground2" style="visibility: hidden">
    18491849                <h1>
    1850                         Test page for FCKeditor
     1850                        Test page for CKEditor
    18511851                </h1>
    18521852                <p id="_P">
    18531853                        This document contains various markup features commonly used by content editors
     
    19611961                <p>
    19621962                        <img src="img.gif" alt="" /></p>
    19631963                <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>
    19651965                <p><b id="_B1">Line 1<br />Line 2<br /><i id="_I1">Line 3</i></b></p>
    19661966                <p id="_EnlargeP"> Test <b id="_EnlargeB"> <i id="_EnlargeI">  Enlarge</i> this</b>   </p>
    19671967                <p id="_EnlargeP1"> Test<b id="_EnlargeB1"> <i id="_EnlargeI1">  Enlarge</i> this</b>   </p>
  • _source/tests/plugins/styles/styles.html

     
    336336
    337337                test_ticket_2040 : function()
    338338                {
    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>.' );
    340340
    341341                        var range = new CKEDITOR.dom.range( doc );
    342342                        range.setStart( doc.getById( '_P1' ), 1 );
     
    345345                        var style = new CKEDITOR.style( { element : 'i' } );
    346346                        style.applyToRange( range );
    347347
    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' ) );
    349349                },
    350350
    351351                test_checkElementRemovable1 : function()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy