Ticket #8573: ckeditor_example
File ckeditor_example, 480 bytes (added by , 13 years ago) |
---|
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" > |
4 | <head> |
5 | <title>Virtual Library</title> |
6 | <script type="text/javascript"> |
7 | alert(document.getElementById('xxx').name); |
8 | |
9 | </script> |
10 | </head> |
11 | <body> |
12 | <textarea class="ckeditor" id="xxx" name="nhfkahshfdsah" maxlength="20000"></textarea> |
13 | </body> |
14 | </html> |