File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 12
12
< script type ="text/javascript " src ="../source/js/PivotView.js "> </ script >
13
13
< script type ="text/javascript " src ="../source/js/DataController.js "> </ script >
14
14
< script type ="text/javascript " src ="../source/js/MDXParser.js "> </ script >
15
+ < script type ="text/javascript " src ="../source/js/ExcelExport.js "> </ script >
15
16
<!-- endbuild -->
16
17
< style >
17
18
a {
47
48
< input id ="yourMDX " type ="text " style ="width: 100% "/>
48
49
</ label >
49
50
</ form >
51
+ <!--button onclick="var e = new ExcelExport(); e.exportXLS();">Export to Excel</button-->
50
52
< script type ="text/javascript ">
51
53
52
54
// reloads the page.
Original file line number Diff line number Diff line change 11
11
12
12
<Class name =" DeepSee.LightPivotTable" >
13
13
<Super >%DeepSee.Component.Portlet.abstractPortlet</Super >
14
- <TimeChanged >63574,69706.798517 </TimeChanged >
14
+ <TimeChanged >63574,76552.664444 </TimeChanged >
15
15
<TimeCreated >63515,61322.546099</TimeCreated >
16
16
17
17
<Parameter name =" INCLUDEFILES" >
237
237
}
238
238
239
239
_.LightPivotTable = new LightPivotTable(setup);
240
+
241
+ // hack to enable some change events
242
+ setTimeout(function () { _._INITIALIZED = true; }, 800);
240
243
}
241
244
}
242
245
);
You can’t perform that action at this time.
0 commit comments