Line | |
---|
1 | URL
|
---|
2 | |
|
---|
3 | The url you specify when calling SmartFACT++ can contain links to the
|
---|
4 | page you intend to view first, but also special arguments for steering
|
---|
5 | the display, <I>e.g.</I>
|
---|
6 |
|
---|
7 | <pre>
|
---|
8 | http://[url]/?w=320&h=200#status
|
---|
9 | </pre>
|
---|
10 |
|
---|
11 | Would open the status page (status.page) and display the content
|
---|
12 | with a fixed size of 320x200. Both, width and height, can be omitted.
|
---|
13 |
|
---|
14 | Also possible
|
---|
15 |
|
---|
16 | <pre>
|
---|
17 | http://[url]/?max
|
---|
18 | </pre>
|
---|
19 |
|
---|
20 | Usually the graphic is adapted to fit into the viewport (the size of
|
---|
21 | your browser window). This option instructs SmartFACT++ to display the
|
---|
22 | graphics always quadratically and with the full width, <I>i.e.</I> it
|
---|
23 | might range outside of your window on the bottom of your page and a scroll
|
---|
24 | bas would be displayed.
|
---|
25 |
|
---|
26 | Since SmartFACT++ is also meant for mobile devices, some compromises had
|
---|
27 | to be made. One is that modern HTML5 techniques could not be applied to
|
---|
28 | the fullest. If your browser has problems with switching pages, you
|
---|
29 | can turn off the sliding effect by:
|
---|
30 |
|
---|
31 | <pre>
|
---|
32 | http://[url]/?noslide
|
---|
33 | </pre>
|
---|
34 |
|
---|
35 | On pages which are regularly updated, <i>i.e.</i> the main page and
|
---|
36 | the status page, sound output for certain circumstances can be enabled
|
---|
37 | with the sound option:
|
---|
38 |
|
---|
39 | <pre>
|
---|
40 | http://[url]/?sound
|
---|
41 | </pre>
|
---|
42 |
|
---|
43 | All of the options can be combined as long as they make sense, <i>e.g.</i>
|
---|
44 |
|
---|
45 | <pre>
|
---|
46 | http://[url]/?noslide&sound
|
---|
47 | </pre>
|
---|
48 |
|
---|
49 | In all examples above the url would usually be
|
---|
50 |
|
---|
51 | <pre>
|
---|
52 | www.fact-project.org/smartfact
|
---|
53 | </pre>
|
---|
54 | |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.