diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-01-19 23:23:23 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-01-19 23:23:23 +0000 |
commit | c124426c14dbfc0d813cde990480b12166c7a40a (patch) | |
tree | 68fe0cb7e8322d8fe3a2f9a1e32c396df88d0970 /samples/src/main/webapp | |
parent | 401f036be3e2e7192e8b89ea8b3d647cd6de1cab (diff) | |
download | gwtquery-c124426c14dbfc0d813cde990480b12166c7a40a.tar.gz gwtquery-c124426c14dbfc0d813cde990480b12166c7a40a.zip |
putting new examples in the index.html and in the pom.xml files
Diffstat (limited to 'samples/src/main/webapp')
-rw-r--r-- | samples/src/main/webapp/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/src/main/webapp/index.html b/samples/src/main/webapp/index.html index 03f17029..25cd7f3e 100644 --- a/samples/src/main/webapp/index.html +++ b/samples/src/main/webapp/index.html @@ -18,6 +18,8 @@ <li><a href="javascript:goTo('gwtquery.samples.GwtQueryWidgets/GwtQueryWidgets.html')">gwtquery.samples.GwtQueryWidgets/GwtQueryWidgets.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> +<li><a href="javascript:goTo('FadeEffectsSample/FadeEffectsSample.html')">FadeEffectsSample/FadeEffectsSample.html</a></li> +<li><a href="javascript:goTo('SlideEffectsSample/SlideEffectsSample.html')">SlideEffectsSample/SlideEffectsSample.html</a></li> </ul> </body> </html> |