1 | <!-- |
---|
2 | Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. |
---|
3 | For licensing, see LICENSE.html or http://ckeditor.com/license |
---|
4 | --> |
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
6 | <head> |
---|
7 | <title>Replace Textareas by Class Name - CKEditor Sample</title> |
---|
8 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
---|
9 | <script> |
---|
10 | showModelessDialog( 'replacebyclass.html', null, 'dialogWidth:800px;dialogHeight:600px' ); |
---|
11 | </script> |
---|
12 | <!-- CKReleaser %REMOVE_LINE% |
---|
13 | <script type="text/javascript" src="../ckeditor.js"></script> |
---|
14 | CKReleaser %REMOVE_START% --> |
---|
15 | </head> |
---|
16 | <body></body> |
---|
17 | </html> |
---|