Skip to content

Commit

Permalink
started big refactoring for brclys
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Jul 6, 2015
1 parent 000f2e7 commit 878bacd
Show file tree
Hide file tree
Showing 17 changed files with 610 additions and 67 deletions.
390 changes: 390 additions & 0 deletions docs/global.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,390 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Global</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>
<table style="width: 100%">
<tr>
<td style="vertical-align: top;">
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-._cell-provider.html">.\cell-provider</a></li><li><a href="module-._data.html">.\data</a></li><li><a href="module-._excel.html">.\excel</a></li><li><a href="module-._fin-hypergrid.html">.\fin-hypergrid</a></li><li><a href="module-._renderer.html">.\renderer</a></li><li><a href="module-._selection-model.html">.\selection-model</a></li><li><a href="module-behaviors_base.html">behaviors\base</a></li><li><a href="module-behaviors_default.html">behaviors\default</a></li><li><a href="module-behaviors_gol.html">behaviors\gol</a></li><li><a href="module-behaviors_in-memory.html">behaviors\in-memory</a></li><li><a href="module-behaviors_json.html">behaviors\json</a></li><li><a href="module-behaviors_q.html">behaviors\q</a></li><li><a href="module-behaviors_qtree.html">behaviors\qtree</a></li><li><a href="module-behaviors_web-worker.html">behaviors\web-worker</a></li><li><a href="module-cell-editors_base.html">cell-editors\base</a></li><li><a href="module-cell-editors_choice.html">cell-editors\choice</a></li><li><a href="module-cell-editors_color.html">cell-editors\color</a></li><li><a href="module-cell-editors_date.html">cell-editors\date</a></li><li><a href="module-cell-editors_simple.html">cell-editors\simple</a></li><li><a href="module-cell-editors_slider.html">cell-editors\slider</a></li><li><a href="module-cell-editors_spinner.html">cell-editors\spinner</a></li><li><a href="module-cell-editors_textfield.html">cell-editors\textfield</a></li><li><a href="module-features_base.html">features\base</a></li><li><a href="module-features_cell-click.html">features\cell-click</a></li><li><a href="module-features_cell-editing.html">features\cell-editing</a></li><li><a href="module-features_cell-selection.html">features\cell-selection</a></li><li><a href="module-features_column-autosizing.html">features\column-autosizing</a></li><li><a href="module-features_column-moving.html">features\column-moving</a></li><li><a href="module-features_column-resizing.html">features\column-resizing</a></li><li><a href="module-features_column-sorting.html">features\column-sorting</a></li><li><a href="module-features_key-paging.html">features\key-paging</a></li><li><a href="module-features_on-hover.html">features\on-hover</a></li><li><a href="module-features_overlay.html">features\overlay</a></li><li><a href="module-features_row-resizing.html">features\row-resizing</a></li><li><a href="module-features_thumbwheel-scrolling.html">features\thumbwheel-scrolling</a></li></ul><h3>Global</h3><ul><li><a href="global.html#setScrollPositionX">setScrollPositionX</a></li><li><a href="global.html#setScrollPositionY">setScrollPositionY</a></li></ul>
</nav>
</td>
<td style="vertical-align: top;">
<div id="main">

<h1 class="page-title">Global</h1>






<section>

<header>

<h2>

</h2>


</header>

<article>
<div class="container-overview">






<dl class="details">
































</dl>




</div>














<h3 class="subsection-title">Methods</h3>






<h4 class="name" id="setScrollPositionX"><span class="type-signature"></span>setScrollPositionX<span class="signature">(x)</span><span class="type-signature"></span></h4>





<div class="description">
<p>quietly set the scroll position in the horizontal dimension</p>
</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>x</code></td>


<td class="type">


<span class="param-type">integer</span>



</td>





<td class="description last"><p>the position in pixels</p></td>
</tr>


</tbody>
</table>






<dl class="details">
































</dl>





















<h4 class="name" id="setScrollPositionY"><span class="type-signature"></span>setScrollPositionY<span class="signature">(y)</span><span class="type-signature"></span></h4>





<div class="description">
<p>quietly set the scroll position in the horizontal dimension</p>
<h4>returns: type</h4>
</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>y</code></td>


<td class="type">


<span class="param-type">integer</span>



</td>





<td class="description last"><p>the position in pixels</p></td>
</tr>


</tbody>
</table>






<dl class="details">
































</dl>






















</article>

</section>




</div>
</td>
</tr>
</table>



<br class="clear">

<footer>
© 2015 <a href="http://www.openfin.co" target="_blank">OpenFin</a> All Rights Reserved.
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
Loading

0 comments on commit 878bacd

Please sign in to comment.