Widget visibility
Control when and in what state the widget opens
Open
In some situations it could be useful to control when the widget opens. This can be done by using the window.Ripe.open
method. By passing the optional argument you can also control in what state the widget opens.
Close
It's also possible to close the widget by using the window.Ripe.close
method.
Events
Complete example
Last updated