alpaca
Version:
Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide
362 lines (325 loc) • 12.3 kB
HTML
<html>
<head>
<meta charset='utf-8'>
<title>Handsontable - jQuery grid editor. Excel-like grid editing with HTML & JavaScript</title>
<!--
Loading Handsontable (full distribution that includes all dependencies apart from jQuery)
-->
<script data-jsfiddle="common" src="lib/jquery.min.js"></script>
<script data-jsfiddle="common" src="dist/jquery.handsontable.full.js"></script>
<link data-jsfiddle="common" rel="stylesheet" media="screen" href="dist/jquery.handsontable.full.css">
<!--
Loading demo dependencies. They are used here only to enhance the examples on this page
-->
<link data-jsfiddle="common" rel="stylesheet" media="screen" href="demo/css/samples.css">
<script src="demo/js/samples.js"></script>
<script src="demo/js/highlight/highlight.pack.js"></script>
<link rel="stylesheet" media="screen" href="demo/js/highlight/styles/github.css">
<link rel="stylesheet" href="demo/css/font-awesome/css/font-awesome.min.css">
<!--
Facebook open graph. Don't copy this to your project :)
-->
<meta property="og:title" content="Handsontable - jQuery grid editor">
<meta property="og:description" content="Excel-like data grid with HTML & JavaScript">
<meta property="og:url" content="http://handsontable.com/">
<meta property="og:image" content="http://handsontable.com/demo/image/og-image.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="409">
<meta property="og:image:height" content="164">
<link rel="canonical" href="http://handsontable.com/">
<!--
Google Analytics for GitHub Page. Don't copy this to your project :)
-->
<script src="demo/js/ga.js"></script>
<!--
GitHub buttons. Don't copy this to your project :)
-->
<link rel="stylesheet" media="screen" href="demo/github-buttons/github-buttons.css">
<script src="demo/github-buttons/github-buttons.js" async></script>
</head>
<body class="home">
<div class="wrapper">
<div class="wrapper-row">
<div id="global-menu-clone">
<h1><a href="index.html">Handsontable</a> <span class="ver"></span></h1>
<!-- menu start -->
<div id="global-menu">
<ul>
<li>
<h3>Getting Started</h3>
<ul>
<li>
<a href="demo/understanding_reference.html">Understand binding as reference</a>
</li>
<li>
<a href="demo/datasources.html">Array, object, function data source</a>
</li>
<li>
<a href="demo/ajax.html">Load & Save (Ajax)</a>
</li>
</ul>
</li>
<li>
<h3>Appearance</h3>
<ul>
<li>
<a href="demo/renderers.html">Cell renderers</a>
</li>
<li>
<a href="demo/renderers_html.html">Custom HTML <sup>UPDATED</sup></a>
</li>
<li>
<a href="demo/scroll.html">Scroll bars & Column stretch</a>
</li>
<li>
<a href="demo/scroll_window.html"> └ Scroll window <sup>NEW</sup></a>
</li>
<li>
<a href="demo/conditional.html">Conditional formatting</a>
</li>
<li>
<a href="demo/prepopulate.html">Pre-populate new rows</a>
</li>
<li>
<a href="demo/current.html">Highlight current row/col</a>
</li>
<li>
<a href="demo/sorting.html">Column sorting</a>
</li>
<li>
<a href="demo/column_resize.html">Column & row resize <sup>NEW</sup></a>
</li>
<li>
<a href="demo/column_move.html">Column & row move <sup>NEW</sup></a>
</li>
<li>
<a href="demo/fixed.html">Fixed rows/columns</a>
</li>
<li>
<a href="demo/pagination.html">Pagination</a>
</li>
<li>
<a href="demo/merge_cells.html">Merge cells <sup>NEW</sup></a>
</li>
<li>
<a href="demo/align_cell.html">Horizontal & vertical align <sup>NEW</sup></a>
</li>
<li>
<a href="demo/custom_borders.html">Custom borders <sup>NEW</sup></a>
</li>
</ul>
</li>
<li>
<h3>Cell types</h3>
<ul>
<li>
<a href="demo/numeric.html">Numeric</a>
</li>
<li>
<a href="demo/date.html">Date</a>
</li>
<li>
<a href="demo/checkbox.html">Checkbox</a>
</li>
<li>
<a href="demo/selectEditor.html">Select</a>
</li>
<li>
<a href="demo/dropdown.html">Dropdown</a>
</li>
<li>
<a href="demo/autocomplete.html">Autocomplete</a>
</li>
<li>
<a href="demo/password.html">Password</a>
</li>
<li>
<a href="demo/handsontable.html">Handsontable</a>
</li>
</ul>
</li>
<li>
<h3>Editing</h3>
<ul>
<li>
<a href="demo/validation.html">Validation</a>
</li>
<li>
<a href="demo/dragdown.html">Drag-down</a>
</li>
<li>
<a href="demo/buttons.html">Custom buttons</a>
</li>
<li>
<a href="demo/contextmenu.html">Context menu <sup>UPDATED</sup></a>
</li>
<li>
<a href="demo/contextmenucopypaste.html"> └ Copy/Paste in Context menu <sup>NEW</sup></a>
</li>
<li>
<a href="demo/comments.html">Comments <sup>NEW</sup></a>
</li>
<li>
<a href="demo/readonly.html">Read-only cells</a>
</li>
<li>
<a href="demo/search.html">Search of values</a>
</li>
</ul>
</li>
<li>
<h3>Integration</h3>
<ul>
<li>
<a href="demo/options.html">Options</a>
</li>
<li>
<a href="demo/callbacks.html">Callbacks</a>
</li>
<li>
<a href="demo/beforeKeyDown.html"> └ beforeKeyDown</a>
</li>
<li>
<a href="demo/backbone.html">Backbone.js</a>
</li>
<li>
<a href="demo/bootstrap.html">Twitter Bootstrap</a>
</li>
<li>
<a href="demo/graphael.html">gRaphaël charts <sup>NEW</sup></a>
</li>
<li>
<a href="demo/heatmaps.html">Chroma.js (Heatmaps) <sup>NEW</sup></a>
</li>
<li>
<a href="https://github.com/warpech/hot-table">W3C Web Components <sup><i
class="icon-external-link"></i></sup></a>
</li>
</ul>
</li>
</ul>
<ul>
<li><a href="https://twitter.com/handsontable"><i class="icon-twitter"></i> Follow
@handsontable</a></li>
<li><a href="https://groups.google.com/forum/?fromgroups=#!forum/handsontable"><i
class="icon-comment"></i> Discuss on Google Groups</a></li>
</ul>
</div>
<!-- menu end -->
</div>
<div id="github-buttons">
<span class="github-btn" id="githubWatch">
<a class="gh-btn github-watchers" href="https://github.com/handsontable/jquery-handsontable">
<span class="gh-ico"></span>
<span class="gh-text">Star</span>
</a>
<a class="gh-count" href="https://github.com/handsontable/jquery-handsontable/stargazers"></a>
</span>
<span class="github-btn" id="githubFork">
<a class="gh-btn github-forks" href="https://github.com/handsontable/jquery-handsontable">
<span class="gh-ico"></span>
<span class="gh-text">Fork</span>
</a>
<a class="gh-count" href="https://github.com/handsontable/jquery-handsontable/network"></a>
</span>
</div>
<div id="container">
<div class="columnLayout">
<div class="rowLayout">
<div class="descLayout">
<div class="pad">
<div class="warning" id="domainNotice">
This page has been moved to
<a href="http://handsontable.com/">http://handsontable.com/</a>. Please update your bookmarks.
</div>
</div>
<div class="pad" data-jsfiddle="example">
<p style="font-size: 20px"><strong>Handsontable</strong> is a minimalist Excel-like <span class="nobreak">data grid</span>
editor
for HTML, JavaScript & jQuery</p>
<div class="warning">
This is Handsontable <a href="https://github.com/handsontable/jquery-handsontable/releases" class="ver"></a>, a release published on Oct 7, 2014. Most prominent changes include
<a href="demo/scroll.html">native scrolling</a> (also in a <a href="demo/scroll_window.html">window</a>)
and <a href="demo/merge_cells.html">merged cells</a>.
<br>If you experience some rough edges, please report an
<a href="https://github.com/handsontable/jquery-handsontable/issues">issue</a> or temporarily stick to
version <a href="http://old.handsontable.com">0.10.5 <sup><i
class="icon-external-link"></i></sup></a>.
</div>
<div id="example"></div>
</div>
</div>
<div class="codeLayout">
<div class="jsFiddle inline-buttons">
<button class="show-source"></button>
<button class="jsFiddleLink" data-runfiddle="example">Edit in jsFiddle</button>
<button name="dump" data-dump="#example" title="Prints current data source to Firebug/Chrome Dev Tools">
Dump data to console
</button>
</div>
<script data-jsfiddle="example">
var data = [
["", "Maserati", "Mazda", "Mercedes", "Mini", "Mitsubishi"],
["2009", 0, 2941, 4303, 354, 5814],
["2010", 5, 2905, 2867, 412, 5284],
["2011", 4, 2517, 4822, 552, 6127],
["2012", 2, 2422, 5399, 776, 4151]
];
$('#example').handsontable({
data: data,
minSpareRows: 1,
colHeaders: true,
contextMenu: true
});
</script>
</div>
</div>
<script type="text/javascript">
$('.show-source').click(function (event) {
event.preventDefault();
$(this).toggleClass('shown');
$('pre.javascript').toggle();
$('.codeLayout').toggleClass('codeLayoutExpanded');
});
$('.ver').text($('#example').data('handsontable').version);
</script>
<script type="text/javascript">
$(function () {
if (window.location.hostname === 'warpech.github.com') {
$('#domainNotice').show();
}
});
</script>
<div class="footer-text">Handsontable © 2012-2014 Marcin Warpechowski and contributors.<br> Code and documentation
licensed under the The MIT License.
</div>
</div>
</div>
</div>
</div>
<div id="outside-links-wrapper">
<!-- outside-links start -->
<div id="outside-links">
<div class="inline-buttons">
<a class="button"
href="https://github.com/handsontable/jquery-handsontable/releases">Releases</a>
<a class="button button-light" href="https://github.com/handsontable/jquery-handsontable/wiki"><i
class="icon-book"></i> Wiki</a>
<a class="button button-secondary button-light"
href="https://github.com/handsontable/jquery-handsontable/wiki/Options">Options</a>
<a class="button button-secondary button-light"
href="https://github.com/handsontable/jquery-handsontable/wiki/Methods">Methods</a>
<a class="button button-secondary" href="https://github.com/handsontable/jquery-handsontable/wiki/Events">Events</a>
<a class="button" href="https://github.com/handsontable/jquery-handsontable/wiki/FAQ">F.A.Q.</a>
<a class="button button-github" href="https://github.com/handsontable/jquery-handsontable"><i
class="icon-github"></i> Source</a>
<a class="button button-github" href="https://github.com/handsontable/jquery-handsontable/issues"><i
class="icon-bug"></i> Issues</a>
</div>
<div class="clear"></div>
</div>
<!-- outside-links end -->
</div>
</body>
</html>