Search Type: Posts; User: toolshed
Search: Search took 0.04 seconds.
-
17 May 2008 12:04 AM
Jump to post Thread: ExtJS performance on large forms by toolshed
- Replies
- 5
- Views
- 8,199
I'm getting similar results with the load time. I'm not sure if you have tried Yahoo's Yslow.
Its reported that the Expires: header isn't working so the browser is reloading all the javascript... -
16 May 2008 11:53 PM
- Replies
- 6
- Views
- 3,510
I use disable () and enable ()
While the popup is open, the stuff below gets grayed out. Then you enable it when they press cancel or close. -
16 May 2008 1:56 PM
- Replies
- 3
- Views
- 1,379
location.href = 'userData.php';
works perfect, thanks for your help
It was a noob question as suspected -
16 May 2008 12:47 PM
- Replies
- 8
- Views
- 1,169
I use a single selection model table, and to get the ID of the row they selected I use
var id = tablePanel.getSelectionModel ().getSelected ().data['id'];
This checks if none are selected
... -
16 May 2008 12:33 PM
- Replies
- 3
- Views
- 1,379
I have a nice big extjs project going and I'm enjoying it very much. I've had no luck searching for an answer to what seems like the most noobish of questions. Heres my extjs code
var... -
29 Mar 2008 4:03 PM
Jump to post Thread: JsonStore problem loading data by toolshed
- Replies
- 1
- Views
- 1,194
How do I debug whats going wrong in my JsonStore?
Here is my Json:
{"count":7,"rows":[{"id":"5","un":"mechele","fn":"Mechele","ln":"","ea":"","ll":"2004-08-26...
Results 1 to 6 of 6
