Search Type: Posts; User: woomboom
Search: Search took 0.03 seconds.
-
10 Dec 2009 9:33 AM
Jump to post Thread: ExtJS and Cappuccino by woomboom
- Replies
- 4
- Views
- 2,461
I came across a framework called Cappuccino.
http://cappuccino.org/
It uses Objective-J which seems to be a higher-level language to JavaScript. It seems to me that Cappuccino and ExtJS could... -
4 Dec 2009 3:41 AM
- Replies
- 4
- Views
- 1,904
ColumnResizer.js Line 97 @ r5633 ends in ; but should be ,
var index = this.hdIndex,
vw = this.view,
cs = vw.columns,
len = cs.length,
... -
3 Nov 2009 11:50 PM
- Replies
- 5
- Views
- 1,135
Try setting enableOverflow: false on your toolbar. I had some similar issues and found it to be caused from the fitToSize() function in the ToolBarLayout. by setting enableOverflow: false, this...
-
22 Oct 2009 10:33 PM
- Replies
- 36
- Views
- 16,266
Animal,
Seems there is an issue with TableGridView rendering when the store has not loaded its data yet but am not certain without further testing.
I am getting a row.cells not defined error... -
19 Oct 2009 7:01 PM
- Replies
- 4
- Views
- 2,036
Using code from svn @ r5496 I am seeing an error that happens often. It breaks in Ext.lib.Event.purgeElement saying l is null. I applied the following override to fix:
... -
16 Oct 2009 1:58 AM
- Replies
- 1
- Views
- 1,003
I updated to the latest svn revision last night to find that it broke my Trees when calling reload on the root node.
I applied the following overrides and was able to resolve the problems.
... -
19 Sep 2009 9:27 AM
Jump to post Thread: Documentation Bugs - Ext 3.x by woomboom
- Replies
- 445
- Views
- 88,335
fireEvent for Observable not in docs
-
9 Aug 2009 11:15 PM
Jump to post Thread: Documentation Bugs - Ext 3.x by woomboom
- Replies
- 445
- Views
- 88,335
[FIXED]
Ext.util.Observable fireEvent has been replaced with filterOptRe -
13 May 2009 2:44 PM
Jump to post Thread: Ext.Direct - Server-side Stacks by woomboom
- Replies
- 89
- Views
- 171,864
php Kohana stack anyone?
-
11 Jan 2009 9:18 PM
- Replies
- 106
- Views
- 52,473
Had an issue where i was resubmitting a form with different values selected for the boxselect and the previous values were being submitted. Following fix should be added inside the remove listener:...
-
12 Nov 2008 7:45 PM
- Replies
- 12
- Views
- 14,161
Thanks Mindplay!
I modified it some so that it can be used to load ext components (dynamically generated if you like) on the fly.
JSLoader.js
Ext.ux.JSLoader = function(options) {
...
Results 1 to 11 of 11
