Skip to content

Commit

Permalink
added open editor button
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Jun 29, 2015
1 parent 0429c09 commit bc1e6ff
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 12 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ <h3>fin-hypergrid-behavior-qtree</h3>This element is a custom Polymer web compon
</div>
<core-splitter direction="up"></core-splitter>
<div flex class="rel">
<div class="abs" style="width:220px;bottom:24px" id="qtreebuttons">
<div class="abs" style="width:240px;bottom:24px" id="qtreebuttons">
</div>
<div class="abs" style="left:220px;bottom:24px" id="qtreedescription">
<div class="abs" style="left:240px;bottom:24px" id="qtreedescription">
</div>
<div class="abs" style="top:24px">
<fin-hypergrid class="abs" id="qtree-example">
Expand Down
149 changes: 149 additions & 0 deletions docs/module-behaviors_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13652,6 +13652,155 @@ <h5>Parameters:</h5>















</dl>





















<h4 class="name" id="toggleColumnPicker"><span class="type-signature"></span>toggleColumnPicker<span class="signature">(grid, event)</span><span class="type-signature"></span></h4>





<div class="description">
<p>delegate handling double click to the feature chain of responsibility</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>grid</code></td>


<td class="type">


<span class="param-type">fin-hypergrid</span>



</td>





<td class="description last"><p><a href="module-._fin-hypergrid.html">fin-hypergrid</a></p></td>
</tr>



<tr>

<td class="name"><code>event</code></td>


<td class="type">


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



</td>





<td class="description last"><p>the event details</p></td>
</tr>


</tbody>
</table>






<dl class="details">























Expand Down
126 changes: 126 additions & 0 deletions docs/module-behaviors_qtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,132 @@ <h5>Parameters:</h5>















</dl>





















<h4 class="name" id="buttonBarIconClick"><span class="type-signature"></span>buttonBarIconClick<span class="signature">(buttonLabel)</span><span class="type-signature"></span></h4>





<div class="description">
<p>button bar icon has been clicked</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>buttonLabel</code></td>


<td class="type">


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



</td>





<td class="description last"><p>button action alias to send to hypertree process</p></td>
</tr>


</tbody>
</table>






<dl class="details">























Expand Down
77 changes: 77 additions & 0 deletions docs/module-features_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3496,6 +3496,83 @@ <h5>Parameters:</h5>















</dl>





















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





<div class="description">
<p>toggle the column picker</p>
</div>













<dl class="details">























Expand Down
Loading

0 comments on commit bc1e6ff

Please sign in to comment.