-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLUI.Manifest.xml
More file actions
50 lines (44 loc) · 1.88 KB
/
LUI.Manifest.xml
File metadata and controls
50 lines (44 loc) · 1.88 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
<?xml version="1.0" encoding="utf-8" ?>
<Manifest moduleId="LUI" displayName="" version="1.0.0" builtin="false">
<Description>
<!--add proper description-->
</Description>
<Assemblies>
<Assembly fullName="" role=""/>
</Assemblies>
<Dependencies>
<!--<Dependency moduleId="dcm" version="*.*.*" />-->
</Dependencies>
<Exports>
<!--add proper menu items-->
<Export tag="menubar" id="dataTools" order="4"
title="Tools" description="data tool desc" icon=""
controller="LUICalculation" action="index"
extends="./menubarRoot" />
<Export tag="menubar" id="luiMenu" order="1"
title="LUI Calculation" description="LUI desc" icon=""
controller="LUICalculation" action="index"
extends="./menubarRoot/dataTools" />
<Export tag="settings" id="mangeEvents" order="20"
title="LUI Compontent Calculation" description="LUI Compontent Calculation" icon=""
controller="LUIComponentCalculation" action="Index"
extends="./settingsRoot" />
<!-- Settings Example-->
<!--<Export tag="settings" id="manageMetadata" order="1"
title="Manage Metadata Structure" description="Edit or Importa new Metadata Structure" icon=""
controller="ManageMetadataStructure" action="Index" argument=""
extends="./settingsRoot"
/>-->
<!-- Menubar Example-->
<!--<Export tag="menubar" id="createDataset" order="1"
title="Create Dataset" description="Create new Dataset" icon=""
controller="CreateDataset" action="index"
extends="./menubarRoot/collect" />-->
<!-- Api Example-->
<!-- <Export tag="api" id="tntList"
title="No thing" description="Change me!" icon=""
controller="home" action="index"
extends="./apiRoot"
/>-->
</Exports>
</Manifest>