diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-06-21 09:12:59 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-06-21 09:12:59 +0000 |
commit | 223de0ebfdbc1cc92b8591c2da03a3dc7e1a55de (patch) | |
tree | 6c077b424fa37c6e384ec682b37bc3435bd23ac4 /samples/src/main/webapp | |
parent | bc0672c61b193b477a5fadadf52fb9eb1e9c916b (diff) | |
download | gwtquery-223de0ebfdbc1cc92b8591c2da03a3dc7e1a55de.tar.gz gwtquery-223de0ebfdbc1cc92b8591c2da03a3dc7e1a55de.zip |
New Sample Module (Image Zoom) to demostrate Effects plugin features.
Diffstat (limited to 'samples/src/main/webapp')
-rw-r--r-- | samples/src/main/webapp/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/src/main/webapp/index.html b/samples/src/main/webapp/index.html index 6f17887d..22bf44fd 100644 --- a/samples/src/main/webapp/index.html +++ b/samples/src/main/webapp/index.html @@ -17,6 +17,7 @@ <li><a href="javascript:goTo('gwtquery.samples.GwtQueryWidgets/GwtQueryWidgets.html')">gwtquery.samples.GwtQueryWidgets/GwtQueryWidgets.html</a></li> <li><a href="javascript:goTo('gwtquery.samples.GwtQueryPlugin/GwtQueryPlugin.html')">gwtquery.samples.GwtQueryPlugin/GwtQueryPlugin.html</a></li> <li><a href="javascript:goTo('gwtquery.samples.GwtQueryBench/GwtQueryBench.html')">gwtquery.samples.GwtQueryBench/GwtQueryBench.html</a></li> +<li><a href="javascript:goTo('gwtquery.samples.GwtQueryImageZoom/GwtQueryImageZoom.html')">gwtquery.samples.GwtQueryImageZomm/GwtQueryImageZoom.html</a></li> </ul> </body> </html> |