author | Eugene Ostroukhov <eugeneo@symbian.org> |
Tue, 29 Jun 2010 13:44:16 -0700 | |
changeset 402 | f943a50b6689 |
parent 397 | e5346aff014d |
child 403 | ba20dd5983c7 |
permissions | -rw-r--r-- |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
210
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
2 |
<!-- |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
3 |
/** |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
4 |
* Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies). |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
5 |
* All rights reserved. |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
6 |
* This component and the accompanying materials are made available |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
7 |
* under the terms of the License "Eclipse Public License v1.0" |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
8 |
* which accompanies this distribution, and is available |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
9 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
10 |
* |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
11 |
* Initial Contributors: |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
12 |
* Symbian Foundation - initial contribution. |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
13 |
* Contributors: |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
14 |
*/ |
0f7abfd6ae62
Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents:
196
diff
changeset
|
15 |
--> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
16 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
17 |
<head> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
18 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
397
e5346aff014d
Change from Webruntime to Tools for Mobile Web and WRT to TMW - bug 2899
Paul Beusterien <paulb@symbian.org>
parents:
393
diff
changeset
|
19 |
<title>TMW Debugger</title> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
20 |
<!-- jQuery-ui Begins --> |
402
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
21 |
<link type="text/css" rel="stylesheet" href="preview/script/jquery-ui/css/ui-darkness/jquery-ui-1.8.2.custom.css"/> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
22 |
<script type="text/javascript" src="preview/script/jquery-ui/js/jquery-1.4.2.min.js"></script> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
23 |
<script type="text/javascript" src="preview/script/jquery-ui/js/jquery-ui-1.8.2.custom.min.js"></script> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
24 |
<!-- jQuery-ui Ends --> |
402
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
25 |
<script type="text/javascript" language="JavaScript" src="preview/script/emulator.js"></script> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
26 |
<script type="text/javascript" language="JavaScript" src="preview/script/helper.js"></script> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
27 |
<script type="text/javascript" language="JavaScript" src="preview/script/layout.js"></script> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
28 |
<script type="text/javascript" language="JavaScript" src="preview/script/menu.js"></script> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
29 |
<script type="text/javascript" language="JavaScript" src="preview/script/nokia.js"></script> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
30 |
<script type="text/javascript" language="JavaScript" src="preview/script/resolution.js"></script> |
303
a619b3ef3095
Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
302
diff
changeset
|
31 |
<script type="text/javascript" language="JavaScript" src="preview/preferences.js"></script> |
402
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
32 |
<script type="text/javascript" language="JavaScript" src="preview/script/accelerometer.js"></script> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
33 |
<link type="text/css" rel="stylesheet" href="preview/css/style.css"/> |
235
7576e9f265ea
Bug 1956 - WRT Debugger - Browser displays <Name of WRT project> - Nokia WRT Preview
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
210
diff
changeset
|
34 |
<link rel="icon" type="image/gif" href="preview/favicon.gif" /> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
35 |
</head> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
36 |
<body> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
37 |
<div id="preview-ui-top"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
38 |
<div id="DeviceDisplayLayout" class="hide"> |
338
41174f0a7f7c
Bug 2644 - phonegap example : Orientation preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
334
diff
changeset
|
39 |
|
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
40 |
<div id="DisplaySFKWrapper"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
41 |
<div id="DisplayArea"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
42 |
<div id="IconArea"></div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
43 |
<div id="WidgetArea"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
44 |
<div id="iframeMask" class="hide"></div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
45 |
<iframe src=""></iframe> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
46 |
</div> |
369
0a31422d2116
Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
338
diff
changeset
|
47 |
<div id="camera" class="hide"> |
0a31422d2116
Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
338
diff
changeset
|
48 |
<img src="preview/images/camera.png"/> |
0a31422d2116
Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
338
diff
changeset
|
49 |
<div> |
0a31422d2116
Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
338
diff
changeset
|
50 |
<a id="close-camera" class="ui-button" href="javascript:void(0);">Return to Widget</a> |
0a31422d2116
Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
338
diff
changeset
|
51 |
</div> |
0a31422d2116
Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
338
diff
changeset
|
52 |
</div> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
53 |
<div id="MenuItemsArea" class="scroll-pane"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
54 |
<ul> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
55 |
<li><a href="javascript:void(0);">Exit</a></li> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
56 |
</ul> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
57 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
58 |
<div id="SoftKeysArea"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
59 |
<ul> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
60 |
<li id="LskLabel"><a href="javascript:void(0);">Options</a></li> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
61 |
<li id="RskLabel"><a href="javascript:void(0);">Exit</a></li> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
62 |
</ul> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
63 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
64 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
65 |
<div id="SoftKeys"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
66 |
<a href="javascript:void(0);"><img src="preview/images/TransperantImage.png" name="LskArea" border="0" id="LskArea"/></a><a href="javascript:void(0);"><img src="preview/images/TransperantImage.png" name="RskArea" border="0" id="RskArea"/></a> </div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
67 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
68 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
69 |
<div id="Dialog" title="Notification window"></div> |
393
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
70 |
<div id="InspectorTab" class="hide"> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
71 |
<div>To open Web Inspector you need to: |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
72 |
<ol> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
73 |
<li>Disconnect debugger from Chrome browser.</li> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
74 |
<li>Press <span id="UniversalShortcut" class="shortcut">Ctrl+Shift+I</span><span id="MacShortcut" class="shortcut">Command+Option+I</span> to open inspector.</li> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
75 |
</ol> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
76 |
</div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
77 |
</div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
78 |
</div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
79 |
<div id="preview-ui-bottom"> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
80 |
<div id="preview-ui-bottom-header"> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
81 |
<div>Simulation Controls</div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
82 |
<span class="open" id="Console-Toggle-Button"></span> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
83 |
</div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
84 |
<div id="tabs" class="tabs-bottom"> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
85 |
<ul id="tabs-header"> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
86 |
<li><a href="#console">Console</a></li> |
402
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
87 |
<li><a href="#event-acceleration">Acceleration</a></li> |
391
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
88 |
<li><a href="#event-battery-info">Battery</a></li> |
393
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
89 |
<li><a href="#event-messaging-info">Events</a></li> |
391
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
90 |
<li><a href="#settings-view">Preferences</a></li> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
91 |
</ul> |
393
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
92 |
<div id="console" class="hide" style="height: 100%"> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
93 |
<span id="Console-Clear-Button"></span> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
94 |
<div style="clear:left;"></div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
95 |
<div id="preview-ui-bottom-body" style="height: 100%"></div> |
5b968742b729
Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
391
diff
changeset
|
96 |
</div> |
402
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
97 |
<div id="event-acceleration" class="hide"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
98 |
<div style="width: 100%"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
99 |
<div style="margin-left: auto; margin-right: auto; width: 250px"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
100 |
<canvas width="140px" height="120px" id="phoneposition" >No canvas available</canvas> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
101 |
<div id="accel-data"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
102 |
<div>X Axis: <span id="xaxis" class="readonly-field">0000</span></div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
103 |
<div>Y Axis: <span id="yaxis" class="readonly-field">0</span></div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
104 |
<div>Z Axis: <span id="zaxis" class="readonly-field">0</span></div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
105 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
106 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
107 |
<div id="accel-sliders"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
108 |
<div style="height: 15px"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
109 |
<div id="sliderY"></div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
110 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
111 |
<div style="height: 15px"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
112 |
<div id="sliderZ"></div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
113 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
114 |
<div style="height: 15px"> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
115 |
<div id="sliderX"></div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
116 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
117 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
118 |
</div> |
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
119 |
</div> |
391
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
120 |
<div id="event-battery-info" class="hide"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
121 |
<table cellpadding='0' cellspacing='0' width="100%"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
122 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
123 |
<th>Charging status</th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
124 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
125 |
<a class="ui-button-fixed" id="connect-charger">Connect charger</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
126 |
<a class="ui-button-fixed" id="disconnect-charger">Disconnect charger</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
127 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
128 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
129 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
130 |
<th>Battery Strength</th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
131 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
132 |
<div id="slider"></div> |
402
f943a50b6689
Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
397
diff
changeset
|
133 |
<div id="slider-value-panel"><span class="readonly-field">0</span></div> |
391
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
134 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
135 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
136 |
</table> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
137 |
</div> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
138 |
<div id="event-messaging-info" class="hide"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
139 |
<table cellpadding='0' cellspacing='0' width="100%"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
140 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
141 |
<th>New message</th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
142 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
143 |
<a class="ui-button-fixed" id="send-sms">Trigger new SMS</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
144 |
<a class="ui-button-fixed" id="send-mms">Trigger new MMS</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
145 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
146 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
147 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
148 |
<th>Memory Card</th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
149 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
150 |
<a class="ui-button-fixed" id="connect-memory-card">Connect</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
151 |
<a class="ui-button-fixed" id="disconnect-memory-card">Disconnect</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
152 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
153 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
154 |
</table> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
155 |
</div> |
391
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
156 |
<div id="settings-view" class="hide"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
157 |
<table width="100%" cellpadding="0" cellspacing="0"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
158 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
159 |
<th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
160 |
WRT Version |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
161 |
</th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
162 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
163 |
<label><input type="radio" name="wrt_version" id="wrt_version_1_0" value="WRT 1.0"/> WRT 1.0</label> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
164 |
<label><input type="radio" name="wrt_version" id="wrt_version_1_1" value="WRT 1.1"/> WRT 1.1</label> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
165 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
166 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
167 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
168 |
<th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
169 |
Home Screen view |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
170 |
</th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
171 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
172 |
<div id="HS_Control_Info"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
173 |
Hello |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
174 |
</div> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
175 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
176 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
177 |
</table> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
178 |
</div> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
179 |
<div id="mini-view-info" class="hide"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
180 |
<div class="ui-panel"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
181 |
<a class="ui-button" id="mini-view-back">Back</a> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
182 |
</div> |
391
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
183 |
<table cellpadding='0' cellspacing='0' width="100%"> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
184 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
185 |
<th>To enable Mini view support for HomeScreen widget </th> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
186 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
187 |
<tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
188 |
<td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
189 |
Add this line in Info.plist file |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
190 |
<code><key>MiniViewEnabled</key><br/><true/></code> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
191 |
and optionally add the following to the MainHTML file |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
192 |
<code><div id="miniView"> <-- Define your Home Screen view here --> </div></code><br/> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
193 |
See Web Developer's Library for <a class="link" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-63F4E17E-8895-4054-82AD-762B90610B30.html" target="_blank">more details</a> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
194 |
</td> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
195 |
</tr> |
62472296236e
JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
369
diff
changeset
|
196 |
</table> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
197 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
198 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
199 |
</div> |
334
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
200 |
<div id="TopToolbar"> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
201 |
<div id="rotateCW"></div> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
202 |
<select id="resOptions"> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
203 |
<option selected="selected" value="http://www.forum.nokia.com/devices/matrix_240x320_1.html">240x320</option> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
204 |
<option value="http://www.forum.nokia.com/devices/matrix_320x240_1.html">320x240</option> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
205 |
<option value="http://www.forum.nokia.com/devices/matrix_360x640_1.html">360x640</option> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
206 |
<option value="http://www.forum.nokia.com/devices/E90_Communicator">800x352</option> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
207 |
</select> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
208 |
<div id="rotateCCW"></div> |
915daddff233
JS cleanup to make it more compatible with JSDT
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
304
diff
changeset
|
209 |
</div> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
210 |
<div id="PreferencesBtn" class="hide"></div> |
274
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
235
diff
changeset
|
211 |
<div id="InspectorBtn" class="hide"></div> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
212 |
<div id="orientationIcon"></div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
213 |
<div id="loaderDiv"></div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
214 |
<div id="NotificationDiv" class="hide"> |
196 | 215 |
<p>WRT Simulation may not work properly on this browser, <br/>Chrome is recommended for widget preview and debugging. <br/><br/><strong>Continue?</strong></p> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
216 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
217 |
<div id="BrowserNotificationBar" class="hide"> |
196 | 218 |
<p><a></a>WRT Simulation may not work properly on this browser, Chrome is recommended for widget preview and debugging</p> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
219 |
</div> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
220 |
</body> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
221 |
</html> |