2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / tests / samples / text-selection / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4         <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8" >
5         <script src="tizen-web-ui-fw/latest/js/jquery.js"></script>
6         <script src="configure.js"></script>
7         <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.js"></script>
8         <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js"
9                 data-framework-viewport-scale=true>
10         </script>
11         <script src="main.js"></script>
12
13         <title>Text Selection</title>
14 </head>
15
16 <body>
17         <div data-role="page">
18                 <div data-role="header" data-position="fixed">
19                         <h1>User select</h1>
20                 </div>
21                 <div data-role="content">
22                         <p> User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text. User can select text.</p>
23                         <a href="#no-user-select" data-role="button">Go to 'no-select' page</a>
24                 </div>
25         </div>
26
27         <div id="no-user-select" data-role="page" data-add-back-btn="footer">
28                 <div data-role="header" data-position="fixed">
29                         <h1>User no-select</h1>
30                 </div>
31                 <div data-role="content">
32                         <p> User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text. User cannot select text.  </p>
33                         <a data-role="button" id="back">Back</a>
34                 </div>
35         </div>
36
37 </body>
38 </html>