Search Type: Posts; User: metalinspired
Search: Search took 0.01 seconds.
-
21 Apr 2013 9:12 AM
- Replies
- 28
- Views
- 852
I agree with krullj. The moment Google dropped support for IE6 so did I. IE6 has bunch of vulnerabilities and it is no longer (for quite some time) supported by Microsoft itself.
-
16 Apr 2013 9:26 AM
- Replies
- 6
- Views
- 203
Sorry to bump the thread but I really need help with this.
-
11 Apr 2013 10:19 AM
- Replies
- 6
- Views
- 761
don't use text property to define icon.
you should define icon as background-image in CSS class that you add in iconCls.
to add tooltip simply add tooltip property to the button you're creating and... -
4 Apr 2013 9:49 AM
- Replies
- 4
- Views
- 177
Damn, I was close ;)
-
4 Apr 2013 8:54 AM
- Replies
- 4
- Views
- 177
You're welcome.
I came across it when trying to get container items that were floating components.
P.S. Is that Burt Reynolds? :D -
1 Apr 2013 8:40 AM
- Replies
- 4
- Views
- 177
Good day.
Just wanted to know why floatingItems property isn't documented?
Haven't even noticed it before so is it a temporary feature or ...
Cheers -
30 Mar 2013 8:49 AM
Jump to post Thread: Extjs MVC Problem by metalinspired
- Replies
- 10
- Views
- 457
@charvee: You are mixing refs and automatically generated getter methods.
As MikeRH noted "Refs give you easy access to view components using componentQuery for the selector."
{
ref:... -
29 Mar 2013 11:11 AM
- Replies
- 4
- Views
- 197
Whether it is better to have proxy in store or model depends what are trying to achieve.
Both in save() method of model or sync() method of store can have success and failure functions defined. -
29 Mar 2013 3:07 AM
Jump to post Thread: Extjs MVC Problem by metalinspired
- Replies
- 10
- Views
- 457
you don't get it because getter method is created to include path from stores definition.
Ex:
stores: ['storeOne', 'storeTwo']
generates getStoreOneStore() and getStoreTwoStore() getter... -
28 Mar 2013 11:02 PM
- Replies
- 4
- Views
- 197
One way is to disable removing records on store level and define remove in proxy api of model.
This allows you to pass a success/failure callback methods to model.save() where you could define,... -
28 Mar 2013 10:51 PM
- Replies
- 2
- Views
- 305
I think that you would have to create a browser extension of some sort.
Other than that I don't think it is possible. -
28 Mar 2013 10:40 PM
- Replies
- 2
- Views
- 112
I understand, but shouldn't same apply when template isn't looping trough record array?
-
28 Mar 2013 11:32 AM
- Replies
- 2
- Views
- 112
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.0
Browser versions tested against:
Chrome
Description: -
28 Mar 2013 10:33 AM
- Replies
- 6
- Views
- 203
I did create an instance of Ext.window.MessageBox.
If I pass configuration object inside Ext.create() statement when creating MessageBox instance it will throw an error as soon as show() is called,... -
28 Mar 2013 10:16 AM
- Replies
- 6
- Views
- 203
I figured that is the case but isn't that limiting the use of MessageBox?
Also evant's statement is contradictory to yours. -
25 Mar 2013 11:58 AM
- Replies
- 3
- Views
- 763
Also, if you haven't set your store's autoSync to true it will not save it's data to DB unless you call sync() method.
This allows you to manipulate store locally and when you're satisfied with the... -
25 Mar 2013 10:40 AM
- Replies
- 6
- Views
- 203
Hi,
I'm building an application which extensively uses tabs. An user can have active windows in any of created tabs and they hide and show, as expected, when tabs are changed. However, if I add a... -
18 Mar 2013 2:00 AM
- Replies
- 5
- Views
- 353
Hmmmm
Judging from your comment it seems I misunderstood use of refs in control function.
Controllers are loaded before, most of, views are created so if I try to use a ref inside control function... -
18 Mar 2013 12:21 AM
- Replies
- 1
- Views
- 229
Bug exists in ExtJS 4.2 too
-
18 Mar 2013 12:01 AM
- Replies
- 4
- Views
- 225
This continues to trouble me in ExtJS4.2 also.
Only this time it says it occurred at ext-debug.js:1001 -
13 Mar 2013 11:22 PM
- Replies
- 4
- Views
- 225
Yes, that is the case.
It says error occurred in ext-debug.js:855 -
11 Mar 2013 11:56 PM
- Replies
- 1
- Views
- 111
A code snippet would be nice :)
-
11 Mar 2013 11:14 PM
- Replies
- 4
- Views
- 225
Hello,
I made a post in discussion part of forum regarding trouble with refs that I have but after some more trial and error I came across another problem.
If I define refs as:
refs: [{
... -
11 Mar 2013 6:18 AM
- Replies
- 5
- Views
- 353
Corrected the error but it didn't have any effect.
Even with error the selector would return valid component as long as only one view was shown. -
11 Mar 2013 5:08 AM
- Replies
- 5
- Views
- 353
They are working as excepted.
I use getter methods to access view components throughout the controller without any problem.
Ignore my reply it seems I do have some sort of mistake
Results 1 to 25 of 98
