]> source.dussan.org Git - gwtquery.git/commit
- Added submit method to gquery, and handle submit events in the events plugins ...
authorManolo Carrasco <manolo@apache.org>
Sat, 17 Jul 2010 17:21:11 +0000 (17:21 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 17 Jul 2010 17:21:11 +0000 (17:21 +0000)
commit22d00767500758178ac8d285998e0003b2094352
treef2185cea8150137df0c02ed5e784586a5ec62b8c
parent57480a4d763e71029745bb99fce139f75e0c713c
- Added submit method to gquery, and handle submit events in the events plugins (fixes issue40)
- Use the owner document to create new dom elements in order to write in iframes.
- Many changes in gquery in order to handle correctly iframe manipulation.
- Updated lazy interfaz for GQuery.
- Added tests for iframe manipulation and submit events.
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/EventsListener.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java