META-INF.resources.bower_components.tabletopnew.examples.nodejs.test.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-jqui-vertical-timeline Show documentation
Show all versions of jwebmp-jqui-vertical-timeline Show documentation
The JWebSwing JQuery Vertical Timeline
var Tabletop = require('../../');
var testURL = 'https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AmYzu_s7QHsmdDNZUzRlYldnWTZCLXdrMXlYQzVxSFE&output=html';
function onLoad(data, tabletop) {
console.log(data);
};
var options = {
key: testURL,
callback: onLoad,
simpleSheet: true
};
Tabletop.init(options);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy