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-explicit-initialization.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-explicit-initialization.html')
-rw-r--r-- | examples/example-explicit-initialization.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example-explicit-initialization.html b/examples/example-explicit-initialization.html index b437c86..8c881b1 100644 --- a/examples/example-explicit-initialization.html +++ b/examples/example-explicit-initialization.html @@ -25,6 +25,10 @@ This example demonstrates creating a SlickGrid inside a detached element and calling <b>init()</b> explicitly when the element is added to the DOM. </p> + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example-explicit-initialization.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </td> </tr> </table> |