Search Type: Posts; User: vdan
Search: Search took 0.02 seconds.
-
25 Aug 2011 5:45 AM
- Replies
- 8
- Views
- 940
So for my information, are you saying that in 4.0.5, the core part of Ext is included in app-all.js, and therefore you need to include only one js file in your html page?
That would be an... -
25 Aug 2011 5:39 AM
- Replies
- 10
- Views
- 2,422
Then maybe have a look at this plugin.
-
24 Aug 2011 11:43 AM
- Replies
- 8
- Views
- 940
Hi FoxMulder900,
jsb3 file and therefore app-all.js do not include ext-core. That is why you need to include it separately in your html file. So the documentation is correct: you need to include... -
24 Aug 2011 1:53 AM
- Replies
- 10
- Views
- 2,422
You may try to have a "require" directly in MyClass.js, so you are sure MyClass-lang.js is loaded when MyClass is loaded.
-
24 Aug 2011 1:28 AM
Jump to post Thread: How to ger Url parameters by vdan
- Replies
- 4
- Views
- 1,530
1- it is not an oversimplification; it is a fact
2- I have not said this is how it MUST be done. I said "recommend". I am sure AlexanderHS is smart enough to judge if it applies to its own project. -
24 Aug 2011 1:23 AM
- Replies
- 10
- Views
- 2,422
If you want to dynamically download a file, and assuming the loader is enabled, you could do:
Ext.require('path/to/file');
"Recommendation": When going into production, you would normally not... -
23 Aug 2011 4:53 AM
- Replies
- 3
- Views
- 4,909
You could do something like:
this.control({
'view1 button[action=toView2]': {
click: function() {
var form =... -
23 Aug 2011 4:45 AM
Jump to post Thread: How to ger Url parameters by vdan
- Replies
- 4
- Views
- 1,530
You could do something like:
var value = Ext.Object.fromQueryString(location.search.substring(1)).token;
to get the value of token in page1.html?token=12345
By the way, I would recommend using... -
13 Mar 2011 6:49 AM
- Replies
- 1
- Views
- 715
Hi,
it is great to have Raphael/graphs now available in ExtJS.
However, I am experiencing some troubles with the minimum value of the Numeric axis:
when setting value to -400 (my data... -
25 Feb 2011 5:56 AM
- Replies
- 1
- Views
- 643
First of all, thanks for the new framework.
It seems that the AbstractManager has been built on top of a previous ComponentMgr, as can be ssen from the comments/documentation. E.g.
/**
... -
22 Feb 2011 6:33 AM
- Replies
- 18
- Views
- 3,983
Hi,
talking about getters and setters in Ext4, is it not an abuse of terminology as getters and setters are supposed to look like properties, rather than methods?
myObj.prop = 'aValue'; //...
Results 1 to 11 of 11
