Search Type: Posts; User: rstuven
Search: Search took 0.01 seconds.
-
19 Jun 2009 1:01 PM
- Replies
- 8
- Views
- 1,783
If anyMatch=false, the match is "anchored" to the beginning of the line ('^' operator) but it should also be anchored the end of the line ('$' operator). This makes sense since anyMatch=true means...
-
19 Jun 2009 12:42 PM
- Replies
- 2
- Views
- 682
Index: CSS.js
===================================================================
--- CSS.js (ext-3.0-rc2)
+++ CSS.js (working copy)
@@ -94,6 +94,15 @@
var ssRules = ss.cssRules ||... -
19 Jun 2009 12:38 PM
- Replies
- 2
- Views
- 1,218
The files DomQuery.js, Fx.js and JSON.js have wrong paths in ext.jsb. See attached patch.
-
19 Jun 2009 12:23 PM
- Replies
- 5
- Views
- 1,594
I'm having the same issue using ext-3.0-rc2. I've applied the following patch:
Index: ext-base-event.js
===================================================================
---... -
18 Apr 2008 10:07 PM
- Replies
- 1
- Views
- 1,355
I just read this review on whereyougonnabe Facebook app. I haven't tried it yet but it seems an Ext application.
-
17 Apr 2008 3:00 PM
- Replies
- 0
- Views
- 1,026
Steps to reproduce it (using Firebug console):
var c = new Ext.util.MixedCollection();
c.add( {v: 1} );
c.add( {v: 2} );
console.assert( c.findIndex("v", 2) == 1 );
c.insert( 0, {v: 20}... -
12 Apr 2008 6:43 PM
Jump to post Thread: MonoRail ExtJS Helper by rstuven
- Replies
- 4
- Views
- 1,953
Thanks for your feedback. Some comments:
- I will try your optimization tip.
- You could get intellisense and compile-time checking using AspView. I have not tried it in combination with my helper,... -
11 Apr 2008 7:00 AM
Jump to post Thread: MonoRail ExtJS Helper by rstuven
- Replies
- 4
- Views
- 1,953
Check out http://code.google.com/p/mr-extjs-helper
-
23 Jan 2008 3:37 PM
Jump to post Thread: Grid Search Plugin by rstuven
- Replies
- 1,023
- Views
- 363,327
Thanks for this plugin.
I'm using a GroupingView with startCollapsed:true, so I added the following code just before the end of onTriggerSearch:
// Give immediate feedback of rows... -
14 Nov 2007 6:09 PM
- Replies
- 5
- Views
- 1,774
Remember to use the class .ext-ie for specific IE tweaks. For example:
.ext-ie .x-toolbar { position: static; } -
5 Nov 2007 11:45 AM
- Replies
- 37
- Views
- 14,278
The plugin works (though it's not the panacea, I welcome every constructive suggestion)... but the example didn't. As myself remarked above, singleSelect option must be false, but I uploaded a wrong...
-
1 Nov 2007 2:45 PM
Jump to post Thread: Ext.ux.using by rstuven
- Replies
- 6
- Views
- 3,611
Yes, it's as simple as you put it: merging different namespaces to one.
The benefits are the same of the C# using directive (see link above) or import in Java and Python, or similar constructs in... -
30 Oct 2007 2:57 PM
Jump to post Thread: Ext.ux.using by rstuven
- Replies
- 6
- Views
- 3,611
As a C# developer, I'm accustomed to the using directive that brings types from other namespaces to the current scope, so I came up with a handy function for my Ext projects to emulate "using" at...
-
30 Oct 2007 2:24 PM
- Replies
- 3
- Views
- 2,713
Hi,
This plugin allows you to toggle the collapsible status of a panel using a pin/unpin tool. This can be specially useful in an accordion layout, where by default only one panel can be expanded... -
30 Oct 2007 1:20 PM
- Replies
- 37
- Views
- 14,278
Hi,
This plugin allows you to select all items of a group using a checkbox in the group header.
The grid must use a GroupingView and a selection model with singleSelect=false. Usage in...
Results 1 to 15 of 15
