-
Notifications
You must be signed in to change notification settings - Fork 0
/
um_views.html
45 lines (40 loc) · 2.47 KB
/
um_views.html
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
<!DOCTYPE html>
<html>
<head>
<title>skarphed - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
<link href="static/mainsite.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="body_overlay" >
<header>
<div id="headercontent">
<a class="bclink" href="http://skarphed.org">
<img src="static/logo_32.png" alt="skarphed" style="float:left; margin-right: 10px;"></a>
<a class="bclink" href="index.html">Documentation
</a>
<a class="bclink" href="user_man.html">
→ Users Manual
</a>
<a class="bclink" href="um_overview.html">
→ Views
</a>
</div>
</header>
<div id="space_content">
<span class="headerlink_nohover"><h2> Views </h2></span>
<p>
Views represent your website in a specific state. With views it is possible to create permalinks. Views is a sub-object of <em>skarphed-core</em> in the object-tree. Expand it to see the views that are installed. Double click on a view to open it's object-page. If you installed a template, there should be at least one view, the so called default-view. The defaultview is the entrypoint of your page. It is, where the user lands, when he calls the URL of your website in his browser.
</p>
<h3>Editing Views</h3>
<p>
A view has a page. The view GUI has representations for each Space on the space. Via comboboxes you can select , which widgets shall be displayed in which space. Click <em>Save</em> to accept your settings.
</p>
</div>
<footer id="space_footer"></p><a href="../imprint.html">Imprint / Impressum</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</footer>
</div>
</body>
</html>