[docs,app,demos/multiview][m]: convert app back to being a demo of multiview (app proper is now in dataexplorer repo).

This commit is contained in:
Rufus Pollock
2012-06-27 10:10:45 +01:00
parent 3d944814ae
commit c2f5debf1f
13 changed files with 133 additions and 733 deletions

View File

@@ -0,0 +1,24 @@
---
layout: container
title: Demos - Multiview
recline-deps: true
root: ../../
---
<style type="text/css">
.recline-slickgrid {
height: 450px;
}
.recline-timeline .vmm-timeline {
height: 450px;
}
</style>
<div class="data-explorer-here"></div>
<div style="clear: both;"></div>
<script type="text/javascript" src="{{page.root}}/test/base.js"></script>
<script type="text/javascript" src="app.js"></script>