Methods
add(target, content)
Parameters:
Name | Type | Description |
---|---|---|
target |
HTMLElement | |
content |
string | content as string |
- Source:
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: