Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
add id tour option to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed May 29, 2013
1 parent 7caa02d commit e31af84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ Setting tour options
--------------------
Tour options can be specified either through the tour JSON object, or through a call to hopscotch.configure(). These options apply to the entire tour. In cases where there is both a value specified in the tour options and in a step definition, (e.g. "showPrevButton") the step definition takes priority. When multiple callbacks are defined in both step and tour options, step callbacks are invoked before tour-wide callbacks.

* `id` [STRING] - *Mandatory* A unique identifier string for your tour. Used for keeping state.

* `bubbleWidth` [NUMBER] - Default bubble width. *Default*: 280.

* `bubblePadding` [NUMBER] - Default bubble padding. *Default*: 15.
Expand Down

0 comments on commit e31af84

Please # to comment.