Methods
close()
Hide the window by removing it from the parent
- Source:
dispose()
dispose the Tour
- Source:
next()
show next item of the tour
- Source:
open(index)
open the popup tour
Parameters:
Name | Type | Description |
---|---|---|
index |
number | start index (starts at current index if omitted) |
- Source:
previous()
show previous item of the tour
- Source:
setItems()
Sets the items of the tour.
- Source:
updateItems() → {Array}
Callback method to update items before opening the tour.
- Source:
Returns:
items - the updated items.
- Type
- Array