Created
February 2, 2011 15:30
-
-
Save adamhunter/807846 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:pages =>[{ | |
:name=>"page-1", | |
:image=>"/pres/images/filler-image.jpg", | |
:tooltips=> | |
[{:tooltip=>"focus-1", | |
:focusY=>45, | |
:content=>"Lorem ipsum ", | |
:placement=>"top-left", | |
:focusHeight=>23, | |
:x=>20, | |
:focusWidth=>130, | |
:focusX=>540, | |
:heading=>"Tooltip Title", | |
:y=>20 | |
}] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment