forked from LHeffner/Practice-Repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebtop.html
More file actions
175 lines (144 loc) · 9.83 KB
/
Webtop.html
File metadata and controls
175 lines (144 loc) · 9.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<title>Webtop</title>
</head>
<body>
<h1>Webtop</h1>
<ul>
<li><a href="#Overview">Overview</a></li>
<li><a href="#Access_Webtop">Access Webtop</a></li>
<li><a href="#Webtop_Actions">Actions in Webtop</a>
<ul>
<li><a href="#Lower_Toolbar">Using the Lower Toolbar in Webtop,</a></li>
</ul>
</li>
<li><a href="#Add_listing_to_webtop">Add Listings to Webtop</a>
<ul>
<li><a href="#Max_min_close_listings">Maximize, Minimize, Close Listings on Webtop</a></li>
</ul>
</li>
<li><a href="#Dashboards">Dashboards</a>
<ul>
<li><a href="#CreateDashboard">Create a Dashboard</a></li>
</ul>
<ul>
<li><a href="#EditDelete">Edit or Delete Dashboard</a></li>
</ul>
</li>
</ul>
<h1><a id="Overview" name="Overview">Overview</a></h1>
<p>In OZONE, you will probably spend most of your time in Webtop. This is where you will use the listings that you found in Marketplace and bookmarked to the HUD. Webtop is the framework where applications run and interact with each other. Webtop creates an environment where OZONE compatible applications can share a virtual network and core services that solely exist within the browser’s memory.</p>
<p><img alt="Webtop" src="../ozp-help/Doc_images/Webtop.png" style="height: 339px; width: 565px" title="Webtop" /><br />
<b>Webtop</b><br />
</p>
<h1><a id="Access_Webtop" name="Access_Webtop">Access Webtop</a></h1>
<p>You access Webtop from the Global Toolbar. Click the <img alt="Webtop" src="../ozp-help/Doc_images/Webtop_icon.png" style="height: 21px; width: 21px" title="Webtop icon on the Global Toolbar" /> icon on the left side of the Global Toolbar:</p>
<p><img alt="Webtop access from the toolbar" src="../ozp-help/Doc_images/webtop-access--from-toolbar.png" style="height: 29px; width: 624px" title="Webtop access from the toolbar" /><br />
</p>
<h1><a id="Webtop_Actions" name="Webtop_Actions">Actions in Webtop</a></h1>
<p>This section explains how you do your work in Webtop. You will learn how to add listings, create dashboards and configure your screen. We will start with a quick overview:</p>
<p><br />
<img alt="Overview of webtop functions." src="../ozp-help/Doc_images/WebtopOverview.png" style="height: 487px; width: 624px" title="Overview of webtop functions." /><br />
<b>Webtop Overview</b><br />
<br />
</p>
<h2>Using the <a id="Lower_Toolbar" name="Lower_Toolbar">Lower Toolbar</a> in Webtop</h2>
<p>Use the lower toolbar to add listings to a dashboard, switch dashboards and manage open listings.</p>
<p><img alt="Lower toolbar in Webtop" src="../ozp-help/Doc_images/webtop-lower-toolbar.png" style="height: 33px; width: 624px" title="Lower toolbar in Webtop" /><br />
</p>
<p>The following table explains elements on the lower toolbar.</p>
<table border="1" cellpadding="2" cellspacing="0" style="height: 172px; width: 647px; text-align: left">
<tbody>
<tr>
<td><b>Action</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><img alt="List of all open bookmarks" src="../ozp-help/Doc_images/+.png" style="height: 20px; width: 20px" title="List of all open bookmarks" /></td>
<td>Opens a window that lists all the listings you bookmarked to HUD</td>
</tr>
<tr>
<td><img alt="Dashboard access icon" src="../ozp-help/Doc_images/dashboard-access-icon.png" style="height: 31px; width: 84px" title="Dashboard access icon" /></td>
<td>Opens access to your dashboards. From here you can switch dashboards; and create, edit or delete them.</td>
</tr>
<tr>
<td><img alt="Small listing icons" src="../ozp-help/Doc_images/small-listing-icons-on-webtop.png" style="height: 43px; width: 84px" title="Small listing icons" /></td>
<td>Small icons that signify open listings on the dashboard. A line under the icon represents a listing that is visible on the screen. Icons that do not have lines under them are minimized.</td>
</tr>
<tr>
<td><img alt="Cascading window format" src="../ozp-help/Doc_images/cascading-window-format-icon.png" style="height: 28px; width: 28px" title="Cascading window format" /></td>
<td>On desktop dashboards, the square icon moves all listings into a cascading window format.</td>
</tr>
<tr>
<td><img alt="Make webtop full screen" src="../ozp-help/Doc_images/full-screen-icon.png" style="height: 26px; width: 28px" title="Webtop full screen icon" /></td>
<td>The arrows icon makes the Webtop full-screen (hiding both toolbars) or switches from full-screen mode back to standard view (displaying the toolbars).</td>
</tr>
</tbody>
</table>
<p> </p>
<br />
<h1><a id="Add_listing_to_webtop" name="Add_listing_to_webtop">Add Listings</a> to Webtop</h1>
<p> </p>
<p>Any listing you bookmarked in HUD will be accessible to use in Webtop. To add a listing to your Webtop:</p>
<ol>
<li>Click the <img alt="List of bookmarks" src="../ozp-help/Doc_images/+.png" style="height: 20px; width: 20px" title="List of bookmarks" /> in the lower-left corner.</li>
<li>A window will appear displaying all the listings you bookmarked in the HUD.<br />
Select the ones you want to add and <b>click Open</b> in a new dashboard or <b>Open. </b>To add new listings, <b>click Find more apps</b>.<br />
<img alt="Add bookmarks to your webtop" src="../ozp-help/Doc_images/Add-Listings-to-Webtop.png" style="height: 248px; width: 624px" title="Use this window to add bookmarks to your webtop" /></li>
<li>The listings will open in the dashboard and its small icon will appear at the bottom of the screen.</li>
</ol>
<h2><a id="Max_min_close_listings" name="Max_min_close_listings">Maximize, Minimize, Close Listings</a> on Webtop</h2>
<p>You can maximize, minimize or close a listing using the action buttons. If you want to keep a listing open/running but not look at it on your screen, use the minimize button in upper-right side of the listing:<br />
<img alt="Maximize, minimize and close listings" src="../ozp-help/Doc_images/max-min-close-listing-chrome.png" style="height: 232px; width: 309px" title="Maximize, minimize and close listings" /><br />
<b>Maximize, Minimize and Close Listings</b><br />
</p>
<table border="1" cellpadding="2" cellspacing="2" style="width: 100%; text-align: left">
<tbody>
<tr>
<td><b>Action</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><img alt="Minimize listing" src="../ozp-help/Doc_images/minimize-listing.png" style="height: 28px; width: 28px" title="Minimize listing" /></td>
<td>Minimizes the listing. Its icon remains at the bottom of the screen, however, the blue line under the icon disappears to signify that the listing is not visible.</td>
</tr>
<tr>
<td><img alt="Maximize Listing Icon" src="../ozp-help/Doc_images/maximize-listing.png" style="height: 28px; width: 28px" title="Maximize Listing Icon" /></td>
<td>Maximizes the listing so that it fills the entire screen</td>
</tr>
<tr>
<td><img alt="Close Listing Icon" src="../ozp-help/Doc_images/close-listing.png" style="height: 28px; width: 28px" title="Close Listing Icon" /></td>
<td>Closes the listing. To reopen it, use the <img alt="List of bookmarks" src="../ozp-help/Doc_images/+.png" style="height: 20px; width: 20px" title="List of bookmarks" /> to add it from the HUD</td>
</tr>
</tbody>
</table>
<h1><br />
<a id="Dashboards" name="Dashboards"><b>Dashboards</b></a></h1>
<p>A dashboard is a screen where you organize your tools. It is your workspace to configure listings and allow them to share information that is only saved in the browser, not returned to each listing’s respective servers.</p>
<h2><br />
<a id="CreateDashboard" name="CreateDashboard">Create a Dashboard</a></h2>
<p>You can create multiple dashboards with different configurations of listings. This makes it possible to configure different dashboards for different tasks. You can use the same listing on multiple dashboards. The dashboards can be in grid or desktop format. If you edit the dashboard to change it from one format to the other, your listings will lose their state (i.e. they will refresh and you will lose the data they are currently displaying).</p>
Create a dashboard and add a listing to it:<br />
<ol>
<li>Click the <img alt="Dashboard access icon" src="../ozp-help/Doc_images/dashboard-access-icon.png" style="height: 31px; width: 84px" title="Dashboard access icon" /> at the bottom-left side of Webtop's lower toolbar.</li>
<li>Click <b>+Create a new dashboard</b>.</li>
<li>Type a Name and select if the dashbaorad will have a grid or desktop format.</li>
<li>Click <b>Create Dashboard</b>, the dashboard will automatically open.</li>
<li>Now it's time to add listings. Click the <img alt="Add listings button" src="../ozp-help/Doc_images/+.png" style="height: 20px; width: 20px" title="Add listings button" /> at the bottom-left side of the Webtop's lower toolbar.</li>
<li>All the listings you bookmarked to the HUD will appear. Select the ones you want to use on this dashboard and click <b>Open.</b></li>
</ol>
<h2><a id="EditDelete" name="EditDelete">Edit or Delete a Dashboard</a></h2>
<p>After creating a dashboard you can change its name or view. However, if you change its view, you will lose the state of the listings on that dashboard. That means you will lose any data loaded in that dashboard when it resets.</p>
<p>To edit a dashboard:</p>
<ol>
<li>Click the <img alt="Dashboard access icon" src="../ozp-help/Doc_images/dashboard-access-icon.png" style="height: 31px; width: 84px" title="Dashboard access icon" /> at the bottom-left side of Webtop's lower toolbar.</li>
<li>Click the edit icon beside the dashboard that you want to change:<br />
<img alt="Edit the dashboard" src="../ozp-help/Doc_images/dashboard-edit-icon.png" style="height: 225px; width: 233px" title="Edit the dashboard" /></li>
<li>The edit window opens. Change the Name or View.<br />
<i>Note: If you change the view, you will lose the state of the listings on the dashboard.</i></li>
<li>Click Save Dashboard.</li>
</ol>
</body>
</html>