Mixin: StickyModalPageMixin

qui.messages.StickyModalPageMixin

A mixin for pages that are stuck to the global glass until explicitly removed.

Methods

hide()

Hide a previously shown page.

This method should be called as many times as its counterpart qui.messages.StickyModalPageMixin#show method has been called, before it actually hides the page.

Source:

reset()

Override this method to indicate how the page is reset to its initial state, as soon as it is shown.

Source:

show() → {qui.messages.StickyModalPageMixin}

Show this page.

This is a reentrant method.

Source:
Returns:

this page

Type
qui.messages.StickyModalPageMixin