Revision
31907 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 16 12:25:19 2011 UTC
(10 years, 5 months ago)
by
mdenburger
Diff to
previous 30888
WICKETEXTJS-34: added ActionFailedException to throws declaration of createRecord and updateRecord.
Both methods can throw the ActionFailedException when something went wrong while creating or updating. This returns an error message to the client with the 'message' property set to the exception's message. The old createResponse method is deprecated, but still tried first to remain backwards compatible.
Revision
30653 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 12:41:41 2011 UTC
(10 years, 7 months ago)
by
jbloemendal
Diff to
previous 30532
WICKETEXTJS-30: Pre / Post wicket ajax call handler missing
The wicket ajax pre call handler is not called. The post call handler is not executed if no callback is passed.
Revision
29870 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 25 14:29:59 2011 UTC
(10 years, 9 months ago)
by
mdenburger
Diff to
previous 29854
WICKETEXTJS-25: removed deprecation from the ExtEventAjaxBehavior() constructor, as it is still a valid use case to generate a callback without any parameters. Also removed a '&' from the callback URL when an event callback does not have any parameters (which caused a warning in the Tomcat logs: 'WARNING: Parameters: Invalid chunk ignored.')
Revision
29852 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 25 09:08:57 2011 UTC
(10 years, 9 months ago)
by
mdenburger
Diff to
previous 29204
WICKETEXTJS-25: removed warning from getParameters() and added a new constructor that accepts the array of parameter names. The old parameter-less constructor still results in the same old behavior (let getParameters() return null), but has been marked as deprecated.
Revision
29204 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 28 09:53:29 2011 UTC
(10 years, 10 months ago)
by
jbloemendal
Diff to
previous 29186
WICKETEXTJS-23 Wait for the default ext css theme to be rendered, before render the ext components
- change wicket version
Revision
29125 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 21 14:28:39 2011 UTC
(10 years, 10 months ago)
by
jbloemendal
Diff to
previous 29124
WICKETEXTJS-23 Wait for the default ext css theme to be rendered, before render the ext components
- wait until custom theme is rendered
Revision
29124 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 21 14:03:20 2011 UTC
(10 years, 10 months ago)
by
jbloemendal
Diff to
previous 29057
WICKETEXTJS-23 Wait for the default ext css theme to be rendered, before render the ext components
- bumped wicket to patched version
- changed ext theme to ensure the css is render, before the js head contributions are processed
Revision
29057 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 19 15:21:18 2011 UTC
(10 years, 10 months ago)
by
fvlankvelt
Diff to
previous 28859
WICKETEXTJS-22: theme customization inheritance
- only add the ext-all-notheme to the top-most theme behavior, preventing overriding customized css rules
- only add the theme behavior to the ext root when there is no ancestor with an ext theme
Revision
28845 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 8 15:19:59 2011 UTC
(10 years, 10 months ago)
by
fvlankvelt
Diff to
previous 28817
WICKETEXTJS-20: don't add behaviors a second time
The x-hidden class attribute is not removed, so don't add it either.
Revision
28815 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 6 19:20:49 2011 UTC
(10 years, 10 months ago)
by
fvlankvelt
Diff to
previous 28809
WICKETEXTJS-20: extract the ExtEventAjaxBehavior from the ExtComponent
Subclasses can provide the "interesting" parameters, e.g. skipping the standard
ExtJS Component argument. These are then made available to the listener as
a map of (json) objects.
The implementation should be backwards compatible, with the caveat that the
ExtEventListener changed from an interface to an (abstract) class. This should
make it more future-proof, handling the upgrade path in the implementation.
Revision
28224 -
Directory Listing
-
[select for diffs]
Modified
Thu May 12 13:18:30 2011 UTC
(11 years ago)
by
jbloemendal
Diff to
previous 28223
WICKETEXTJS-15 Wicket ajax adapter is not proper supporting json requests and sending GET- as POST-requests
- reduced scope chain look-ups
Revision
28222 -
Directory Listing
-
[select for diffs]
Modified
Thu May 12 12:52:47 2011 UTC
(11 years ago)
by
jbloemendal
Diff to
previous 27866
WICKETEXTJS-15 Wicket ajax adapter is not proper supporting json requests and sending GET- as POST-requests
- patched Ext.lib.Ajax to support synchronous requests
- refactored ext wicket adapter
Revision
27197 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 2 14:14:23 2011 UTC
(11 years, 2 months ago)
by
fvlankvelt
Diff to
previous 27161
WICKETEXTJS-11: fire the docready event explicitly
Ext assumed that it is always present on the page, registering a document listener on firefox.
Revision
27158 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 28 17:00:34 2011 UTC
(11 years, 2 months ago)
by
mdenburger
Diff to
previous 27079
WICKETEXTJS-9: added getTotal() method that returns the total number of records. Custom JSON stores can override this method to enable pagination: getTotal() will return the total number of records, and getData() will only return the records for the current page.
Revision
26968 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 16 09:36:18 2011 UTC
(11 years, 3 months ago)
by
jbloemendal
Diff to
previous 26963
WICKETEXTJS-5 Event callbacks registered with Wicket.Event.add(window, "domready") can trigger before callbacks registered with Ext.onReady
- removed on ready check
Revision
26963 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 15 22:45:48 2011 UTC
(11 years, 3 months ago)
by
jbloemendal
Diff to
previous 26513
WICKETEXTJS-5 Event callbacks registered with Wicket.Event.add(window, "domready") can trigger before callbacks registered with Ext.onReady
- wrapped call in Ext.onReady if needed
Revision
26510 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 17 16:26:08 2011 UTC
(11 years, 4 months ago)
by
fvlankvelt
Diff to
previous 25323
WICKETEXTJS-3: execute requests synchronously when default channel is busy
Asynchronous requests have an undetermined order of arrival, since they involve a separate connection.
Revision
24803 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 2 14:48:54 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Diff to
previous 24724
HREPTWO-4548: use AbstractExtBehavior to eliminate request dropping
Using AbstractAjaxBehavior caused the requests to be marked 'non-ajax', causing
the WebSession to drop wicket-ajax requests sent concurrently. Appending the
wicket:ajax request parameter resolves this.
Revision
24393 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 15 13:36:24 2010 UTC
(11 years, 7 months ago)
by
fvlankvelt
Diff to
previous 24388
HREPTWO-4521: introduce ExtClass annotation
This annotation contains the ext-js class name that corresponds to a java class.