1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <!-- |
---|
3 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net |
---|
4 | * Copyright (C) 2003-2007 Frederico Caldeira Knabben |
---|
5 | * |
---|
6 | * == BEGIN LICENSE == |
---|
7 | * |
---|
8 | * Licensed under the terms of any of the following licenses at your |
---|
9 | * choice: |
---|
10 | * |
---|
11 | * - GNU General Public License Version 2 or later (the "GPL") |
---|
12 | * http://www.gnu.org/licenses/gpl.html |
---|
13 | * |
---|
14 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") |
---|
15 | * http://www.gnu.org/licenses/lgpl.html |
---|
16 | * |
---|
17 | * - Mozilla Public License Version 1.1 or later (the "MPL") |
---|
18 | * http://www.mozilla.org/MPL/MPL-1.1.html |
---|
19 | * |
---|
20 | * == END LICENSE == |
---|
21 | * |
---|
22 | * Sample page. |
---|
23 | --> |
---|
24 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
25 | <head> |
---|
26 | <title>FCKeditor - Sample</title> |
---|
27 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
28 | <meta name="robots" content="noindex, nofollow" /> |
---|
29 | <script type="text/javascript" src="/fckeditor/fckeditor.js"></script> |
---|
30 | </head> |
---|
31 | <body> |
---|
32 | <h1> |
---|
33 | TC for #1698 |
---|
34 | </h1> |
---|
35 | <div> |
---|
36 | Wait the editor to load and maximize it. |
---|
37 | </div> |
---|
38 | <hr /> |
---|
39 | <form method="post" target="_blank"> |
---|
40 | <script type="text/javascript"> |
---|
41 | <!-- |
---|
42 | var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; |
---|
43 | oFCKeditor.BasePath = '/fckeditor/' ; |
---|
44 | oFCKeditor.Create() ; |
---|
45 | //--> |
---|
46 | </script> |
---|
47 | <br /> |
---|
48 | <select name="relatedCategories" multiple="multiple"> |
---|
49 | <option value="4">Accessories</option> |
---|
50 | <option value="61">Articles</option> |
---|
51 | <option value="3">Flashes</option> |
---|
52 | <option selected="selected" value="1">Pro Corner</option> |
---|
53 | <option selected="selected" value="42">Product</option> |
---|
54 | <option value="21">Softwares</option> |
---|
55 | <option value="41">Techniques</option> |
---|
56 | <option selected="selected" value="2">Technology</option> |
---|
57 | </select> |
---|
58 | <br /> |
---|
59 | <input type="submit" value="Submit" /> |
---|
60 | </form> |
---|
61 | </body> |
---|
62 | </html> |
---|