mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2024-11-15 08:44:11 +03:00
138 lines
4.7 KiB
HTML
138 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
|
<link rel="stylesheet" href="./assets/vendor/prettify/prettify-min.css">
|
|
<link rel="stylesheet" href="./assets/css/main.css" id="site_styles">
|
|
<link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
|
|
<script src="http://yui.yahooapis.com/3.10.1/build/yui/yui-min.js"></script>
|
|
<title>Canteen HTML5 API v1.0.0 API Documentation : </title>
|
|
</head>
|
|
<body class="yui3-skin-sam">
|
|
|
|
<div id="doc">
|
|
<div id="hd" class="yui3-g header">
|
|
<div class="yui3-u-3-4">
|
|
|
|
<h1><a href=""><img src="./assets/css/logo.png" title="Canteen HTML5 API"></a></h1>
|
|
|
|
</div>
|
|
<div class="yui3-u-1-4 version">
|
|
<em>API Documentation for: 1.0.0</em>
|
|
</div>
|
|
</div>
|
|
<div id="bd" class="yui3-g">
|
|
|
|
<div class="yui3-u-1-4">
|
|
<div id="docs-sidebar" class="sidebar apidocs">
|
|
<div id="api-list">
|
|
<h2 class="off-left">APIs</h2>
|
|
<div id="api-tabview" class="tabview">
|
|
<div id="api-tabview-filter">
|
|
<input type="search" id="api-filter" placeholder="Type to filter APIs">
|
|
</div>
|
|
<ul class="tabs">
|
|
<li><a href="#api-classes">Classes</a></li>
|
|
<li><a href="#api-modules">Namespaces</a></li>
|
|
</ul>
|
|
<div id="api-tabview-panel">
|
|
<ul id="api-classes" class="apis classes">
|
|
|
|
<li><a href="./classes/Attribute.html">Attribute</a></li>
|
|
|
|
<li><a href="./classes/Comment.html">Comment</a></li>
|
|
|
|
<li><a href="./classes/Document.html">Document</a></li>
|
|
|
|
<li><a href="./classes/html.html">html</a></li>
|
|
|
|
<li><a href="./classes/HTML5Error.html">HTML5Error</a></li>
|
|
|
|
<li><a href="./classes/Node.html">Node</a></li>
|
|
|
|
<li><a href="./classes/NodeContainer.html">NodeContainer</a></li>
|
|
|
|
<li><a href="./classes/SimpleList.html">SimpleList</a></li>
|
|
|
|
<li><a href="./classes/Table.html">Table</a></li>
|
|
|
|
<li><a href="./classes/Text.html">Text</a></li>
|
|
|
|
</ul>
|
|
|
|
<ul id="api-modules" class="apis modules">
|
|
|
|
<li><a href="./modules/Canteen_HTML5.html">Canteen\HTML5</a></li>
|
|
|
|
<li><a href="./modules/global.html">global</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui3-u-3-4">
|
|
<div id="api-options">
|
|
Show:
|
|
<label for="api-show-inherited">
|
|
<input type="checkbox" id="api-show-inherited" checked>
|
|
Inherited
|
|
</label>
|
|
|
|
<label for="api-show-protected">
|
|
<input type="checkbox" id="api-show-protected">
|
|
Protected
|
|
</label>
|
|
|
|
<label for="api-show-private">
|
|
<input type="checkbox" id="api-show-private">
|
|
Private
|
|
</label>
|
|
<label for="api-show-deprecated">
|
|
<input type="checkbox" id="api-show-deprecated">
|
|
Deprecated
|
|
</label>
|
|
|
|
</div>
|
|
<div class="apidocs">
|
|
<div id="docs-main">
|
|
<div class="content">
|
|
<div class="apidocs">
|
|
<div id="docs-main" class="content">
|
|
|
|
|
|
<h2>Keyboard Shortcuts</h2>
|
|
|
|
<ul>
|
|
<li><p>Press <kbd>s</kbd> to focus the API search box.</p></li>
|
|
|
|
<li><p>Use <kbd>Up</kbd> and <kbd>Down</kbd> to select classes, modules, and search results.</p></li>
|
|
|
|
<li class="mac-only"><p>With the API search box or sidebar focused, use <kbd><span class="cmd">⌘</span>-Left</kbd> or <kbd><span class="cmd">⌘</span>-Right</kbd> to switch sidebar tabs.</p></li>
|
|
|
|
<li class="pc-only"><p>With the API search box or sidebar focused, use <kbd>Ctrl+Left</kbd> and <kbd>Ctrl+Right</kbd> to switch sidebar tabs.</p></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="./assets/vendor/prettify/prettify-min.js"></script>
|
|
<script>prettyPrint();</script>
|
|
<script src="./assets/js/yui-prettify.js"></script>
|
|
<script src="./assets/../api.js"></script>
|
|
<script src="./assets/js/api-filter.js"></script>
|
|
<script src="./assets/js/api-list.js"></script>
|
|
<script src="./assets/js/api-search.js"></script>
|
|
<script src="./assets/js/apidocs.js"></script>
|
|
</body>
|
|
</html> |