Add events section

pull/744/head
Cagatay Civici 2020-12-04 13:02:51 +03:00
parent a6f9e7e837
commit b68d8c6bba
1 changed files with 21 additions and 0 deletions

View File

@ -186,6 +186,27 @@ import SplitterPanel from 'primevue/splitterpanel';
</table>
</div>
<h5>Events of Splitter</h5>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>resizeend</td>
<td>event.originalEvent: Original event <br />
event.sizes: Sizes of the panels as an array </td>
<td>Callback to invoke when resize ends.</td>
</tr>
</tbody>
</table>
</div>
<h5>Styling</h5>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>
<div class="doc-tablewrapper">