| Package | Description |
|---|---|
| de.agilecoders.wicket.extensions.markup.html.bootstrap.tour |
| Modifier and Type | Method and Description |
|---|---|
protected TourOptions |
TourBehavior.getTourOptions()
Overwrite this method to modify the default tour behavior
|
TourOptions |
TourOptions.withBackdrop(boolean value)
The storage system you want to use.
|
TourOptions |
TourOptions.withBasepath(org.apache.wicket.model.IModel<String> value)
Specify a default base path prepended to the path option of every single step.
|
TourOptions |
TourOptions.withContainer(org.apache.wicket.model.IModel<String> value)
Appends the step popover to a specific element.
|
TourOptions |
TourOptions.withDebug(boolean value)
Set this option to true to have some useful informations printed in the console.
|
TourOptions |
TourOptions.withKeyboard(boolean value)
This option set the left and right arrow navigation.
|
TourOptions |
TourOptions.withName(org.apache.wicket.model.IModel<String> value)
This option is used to build the name of the storage item where the tour state is stored.
|
TourOptions |
TourOptions.withOrphan(boolean value)
Allow to show the step regardless whether its element is not set, is not present in the page or is hidden.
|
TourOptions |
TourOptions.withRedirect(boolean value)
Set a custom function to execute as redirect function.
|
TourOptions |
TourOptions.withStorage(String value)
The storage system you want to use.
|
TourOptions |
TourOptions.withTemplate(org.apache.wicket.model.IModel<String> value)
String or function that returns a string of the HTML template for the popovers.
|
Copyright © 2011–2014 AgileCoders. All rights reserved.