-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.xml
More file actions
61 lines (53 loc) · 1.6 KB
/
data.xml
File metadata and controls
61 lines (53 loc) · 1.6 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
<app>
<!--Saffron PageData format
page.@id: page unique id to call with this.dispatch(new AppEventContent())
type: Page class name on PageContainer
menutype: Menu class name on MenuContainer
content: String content for the page
music: Music url on Data folder. the Saffrom engine will load it automaticly for each page
image: The page single Image url
images: List of images for gallery contains <img text="" targ="null" w="NaN" h="NaN" x="NaN" y="NaN"/> list
first links tag: list of Link items to creats lists
second links tag just same as first one but the order of them is important
<page id="">
<type>PageClass</type>
<music/>
<menutype/>
<title>Page Title</title>
<image/>
<content x="NaN" y="NaN" w="NaN" h="NaN" align="">Page Content</content>
<images/>
<links>
<link level="-1" name="" id="" icon="" icon2="" w="NaN" h="NaN" x="NaN" y="NaN"/>
</links>
<links>
<link level="-1" name="" id="" icon="" icon2="" w="NaN" h="NaN" x="NaN" y="NaN"/>
</links>
</page>
-->
<!--debug/-->
<page id="home">
<type>home</type>
<menutype/>
<title>SaffronCode SDK</title>
<content x="NaN" y="NaN" w="NaN" h="NaN" align=""/>
<music/>
<image/>
<images>
<img text="" targ="null" w="NaN" h="NaN" x="NaN" y="NaN"/>
</images>
<links>
</links>
<links/>
</page>
<page id="scalable_page">
<type>ScalablePageClass</type>
<title>Scalable on Devices</title>
<content x="NaN" y="NaN" w="NaN" h="NaN" align="">MULTI PLATFORM & DYNAMIC SCREEN</content>
<images/>
<links>
</links>
<links>
</links>
</page>
</app>