diff options
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> |