diff options
author | Toby Allen <toby@toflidium.com> | 2013-10-13 11:23:35 +0100 |
---|---|---|
committer | Toby Allen <toby@toflidium.com> | 2013-10-13 11:23:35 +0100 |
commit | 7a3f3dcfafe6222c5c9c581589c9fb5c185602b7 (patch) | |
tree | 6703b55edc626501da7b57396dd542607f684e1f /examples/example-explicit-initialization.html | |
parent | 7574e03cb5881d9dad07039d9b88993052b05d6c (diff) | |
download | SlickGrid-7a3f3dcfafe6222c5c9c581589c9fb5c185602b7.zip SlickGrid-7a3f3dcfafe6222c5c9c581589c9fb5c185602b7.tar.gz SlickGrid-7a3f3dcfafe6222c5c9c581589c9fb5c185602b7.tar.bz2 |
Added Link to Github source
for all example pages in github pages
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> |