Skip to content

Commit

Permalink
Add documentation for new attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Novy committed Aug 8, 2017
1 parent beab38e commit 7f320ac
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tests/dummy/app/usage/date-picker/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,41 @@
{{#code-inline language='javascript'}}false{{/code-inline}}
</td>
</tr>
<tr>
<td>
renderInPlace
</td>
<td>
This is passed through to ember-basic-dropdown.
See <a href="https://www.ember-basic-dropdown.com/docs/api-reference">ember-basic-dropdown docs</a> for details.
</td>
<td>
{{#code-inline language='javascript'}}false{{/code-inline}}
</td>
</tr>
<tr>
<td>
horizontalPosition
</td>
<td>
This is passed through to ember-basic-dropdown.
See <a href="https://www.ember-basic-dropdown.com/docs/api-reference">ember-basic-dropdown docs</a> for details.
</td>
<td>
{{#code-inline language='javascript'}}'auto'{{/code-inline}}
</td>
</tr>
<tr>
<td>
verticalPosition
</td>
<td>
This is passed through to ember-basic-dropdown.
See <a href="https://www.ember-basic-dropdown.com/docs/api-reference">ember-basic-dropdown docs</a> for details.
</td>
<td>
{{#code-inline language='javascript'}}'auto'{{/code-inline}}
</td>
</tr>
</tbody>
</table>
36 changes: 36 additions & 0 deletions tests/dummy/app/usage/time-picker/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,41 @@ actions: {
{{#code-inline language='javascript'}}false{{/code-inline}}
</td>
</tr>
<tr>
<td>
renderInPlace
</td>
<td>
This is passed through to ember-basic-dropdown.
See <a href="https://www.ember-basic-dropdown.com/docs/api-reference">ember-basic-dropdown docs</a> for details.
</td>
<td>
{{#code-inline language='javascript'}}false{{/code-inline}}
</td>
</tr>
<tr>
<td>
horizontalPosition
</td>
<td>
This is passed through to ember-basic-dropdown.
See <a href="https://www.ember-basic-dropdown.com/docs/api-reference">ember-basic-dropdown docs</a> for details.
</td>
<td>
{{#code-inline language='javascript'}}'auto'{{/code-inline}}
</td>
</tr>
<tr>
<td>
verticalPosition
</td>
<td>
This is passed through to ember-basic-dropdown.
See <a href="https://www.ember-basic-dropdown.com/docs/api-reference">ember-basic-dropdown docs</a> for details.
</td>
<td>
{{#code-inline language='javascript'}}'auto'{{/code-inline}}
</td>
</tr>
</tbody>
</table>

0 comments on commit 7f320ac

Please sign in to comment.