Ticket #3132: Tab_Issue.2.html

File Tab_Issue.2.html, 2.4 KB (added by Martin Kou, 15 years ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--
3Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.html or http://ckeditor.com/license
5-->
6<html xmlns="http://www.w3.org/1999/xhtml">
7<head>
8        <title>Sample - CKEditor</title>
9        <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
10        <script src="sample.js" type="text/javascript" xml:space="preserve"></script>
11        <link href="sample.css" rel="stylesheet" type="text/css"/>
12</head>
13<body>
14        <div id="html">
15                <form action="sample_posteddata.php" method="post">
16                        <p>
17                                <label for="editor1">
18                                        Editor 1:</label><br/>
19                                        <input name="test1" id="test1" value="test" type="text" tabindex="1" />
20<input name="test2" id="test2" value="0" type="text" tabindex="2" />
21<input name="test3" id="test3" value="4" type="text" tabindex="3" />
22<input name="test4"  id="test4" value="None" type="text" tabindex="4" />
23
24                                <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10" tabindex="5">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
25                                <input name="test5" id="test5" value="0" type="text" tabindex="6" />
26<input name="test6" value="0" id="test6" type="text" tabindex="7" />
27<input name="test7" value="" id="test7" type="text" tabindex="8" />
28                        </p>
29                        <p>
30                                <input type="submit" value="Submit" />
31                        </p>
32                </form>
33        </div>
34        <div id="code">
35                <pre>
36&lt;form action=""&gt;
37  &lt;p&gt;
38    &lt;label for="editor1"&gt;
39      Editor 1:&lt;/label&gt;&lt;br /&gt;
40    &lt;textarea id="editor1" name="editor1" <b>class="ckeditor"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
41  &lt;/p&gt;
42  &lt;p&gt;
43    &lt;label for="editor2"&gt;
44      Editor 2:&lt;/label&gt;&lt;br /&gt;
45    &lt;textarea id="editor2" name="editor2" <b>class="ckeditor"</b> rows="10" cols="80"&gt;&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;&lt;/textarea&gt;
46  &lt;/p&gt;
47  &lt;p&gt;
48    &lt;input type="submit" value="Submit" /&gt;
49  &lt;/p&gt;
50&lt;/form&gt;
51</pre>
52        </div>
53</body>
54</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy