Search Type: Posts; User: drieraf
Search: Search took 0.02 seconds.
-
12 Aug 2009 5:29 AM
- Replies
- 192
- Views
- 93,451
Hi. I'm agree with you, but I patched the old code with forum comments. I think that run correctly.
/**
* Ext.ux.grid.GridFilters v0.2.8
**/
Ext.namespace("Ext.ux.grid");
/* PATCH... -
4 Jun 2009 6:12 AM
- Replies
- 1
- Views
- 1,184
I answer myself question. After some tests I think that the best configuration for speed up Internet Explorer and use good caching is
$now = gmdate('D, d M Y H:i:s') . ' GMT';... -
2 Jun 2009 3:11 AM
- Replies
- 1
- Views
- 1,184
Hi,
I'm using PHP + Ext with this configuration:
header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
header('Cache-Control: pre-check=0, post-check=0, max-age=0');... -
19 Dec 2008 4:15 AM
Jump to post Thread: Grid Filter (Plugin) by drieraf
- Replies
- 917
- Views
- 566,190
nobody can help me ?
Thx -
5 Dec 2008 7:39 AM
Jump to post Thread: Grid Filter (Plugin) by drieraf
- Replies
- 917
- Views
- 566,190
This filter was perfect but I you can not filter by blank value.
For example in Dates, you can filter before, after, between, but you can't filter by "no date" or "blank date".
In the strings... -
29 Nov 2008 1:15 AM
Jump to post Thread: Submit Form with Enter by drieraf
- Replies
- 14
- Views
- 4,735
Thanks dVyper your solution was nice, but not like I answered. But you give me the idea to reach the goal!
It's not elegant, but adding this code:
keys: new Ext.KeyMap(document, {
... -
22 Nov 2008 2:28 AM
Jump to post Thread: Submit Form with Enter by drieraf
- Replies
- 14
- Views
- 4,735
I tried this code but is do nothing.
Really I like more the "keys" situation, because I want to configure the ESCape key to close a window and warn if some data is changed. But this is more... -
22 Nov 2008 1:36 AM
Jump to post Thread: Submit Form with Enter by drieraf
- Replies
- 14
- Views
- 4,735
Just now I tried your code and
- In Safari I got: "Value undefined (result of expression bt.fireEvent) is not object."
- In Firefox : "Error: bt.fireEvent is not a function" -
21 Nov 2008 4:46 AM
Jump to post Thread: Submit Form with Enter by drieraf
- Replies
- 14
- Views
- 4,735
Hi, I have this login form
How I can simulate a "Validar" click on ??? (keys part) to submit the form when enter is pressed ?
[CODE]
Ext.onReady(function(){
Ext.QuickTips.init();
//...
Results 1 to 9 of 9
