diff options
author | Michael Leibman <michael.leibman@gmail.com> | 2013-10-13 09:57:52 -0700 |
---|---|---|
committer | Michael Leibman <michael.leibman@gmail.com> | 2013-10-13 09:57:52 -0700 |
commit | af4d20dcc5013d047e2be8fc194f034df2c61e2c (patch) | |
tree | 406ed2aa2b75e02145952d1f86563bb0634ebb61 /examples/example-autotooltips.html | |
parent | 058999aa2097126cbccd4448ca404f95ea2f2261 (diff) | |
parent | 299959e462570f5533f197ad84e10ebb3824dce3 (diff) | |
download | SlickGrid-af4d20dcc5013d047e2be8fc194f034df2c61e2c.zip SlickGrid-af4d20dcc5013d047e2be8fc194f034df2c61e2c.tar.gz SlickGrid-af4d20dcc5013d047e2be8fc194f034df2c61e2c.tar.bz2 |
Merge pull request #781 from tobya/ghpages-GHLink
Link to Github Source from examples
Diffstat (limited to 'examples/example-autotooltips.html')
-rw-r--r-- | examples/example-autotooltips.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/example-autotooltips.html b/examples/example-autotooltips.html index 6e83d93..cdad548 100644 --- a/examples/example-autotooltips.html +++ b/examples/example-autotooltips.html @@ -24,6 +24,11 @@ <pre style="background-color: white; font-size: 110%; border-radius: 5px; padding: 20px; ">plugin = new Slick.AutoTooltips(pluginOptions); grid.registerPlugin(plugin); grid.render();</pre> + + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example-autotooltips.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </td> </tr> </table> |