-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDefinition.xml
More file actions
30 lines (27 loc) · 1.92 KB
/
Definition.xml
File metadata and controls
30 lines (27 loc) · 1.92 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
<!--
/*****************************************************************/
/* INFO: This is a QlikView object extension that allows you to */
/* add a left animated menu on the screen. You can manage */
/* the menu items by a JSON. */
/* */
/* AUTHOR: Diego Bertolini */
/* info@diegobertolini.com */
/* http://www.diegobertolini.com */
/* */
/* DATE: 22/08/2016 */
/*****************************************************************/
-->
<?xml version="1.0" encoding="utf-8"?>
<ExtensionObject Label="Menu Creator" Path="MenuCreator" Description="Create your own menu">
<Initiate Name="Caption.Text" Value="Menu Creator" />
<Initiate Name="Chart.BgColor.ColorHex" value="#ffffff" />
<Initiate Name="Caption.Allow.Minimize" value="0" />
<Initiate Name="Caption.Allow.Maximize" value="0" />
<Initiate Name="Caption.Icon.Print" value="0" />
<Initiate Name="Caption.Icon.SendToExcel" value="0" />
<Initiate Name="Chart.Text.1.Content" value="1" />
<Initiate Name="Chart.Text.2.Content" value="2" />
<Initiate Name="Chart.Text.3.Content" value="3" />
<Text Expression="{"menu": [{"separator": "Author","content": [{"title": "Diego Bertolini","url": "http://www.diegobertolini.com"}]},{"separator": "Information","content": [{"title": "Qlik","url": "http://www.qlik.com"},{"title": "Community","url": "https://community.qlik.com"}]}]}"/>
<PropertiesPage Version="11" File="Properties.qvpp" />
</ExtensionObject>