Current section

Files

Jump to
nitro doc NITRO.Combo.Search.html
Raw

doc/NITRO.Combo.Search.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.25.5">
<meta name="project" content="nitro v8.2.0">
<title>NITRO.Combo.Search — nitro v8.2.0</title>
<link rel="stylesheet" href="dist/elixir-d1506dba1db7cdc5483e.css" />
<script src="dist/sidebar_items-ab33aafa2e.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/app-7b632b26f13d5e0d20e1.js"></script>
</head>
<body data-type="modules">
<script>
try {
if (localStorage.getItem('night-mode') === 'true') {
document.body.classList.add('night-mode');
}
} catch (error) { }
</script>
<div class="main">
<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" title="Collapse/expand sidebar"></span>
</button>
<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<span class="icon-search" aria-hidden="true" title="Submit search"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
</label>
</form>
<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>
<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName">
nitro
</a>
<strong class="sidebar-projectVersion">
v8.2.0
</strong>
</div>
</div>
<ul class="sidebar-listNav">
<li><a id="extras-list-link" href="#full-list">Pages</a></li>
<li><a id="modules-list-link" href="#full-list">Modules</a></li>
</ul>
<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
</section>
<section class="content">
<div class="content-outer">
<div id="content" class="content-inner">
<h1>
NITRO.Combo.Search <small class="app-vsn">(nitro v8.2.0)</small>
</h1>
<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this section</span>
</a>
Summary
</h1>
<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#comboScroll/1">comboScroll(arg)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#keyUp/1">keyUp(arg)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#onscroll/3">onscroll(uid, field, delegate)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#ping/1">ping(milliseconds)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#proc/2">proc(arg1, pi)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#start/5">start(uid, value, field, feed0, opts)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#state/1">state(args \\ [])</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#state/2">state(record, args)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#stop/2">stop(uid, field)</a>
</div>
</div>
</div>
</section>
<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this section</span>
</a>
Functions
</h1>
<div class="functions-list">
<section class="detail" id="comboScroll/1">
<div class="detail-header">
<a href="#comboScroll/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">comboScroll(arg)</h1>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="keyUp/1">
<div class="detail-header">
<a href="#keyUp/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">keyUp(arg)</h1>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="onscroll/3">
<div class="detail-header">
<a href="#onscroll/3" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">onscroll(uid, field, delegate)</h1>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="ping/1">
<div class="detail-header">
<a href="#ping/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">ping(milliseconds)</h1>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="proc/2">
<div class="detail-header">
<a href="#proc/2" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">proc(arg1, pi)</h1>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="start/5">
<div class="detail-header">
<a href="#start/5" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">start(uid, value, field, feed0, opts)</h1>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="state/1">
<span id="state/0"></span>
<div class="detail-header">
<a href="#state/1" class="detail-link" title="Link to this macro">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this macro</span>
</a>
<h1 class="signature">state(args \\ [])</h1>
<span class="note">(macro)</span>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="state/2">
<div class="detail-header">
<a href="#state/2" class="detail-link" title="Link to this macro">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this macro</span>
</a>
<h1 class="signature">state(record, args)</h1>
<span class="note">(macro)</span>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="stop/2">
<div class="detail-header">
<a href="#stop/2" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">stop(uid, field)</h1>
</div>
<section class="docstring">
</section>
</section>
</div>
</section>
<footer class="footer">
<p>
Find it on Hex:
<a href="https://hex.pm/packages/nitro/8.2.0" class="line footer-hex-package">Package</a>
<a href="https://preview.hex.pm/preview/nitro/8.2.0" class="line">Preview</a>
<a href="https://preview.hex.pm/preview/nitro/8.2.0/show/lib/comboSearch.ex">(current file)</a>
</p>
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.25.5) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
</span>
<span class="line">
Designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button display-quick-switch">
Go to a HexDocs package
</button>
<button class="line footer-button tooltips-toggle">
<span class="tooltips-option-disable">Disable tooltips</span>
<span class="tooltips-option-enable">Enable tooltips</span>
</button>
</p>
</footer>
</div>
</div>
</section>
</div>
</body>
</html>