netgis-client/docs/netgis.Toolbox.html
2025-04-29 13:49:50 +02:00

383 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: Toolbox</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: Toolbox</h1>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>
<span class="ancestors"><a href="netgis.html">netgis</a>.</span>Toolbox<span class="signature">(config)</span><span class="type-signature"></span></h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="Toolbox"><span class="type-signature"></span>new Toolbox<span class="signature">(config)</span><span class="type-signature"></span></h4>
<div class="description">
Toolbox Module
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>config</code></td>
<td class="type">
<span class="param-type">JSON</span>
</td>
<td class="description last"><a href="netgis.Toolbox.html#.Config">Toolbox.Config</a></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id=".Config"><span class="type-signature">(static) </span>Config<span class="type-signature"></span></h4>
<div class="description">
Config Section "toolbox"
</div>
<h5 class="subsection-title">Properties:</h5>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>open</code></td>
<td class="type">
<span class="param-type">Boolean</span>
</td>
<td class="description last">Open panel at startup</td>
</tr>
<tr>
<td class="name"><code>items</code></td>
<td class="type">
<span class="param-type">Array</span>
</td>
<td class="description last">Toolbox button items. See <a href="global.html#Commands">Commands</a> for special ID values.
<ul>
<li>Button Items:<br/><code>{ "id": {String}, "title": {String} }</code></li>
</ul></td>
</tr>
<tr>
<td class="name"><code>options</code></td>
<td class="type">
<span class="param-type">Array</span>
</td>
<td class="description last">Options panel settings for specific tools<br/>
<ul>
<li><code>"buffer_features": { "title": {String}, "items": {Array} }</code></li>
<li>Option Items: <code>{ "id": {String}, "type": {String}, "title": {String} }</code></li>
<li>ID Values: <code>"buffer_radius", "buffer_segments", "buffer_submit"</code></li>
<li>Type Values: <code>"integer", "button"</code></li>
</ul></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="netgis.html">netgis</a></li></ul><h3>Classes</h3><ul><li><a href="netgis.Attribution.html">Attribution</a></li><li><a href="netgis.Client.html">Client</a></li><li><a href="netgis.Controls.html">Controls</a></li><li><a href="netgis.Export.html">Export</a></li><li><a href="netgis.Geolocation.html">Geolocation</a></li><li><a href="netgis.Import.html">Import</a></li><li><a href="netgis.Info.html">Info</a></li><li><a href="netgis.LayerTree.html">LayerTree</a></li><li><a href="netgis.Legend.html">Legend</a></li><li><a href="netgis.Map.html">Map</a></li><li><a href="netgis.Menu.html">Menu</a></li><li><a href="netgis.OWS.html">OWS</a></li><li><a href="netgis.SearchParcel.html">SearchParcel</a></li><li><a href="netgis.SearchPlace.html">SearchPlace</a></li><li><a href="netgis.TimeSlider.html">TimeSlider</a></li><li><a href="netgis.Toolbox.html">Toolbox</a></li><li><a href="netgis.WMC.html">WMC</a></li></ul><h3>Global</h3><ul><li><a href="global.html#Commands">Commands</a></li><li><a href="global.html#LayerID">LayerID</a></li><li><a href="global.html#LayerTypes">LayerTypes</a></li><li><a href="global.html#Modules">Modules</a></li><li><a href="global.html#util">util</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Apr 29 2025 13:39:56 GMT+0200 (Mitteleuropäische Sommerzeit)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>