Ticket #10030: aCode_Extract.txt

File aCode_Extract.txt, 503 bytes (added by Tony Payne, 11 years ago)
Line 
1 <!--   This is the section of code that loads the CKEditor instance
2                It's the same as used in CKEditor 3
3                Script code changed to allow file to be sent -->       
4               
5                <tr>
6          <td align="left" class="cell">
7                        <textarea id="textfield1" name="textfield1"><?php echo $testResults;?></textarea>
8                        [script type="text/javascript">
9                                CKEDITOR.replace( 'textfield1',
10                                {
11                                customConfig : 'custom/config_draper1.js'
12                        });
13                                </script]
14          </td>
15        </tr>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy