initial import
[roojs1] / examples / form / fck.html
1 <!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">-->
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Forms - FCK</title>
6     <link rel="stylesheet" type="text/css" href="../../cssX/roojs-all.css"/>
7     <link rel="stylesheet" type="text/css" href="../../cssX/xtheme-slate.css"/>
8
9     <script type="text/javascript" src="../../roojs-debug.js"></script>   
10      
11     
12     <script type="text/javascript" src="../../Roo/form/FCKeditor.js"></script>
13     <script type="text/javascript" src="states.js"></script>
14     <script type="text/javascript" src="fck.js"></script>
15      
16
17     <!-- Common Styles for the examples -->
18     <link rel="stylesheet" type="text/css" href="../examples.css" />
19
20
21
22 <style>
23  
24 .roodocs-formblock
25 {
26     border:4px solid #CCCCCC;
27     padding:5px 0pt 5px 10px;
28
29 </style>
30 </head>
31 <body>
32 <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
33 <h1>Fck editor </h1>
34  
35 <p>The js is not minified so it is readable. See 
36 <button type="button" onclick="RooDocs.viewSource.show('/fck.js')">fck.js</button> and 
37 <button type="button" onclick="RooDocs.viewSource.show('/fck.html')">fck.html</button>
38 .</p>
39
40
41 <div style="width:765px;" class="roodocs-formblock">
42     
43         <h3 style="margin-bottom:5px;">Form</h3>
44         <div id="form-ct2"></div>
45     
46 </div>
47
48  
49
50 <div class="x-form-clear"></div>
51
52 </body>
53 </html>