aboutsummaryrefslogtreecommitdiffstats
path: root/samples/src/main/webapp
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-01-17 09:06:04 +0000
committerManolo Carrasco <manolo@apache.org>2011-01-17 09:06:04 +0000
commite4ba7e79c6d782e92de9e03e09d191c24188dc2a (patch)
tree9480a3ef604b01fc1b1317dd8173c5dbf932b343 /samples/src/main/webapp
parent9620a44bb2c081e09498ae7688620c7de7af7128 (diff)
downloadgwtquery-e4ba7e79c6d782e92de9e03e09d191c24188dc2a.tar.gz
gwtquery-e4ba7e79c6d782e92de9e03e09d191c24188dc2a.zip
- Added QueryMin module thought to produce small javascript code although it increases number of permutations.
- Removed plugins module since it is a new project. - Added some missing methods in GQuery: first, last, map. - Updated gwt version to 2.1.1 - Adding lazy interface to Widgets plugin.
Diffstat (limited to 'samples/src/main/webapp')
-rw-r--r--samples/src/main/webapp/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/src/main/webapp/index.html b/samples/src/main/webapp/index.html
index 4c3285cb..03f17029 100644
--- a/samples/src/main/webapp/index.html
+++ b/samples/src/main/webapp/index.html
@@ -14,6 +14,7 @@
<li><a href="javascript:goTo('gwtquery.samples.GwtQuerySample/GwtQuerySample.html')">gwtquery.samples.GwtQuerySample/GwtQuerySample.html</a></li>
<li><a href="javascript:goTo('gwtquery.samples.GwtQueryDemo/GwtQueryDemo.html')">gwtquery.samples.GwtQueryDemo/GwtQueryDemo.html</a></li>
<li><a href="javascript:goTo('gwtquery.samples.GwtQueryEffects/GwtQueryEffects.html')">gwtquery.samples.GwtQueryEffects/GwtQueryEffects.html</a></li>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQueryEffectsMin/GwtQueryEffectsMin.html')">gwtquery.samples.GwtQueryEffects/GwtQueryEffectsMin.html</a></li>
<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>