Ticket #6994: 6994.patch

File 6994.patch, 14.4 KB (added by Frederico Caldeira Knabben, 13 years ago)
  • _samples/asp/advanced.asp

     
    3838                <legend>Output</legend>
    3939                <form action="sample_posteddata.asp" method="post">
    4040                        <p>
    41                                 <label>Editor 1:</label><br/>
     41                                <label class="sampleLabel">Editor 1:</label><br/>
    4242                        </p>
    4343<%
    4444        ' Create class instance.
     
    7171        response.write code
    7272%>
    7373                        <p>
    74                                 <label>Editor 2:</label><br/>
     74                                <label class="sampleLabel">Editor 2:</label><br/>
    7575                        </p>
    7676<%
    7777' Configuration that will be used only by the second editor.
  • _samples/asp/events.asp

     
    3838                <legend>Output</legend>
    3939                <form action="sample_posteddata.asp" method="post">
    4040                        <p>
    41                                 <label>Editor 1:</label><br/>
     41                                <label class="sampleLabel">Editor 1:</label><br/>
    4242                        </p>
    4343<%
    4444
     
    100100editor.clearEventHandlers empty
    101101%>
    102102                        <p>
    103                                 <label>Editor 2:</label><br/>
     103                                <label class="sampleLabel">Editor 2:</label><br/>
    104104                        </p>
    105105<%
    106106' Configuration that will be used only by the second editor.
  • _samples/asp/replace.asp

     
    3838                <legend>Output</legend>
    3939                <form action="sample_posteddata.asp" method="post">
    4040                        <p>
    41                                 <label for="editor1">
     41                                <label for="editor1" class="sampleLabel">
    4242                                        Editor 1:</label><br/>
    4343                                <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    4444                        </p>
  • _samples/asp/replaceall.asp

     
    3838                <legend>Output</legend>
    3939                <form action="sample_posteddata.asp" method="post">
    4040                        <p>
    41                                 <label for="editor1">
     41                                <label for="editor1" class="sampleLabel">
    4242                                        Editor 1:</label><br/>
    4343                                <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    4444                        </p>
    4545                        <p>
    46                                 <label for="editor2">
     46                                <label for="editor2" class="sampleLabel">
    4747                                        Editor 2:</label><br/>
    4848                                <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    4949                        </p>
  • _samples/autogrow.html

     
    6161        </div>
    6262        <form action="sample_posteddata.php" method="post">
    6363                <p>
    64                         <label for="editor1">
     64                        <label for="editor1" class="sampleLabel">
    6565                                CKEditor using the <strong>autogrow</strong> plugin with its default configuration:</label>
    6666                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    6767                        <script type="text/javascript">
     
    7575                        </script>
    7676                </p>
    7777                <p>
    78                         <label for="editor2">
     78                        <label for="editor2" class="sampleLabel">
    7979                                CKEditor using the <strong>autogrow</strong> plugin with maximum height set to 400:</label>
    8080                        <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    8181                        <script type="text/javascript">
  • _samples/fullpage.html

     
    4848                </noscript>
    4949        </div>
    5050        <form action="sample_posteddata.php" method="post">
    51                         <label for="editor1">
     51                        <label for="editor1" class="sampleLabel">
    5252                                Editor 1:</label>
    5353                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;html&gt;&lt;head&gt;&lt;title&gt;CKEditor Sample&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</textarea>
    5454                        <script type="text/javascript">
  • _samples/jqueryadapter.html

     
    8282             pages. -->
    8383        <form action="sample_posteddata.php" method="post">
    8484        <p>
    85                 <label for="editor1">
     85                <label for="editor1" class="sampleLabel">
    8686                        Editor 1:</label>
    8787                <textarea class="jquery_ckeditor" cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    8888        </p>
  • _samples/output_html.html

     
    6262        </div>
    6363        <form action="sample_posteddata.php" method="post">
    6464                <p>
    65                         <label for="editor1">
     65                        <label for="editor1" class="sampleLabel">
    6666                                Editor 1:</label>
    6767                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;b&gt;sample text&lt;/b&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    6868                        <script type="text/javascript">
  • _samples/output_xhtml.html

     
    5757        </div>
    5858        <form action="sample_posteddata.php" method="post">
    5959                <p>
    60                         <label for="editor1">
     60                        <label for="editor1" class="sampleLabel">
    6161                                Editor 1:</label>
    6262                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;span class="Bold"&gt;sample text&lt;/span&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    6363                        <script type="text/javascript">
  • _samples/php/advanced.php

     
    5858                </noscript>
    5959        </div>
    6060        <form action="../sample_posteddata.php" method="post">
    61                         <label>Editor 1:</label>
     61                        <label class="sampleLabel">Editor 1:</label>
    6262<?php
    6363// Include the CKEditor class.
    6464include("../../ckeditor.php");
     
    8989echo $code;
    9090?>
    9191                                <br />
    92                                 <label>Editor 2:</label>
     92                                <label class="sampleLabel">Editor 2:</label>
    9393<?php
    9494// Configuration that will only be used by the second editor.
    9595$config['toolbar'] = array(
  • _samples/php/events.php

     
    5454                </noscript>
    5555        </div>
    5656        <form action="../sample_posteddata.php" method="post">
    57                 <label>Editor 1:</label>
     57                <label class="sampleLabel">Editor 1:</label>
    5858<?php
    5959
    6060/**
     
    116116$CKEditor->clearEventHandlers();
    117117?>
    118118                <br />
    119                 <label>Editor 2:</label>
     119                <label class="sampleLabel">Editor 2:</label>
    120120<?php
    121121// Configuration that will only be used by the second editor.
    122122$config['width'] = '600';
  • _samples/php/replace.php

     
    5353        </div>
    5454        <form action="../sample_posteddata.php" method="post">
    5555                <p>
    56                         <label for="editor1">
     56                        <label for="editor1" class="sampleLabel">
    5757                                Editor 1:</label>
    5858                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    5959                </p>
  • _samples/php/replaceall.php

     
    4949        </div>
    5050        <form action="../sample_posteddata.php" method="post">
    5151                <p>
    52                         <label for="editor1">
     52                        <label for="editor1" class="sampleLabel">
    5353                                Editor 1:</label>
    5454                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    5555                </p>
    5656                <p>
    57                         <label for="editor2">
     57                        <label for="editor2" class="sampleLabel">
    5858                                Editor 2:</label>
    5959                        <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    6060                </p>
  • _samples/php/standalone.php

     
    4848        <!-- This <fieldset> holds the HTML code that you will usually find in your pages. -->
    4949        <form action="../sample_posteddata.php" method="post">
    5050                <p>
    51                         <label for="editor1">
     51                        <label for="editor1" class="sampleLabel">
    5252                                Editor 1:</label>
    5353                </p>
    5454                <p>
  • _samples/placeholder.html

     
    5353        </div>
    5454        <form action="sample_posteddata.php" method="post">
    5555                <p>
    56                         <label for="editor1">
     56                        <label for="editor1" class="sampleLabel">
    5757                                CKEditor using the <strong>placeholder</strong> plugin with its default configuration:</label>
    5858                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is a [[sample placeholder]]. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;. &lt;/p&gt;</textarea>
    5959                        <script type="text/javascript">
  • _samples/replacebyclass.html

     
    4646        </div>
    4747        <form action="sample_posteddata.php" method="post">
    4848                <p>
    49                         <label for="editor1">
     49                        <label for="editor1" class="sampleLabel">
    5050                                Editor 1:</label>
    5151                        <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    5252                </p>
  • _samples/replacebycode.html

     
    4848        </div>
    4949        <form action="sample_posteddata.php" method="post">
    5050                <p>
    51                         <label for="editor1">
     51                        <label for="editor1" class="sampleLabel">
    5252                                Editor 1:</label>
    5353                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    5454                        <script type="text/javascript">
     
    6666                        </script>
    6767                </p>
    6868                <p>
    69                         <label for="editor2">
     69                        <label for="editor2" class="sampleLabel">
    7070                                Editor 2:</label>
    7171                        <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    7272                        <script type="text/javascript">
  • _samples/sample.css

     
    173173        padding: 10px 10px 0;
    174174}
    175175
    176 label {
     176.sampleLabel {
    177177        display: block;
    178178        margin-bottom:6px;
    179179}
  • _samples/sharedspaces.html

     
    6767        </div>
    6868        <form action="sample_posteddata.php" id="editorsForm" method="post">
    6969                <p>
    70                         <label for="editor1">
     70                        <label for="editor1" class="sampleLabel">
    7171                                Editor 1 (uses the shared toolbar and elements path):</label>
    7272                        <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    7373                </p>
    7474                <p>
    75                         <label for="editor2">
     75                        <label for="editor2" class="sampleLabel">
    7676                                Editor 2 (uses the shared toolbar and elements path):</label>
    7777                        <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    7878                </p>
    7979                <p>
    80                         <label for="editor3">
     80                        <label for="editor3" class="sampleLabel">
    8181                                Editor 3 (uses the shared toolbar only):</label>
    8282                        <textarea cols="80" id="editor3" name="editor3" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    8383                </p>
    8484                <p>
    85                         <label for="editor4">
     85                        <label for="editor4" class="sampleLabel">
    8686                                Editor 4 (no shared spaces):</label>
    8787                        <textarea cols="80" id="editor4" name="editor4" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
    8888                </p>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy