]> source.dussan.org Git - gwtquery.git/commit
Added RichTextArea and DateBox widgetfactories. These are example of widgets which...
authorManolo Carrasco <manolo@apache.org>
Fri, 4 Mar 2011 12:53:33 +0000 (12:53 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 4 Mar 2011 12:53:33 +0000 (12:53 +0000)
commitc3400eed9341a2c6215740205844ce1f5cd5c724
tree3d562b6a4530b9d251d35f3a5667490e7c41db4b
parent02ed20bdc7e7801e81947b144f2e51dadc1fc072
Added RichTextArea and DateBox widgetfactories. These are example of widgets which need to call onAttach
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Widgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/Attachable.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/DateBoxWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/RichTextWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java
samples/src/main/java/gwtquery/samples/client/GwtQueryWidgetModule.java
samples/src/main/java/gwtquery/samples/public/GwtQueryWidgets.html