Search Type: Posts; User: jlozina
Search: Search took 0.04 seconds.
-
23 Jul 2009 4:57 PM
Jump to post Thread: Drag and drop question by jlozina
- Replies
- 0
- Views
- 640
Hi
I was wondering if anyone knows how do do dag and drop questions where they link together. Or something similar to the image below.
http://i25.tinypic.com/10r1jxk.jpg
Thanks
Joe -
12 May 2009 9:40 PM
- Replies
- 4
- Views
- 4,569
Good example of project that integrates Spring & GWT with RPC. Then just add GXT.
http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ -
12 May 2009 9:35 PM
Jump to post Thread: Ext GWT and Spring MVC by jlozina
- Replies
- 4
- Views
- 7,619
Great project example of integrating GWT and Spring
http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ -
12 May 2009 3:54 PM
Jump to post Thread: Ie7 caching problem by jlozina
- Replies
- 1
- Views
- 2,754
Hi
When using json to communicate with the server in Intenet Explorer 7 it caches the request so I dont get the latest data.
In Firefox the request gets processed every time.
Can someone let... -
21 Apr 2009 8:08 PM
- Replies
- 2
- Views
- 1,790
Hi
I was wondering how do you add request parameters to loader.load()
So this
http://localhost.../RightsGrid.action
would be like... -
21 Apr 2009 12:36 AM
- Replies
- 1
- Views
- 1,963
Ive realized I should be using ScriptTagProxy
But that doesnt seem to work. Ive even tried running the code from AdvancedComboBoxExample which ive pasted in below and it returns nothing in the... -
20 Apr 2009 8:11 PM
- Replies
- 1
- Views
- 1,158
I figure it out by changing the ModelType.
from
ModelType type = new ModelType();
................
type.addField("releaseDate", "releaseDate"); -
20 Apr 2009 7:43 PM
- Replies
- 1
- Views
- 1,963
Hi
When I try and populate a ListStore with JsonReader as below the store and grid doesnt get populated when in GWT hosted mode on port 8081 and the web app serving the json response is on port... -
20 Apr 2009 6:07 PM
- Replies
- 1
- Views
- 1,158
I use JsonReader to read the incoming data and it populates a grid and I have a form that is bound to the grid.
When I try to display the DateField with the data i get this error... -
19 Apr 2009 7:35 PM
- Replies
- 3
- Views
- 3,083
I have the same problem. How did you solve it?
-
14 Apr 2009 12:10 AM
Jump to post Thread: Populating fields from json by jlozina
- Replies
- 1
- Views
- 595
Hi
I can process the rows from the store into a grid like below.
The problem I have is populating a text field with the data that's not in array like catalogueNo from the json response.
... -
6 Apr 2009 11:46 PM
- Replies
- 5
- Views
- 1,275
How would I get the column headings like <thead>?
-
6 Apr 2009 9:51 PM
- Replies
- 5
- Views
- 1,275
So you cant bind a data store to a TableLayout as you do in a grid?
You need to generate the table dynamically yourself. -
6 Apr 2009 8:10 PM
- Replies
- 5
- Views
- 1,275
Hi
There are plenty of example of binding a data store to a grid but I would like to see one binding a data store to a TableLayout.
Like with the following data store
var store =... -
30 Mar 2009 8:25 PM
Jump to post Thread: jquery-plugins.js FILE by jlozina
- Replies
- 6
- Views
- 1,626
I stumbled across the file at this location
http://extjs.com/deploy/ext/adapter/jquery/jquery-plugins.js
when I was browsing the Ext Debug Console page. -
27 Mar 2009 12:25 PM
Jump to post Thread: jquery-plugins.js FILE by jlozina
- Replies
- 6
- Views
- 1,626
We already use jquery on our site so might as well use it as the base.
Specifically I am after the location where I can download: jquery-plugins.js -
26 Mar 2009 10:14 PM
Jump to post Thread: jquery-plugins.js FILE by jlozina
- Replies
- 6
- Views
- 1,626
I'm trying to get Ext JS working with the JQuery Adapter.
In Learning EXT JS book it says the following lib's are need
jquery.js
jquery-plugins.js
ext-jquery-adapter.js
I cant seem to find...
Results 1 to 17 of 17
