source: ether_statistics/web/resources/js/Wijmo.2.2.2/Wijmo-Complete/development-bundle/samples/editor/compact.html @ 603

Last change on this file since 603 was 603, checked in by vmipsl, 12 years ago

images

File size: 3.9 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head runat="server">
4    <title>C1Editor</title>
5    <meta charset="utf-8" />
6    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7    <meta name="description" content="%description%" />
8    <meta name="keywords" content="" />
9    <meta name="author" content="ComponentOne" />
10    <link href="../../themes/rocket/jquery-wijmo.css" rel="stylesheet" type="text/css" />
11    <script src="../../external/jquery-1.8.0.min.js" type="text/javascript"></script>
12    <script src="../../external/jquery-ui-1.8.23.custom.min.js" type="text/javascript"></script>
13    <script src="../../external/jquery.mousewheel.min.js" type="text/javascript"></script>
14    <script src="../../external/jquery.wijmo-open.all.2.2.2.min.js" type="text/javascript"></script>
15    <link href="../../themes/wijmo/jquery.wijmo-open.2.2.2.css" rel="stylesheet" type="text/css" />
16    <link href="../../themes/wijmo/jquery.wijmo.wijribbon.css" rel="stylesheet" type="text/css" />
17    <link href="../../themes/wijmo/jquery.wijmo.wijeditor.css" rel="stylesheet" type="text/css" />
18    <script src="../../wijmo/jquery.wijmo.wijribbon.js" type="text/javascript"></script>
19    <script src="../../wijmo/jquery.wijmo.wijeditor.js" type="text/javascript"></script>
20    <script type="text/javascript">
21        $(document).ready(function () {
22            $("#wijeditor").wijeditor();
23
24        });
25    </script>
26</head>
27<body class="demo-single">
28    <div class="container">
29        <div class="header">
30            <h2>
31                Compact</h2>
32        </div>
33        <div class="main demo">
34            <!-- Begin demo markup -->
35            <textarea id="wijeditor" style="width: 320px; height: 480px;">
36                <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/HTML5-logo.svg/200px-HTML5-logo.svg.png" alt="HTML5" />
37                        <h1>
38                                Mobile Web</h1>
39                <p>
40                The Mobile Web refers to the use of Internet-connected applications, or browser-based access to the Internet from a mobile device, such as a smartphone or tablet computer, connected to a wireless network.
41</p>
42<p>
43Traditionally, access to the Web has been via fixed-line services. However, the Web is becoming more accessible by portable and wireless devices and in 2008 mobile access to the Internet exceeded desktop computer-based access for the first time (source: International Telecommunications Union, Oct 2009). The shift to mobile Web access has been accelerating with the rise since 2007 of larger multitouch smartphones, and of multitouch tablet computers since 2010. Both platforms provide better Internet access and browser- or application-based user Web experiences than previous generations of mobile devices have done.
44</p>
45<p>
46The distinction between mobile Web applications and native applications is anticipated to become increasingly blurred, as mobile browsers gain direct access to the hardware of mobile devices (including accelerometers and GPS chips), and the speed and abilities of browser-based applications improve. Persistent storage and access to sophisticated user interface graphics functions may further reduce the need for the development of platform-specific native applications.</p>
47                </textarea>
48            <!-- End demo markup -->
49            <div class="demo-options">
50                <!-- Begin options markup -->
51                <!-- End options markup -->
52            </div>
53        </div>
54        <div class="footer demo-description">
55            <p>
56                The wijeditor widget supports a compact ribbon. When the width of the editor is
57                not enough to show all of the ribbon, the wijeditor will show a compact ribbon.
58            </p>
59        </div>
60    </div>
61</body>
62</html>
Note: See TracBrowser for help on using the repository browser.