-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXTab.xml
More file actions
66 lines (63 loc) · 1.77 KB
/
XTab.xml
File metadata and controls
66 lines (63 loc) · 1.77 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
<?xml version="1.0" encoding="UTF-8"?>
<simplicite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.simplicite.fr/base" xsi:schemaLocation="http://www.simplicite.fr/base https://www.simplicite.io/resources/schemas/base.xsd">
<object>
<name>Module</name>
<action>upsert</action>
<data>
<mdl_name>XTab</mdl_name>
<mdl_version>5</mdl_version>
<mdl_prefix>xtab</mdl_prefix>
<mdl_url><![CDATA[{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-xtab.git"
}
}]]></mdl_url>
<mdl_type>T</mdl_type>
<mdl_comment><![CDATA[The `XTab` module is a packaging of the **XTab**
open source project (see. https://github.com/cgdave/xtab for details).
It provides 2 default disposition-level resources:
- JavaScript: `XTAB_SCRIPT`
- CSS: `XTAB_STYLES`
That you can integrate to your custom external objects.]]></mdl_comment>
</data>
</object>
<object>
<name>Resource</name>
<action>upsert</action>
<data>
<res_object>
<object>
<name>Disposition</name>
<data>
<dis_code>default</dis_code>
</data>
</object>
</res_object>
<res_type>CSS</res_type>
<res_lang>ANY</res_lang>
<res_code>XTAB_STYLES</res_code>
<res_cached>1</res_cached>
<res_file>resources/Disposition/default/XTAB_STYLES.css</res_file>
<res_image/>
<row_module_id.mdl_name>XTab</row_module_id.mdl_name>
</data>
<data>
<res_object>
<object>
<name>Disposition</name>
<data>
<dis_code>default</dis_code>
</data>
</object>
</res_object>
<res_type>JS</res_type>
<res_lang>ANY</res_lang>
<res_code>XTAB_SCRIPT</res_code>
<res_cached>1</res_cached>
<res_file>resources/Disposition/default/XTAB_SCRIPT.js</res_file>
<res_image/>
<row_module_id.mdl_name>XTab</row_module_id.mdl_name>
</data>
</object>
</simplicite>