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/example7-events.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/example7-events.html')
-rw-r--r-- | examples/example7-events.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example7-events.html b/examples/example7-events.html index 6ed15da..a8b0b4c 100644 --- a/examples/example7-events.html +++ b/examples/example7-events.html @@ -47,6 +47,10 @@ <li>Right-click the row to open the context menu</li> <li>Click the priority cell to toggle values</li> </ul> + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example7-events.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </td> </tr> </table> |