Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(behaviors): added destroy behavior info #314

Merged
merged 1 commit into from
Oct 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions server/documents/modules/accordion.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,10 @@ themes : ['Default', 'Chubby']
<td>toggle (index)</td>
<td>Toggles accordion content at index</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</table>

</div>
Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/calendar.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,10 @@ themes : ['Default']
<td>set maxDate(date)</td>
<td>Set the maximal selectable date</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</table>

</div>
Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/checkbox.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,10 @@ themes : ['Default', 'Colored']
<td>can uncheck</td>
<td>Returns whether element is able to be unchecked</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</table>
</div>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/dimmer.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@ themes : ['Default']
<td>set disabled</td>
<td>Sets a dimmer as disabled</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/dropdown.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -3220,6 +3220,10 @@ themes : ['Default', 'GitHub', 'Material']
<td>get placeholder text</td>
<td>Returns placeholder text</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>
</div>
Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/modal.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,10 @@ themes : ['Default', 'Material']
<td>set active</td>
<td>Sets modal to active</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/nag.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ type : 'UI Module'
<td>clear</td>
<td>Deletes an already set expiration date, so the nag gets shown the next time</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</table>

</div>
Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/progress.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,10 @@ themes : ['Default', 'Classic', 'Basic', 'Striped']
<td>remove error</td>
<td>Removes progress to error state</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/rating.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ themes : ['Default']
<td>clear rating</td>
<td>Clears current rating</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>
</div>
Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/shape.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ themes : ['default']
<td>get transform down</td>
<td>Returns translation for next side staged down</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/sidebar.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ themes : ['Default']
<td>get transition event</td>
<td>Returns vendor prefixed transition end event</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/slider.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ themes : ['Default']
<td>set rangeValue(fromValue, toValue, fireChange = true)</td>
<td>Set the current range slider values. Pass <code>false</code> to <code>fireChange</code> to skip the <code>onChange</code> and <code>onMove</code> callbacks</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</table>

</div>
Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/tab.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,10 @@ themes : ['Default']
<td>cache remove(path)</td>
<td>Removes cached HTML for path</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</table>
</div>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/toast.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,10 @@ themes : ['Default']
<td>get remainingTime</td>
<td>Returns the remaining time in milliseconds</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions server/documents/modules/transition.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,10 @@ type : 'UI Module'
<td>is supported</td>
<td>Returns whether animations are supported</td>
</tr>
<tr>
<td>destroy</td>
<td>Destroys instance and removes all events</td>
</tr>
</tbody>
</table>
</div>
Expand Down