1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-17 16:10:04 +01:00

publish Docs to gh-pages (auto)

branch:       master
SHA:          cd9964db46
range SHA:    9c094e6efeac...cd9964db46e6
build id:     134658232
build number: 340
This commit is contained in:
koalyptus 2016-06-02 06:19:45 +00:00
commit 6729c5fd75
84 changed files with 57574 additions and 57496 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../">
<title data-ice="title">Variable | tablefilter v0.2.34 API Document</title>
<title data-ice="title">Variable | tablefilter v0.2.35 API Document</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
@ -63,6 +63,12 @@
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-removeClass">removeClass</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-removeElm">removeElm</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-tag">tag</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-addEvt">addEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-cancelEvt">cancelEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-keyCode">keyCode</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-removeEvt">removeEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-stopEvt">stopEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-targetEvt">targetEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-removeNbFormat">removeNbFormat</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-root">root</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ignoreCase">ignoreCase</a></span></span></li>
@ -474,6 +480,59 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-addEvt">addEvt</a></span></span><span data-ice="signature">(obj: <span>DOMElement</span>, type: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, Handler: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function">Function</a></span>, capture: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Add event handler for specified event on passed element</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-cancelEvt">cancelEvt</a></span></span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Cancels the event if it is cancelable, without stopping further
propagation of the event.</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -1096,6 +1155,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-keyCode">keyCode</a></span></span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a></span>: <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Returns the Unicode value of pressed key</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -1226,6 +1311,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-removeEvt">removeEvt</a></span></span><span data-ice="signature">(obj: <span>DOMElement</span>, type: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, Handler: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function">Function</a></span>, capture: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Remove event handler for specified event on passed element</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -1304,6 +1415,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-stopEvt">stopEvt</a></span></span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Prevents further propagation of the current event in the bubbling phase</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -1330,6 +1467,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-targetEvt">targetEvt</a></span></span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span>DOMElement</span>: <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Reference to the object that dispatched the event</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -1919,6 +2082,89 @@
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-addEvt">
<span class="access" data-ice="access">public</span>
<span data-ice="name">addEvt</span><span data-ice="signature">(obj: <span>DOMElement</span>, type: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, Handler: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function">Function</a></span>, capture: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber16">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {addEvt} from &apos;<span><a href="file/src/event.js.html#lineNumber16">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Add event handler for specified event on passed element</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-cancelEvt">
<span class="access" data-ice="access">public</span>
<span data-ice="name">cancelEvt</span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber69">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {cancelEvt} from &apos;<span><a href="file/src/event.js.html#lineNumber69">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Cancels the event if it is cancelable, without stopping further
propagation of the event.</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-contains">
@ -3128,6 +3374,57 @@
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-keyCode">
<span class="access" data-ice="access">public</span>
<span data-ice="name">keyCode</span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a></span>: <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber99">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {keyCode} from &apos;<span><a href="file/src/event.js.html#lineNumber99">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Returns the Unicode value of pressed key</p>
</div>
<div data-ice="properties">
</div>
<div class="return-params" data-ice="returnParams">
<h4>Return:</h4>
<table>
<tr>
<td class="return-type" data-ice="returnType"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a></span></td>
</tr>
</table>
<div data-ice="returnProperties">
</div>
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-matchCase">
@ -3356,6 +3653,47 @@ default it returns the string with no casing changes.</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-removeEvt">
<span class="access" data-ice="access">public</span>
<span data-ice="name">removeEvt</span><span data-ice="signature">(obj: <span>DOMElement</span>, type: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, Handler: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function">Function</a></span>, capture: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber36">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {removeEvt} from &apos;<span><a href="file/src/event.js.html#lineNumber36">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Remove event handler for specified event on passed element</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-removeNbFormat">
@ -3501,6 +3839,47 @@ default it returns the string with no casing changes.</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-stopEvt">
<span class="access" data-ice="access">public</span>
<span data-ice="name">stopEvt</span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber52">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {stopEvt} from &apos;<span><a href="file/src/event.js.html#lineNumber52">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Prevents further propagation of the current event in the bubbling phase</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-tag">
@ -3552,6 +3931,57 @@ default it returns the string with no casing changes.</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-targetEvt">
<span class="access" data-ice="access">public</span>
<span data-ice="name">targetEvt</span><span data-ice="signature">(evt: <span><a href="https://developer.mozilla.org/en-US/docs/Web/API/Event">Event</a></span>): <span>DOMElement</span>: <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber86">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {targetEvt} from &apos;<span><a href="file/src/event.js.html#lineNumber86">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Reference to the object that dispatched the event</p>
</div>
<div data-ice="properties">
</div>
<div class="return-params" data-ice="returnParams">
<h4>Return:</h4>
<table>
<tr>
<td class="return-type" data-ice="returnType"><span>DOMElement</span></td>
</tr>
</table>
<div data-ice="returnProperties">
</div>
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-trim">