Search Type: Posts; User: armandoxxx
Search: Search took 0.09 seconds.
-
8 Dec 2012 3:19 AM
- Replies
- 2
- Views
- 267
Hey
Yes I use two different stores..
Ext.create('store1', {storeId:'store1'});
Ext.create('store2', {storeId:'store2'});
is the code .. and console throws 2 different stores out ..
... -
8 Dec 2012 2:27 AM
- Replies
- 2
- Views
- 267
Hey guys ..
Need a little explanation about proxies ...
I've got a form with components that call same URL through it's storage proxies.
The problem is with extra params ...
In some cases I... -
23 Oct 2012 10:09 PM
- Replies
- 1
- Views
- 251
Hey
I solved it. I was missing Ext.require() statement before tree.
Rgards
Armando -
23 Oct 2012 10:13 AM
- Replies
- 1
- Views
- 251
Hey guys ..
Need a little help with my problem ...
The tree renders but columns are empty:
here is my model code: -
19 Oct 2012 1:52 AM
Jump to post Thread: Toolbar with panels inside ... by armandoxxx
- Replies
- 3
- Views
- 216
Hey thank you for your reply.
I've checked all those examples. But I have fields like combos and checkboxes on toolbar .. can't handle everything with buttons :(
Regards
Armando -
18 Oct 2012 11:57 PM
Jump to post Thread: Toolbar with panels inside ... by armandoxxx
- Replies
- 3
- Views
- 216
Hey ppl
Is it possible to add panel or containers to toolbar ?
I would like to have toolbar in three rows. So many fields and buttons, so putting them in three rows is my only option.
Any... -
15 Oct 2012 3:33 AM
- Replies
- 1
- Views
- 262
Allthough I hate overriding default ext functionality, I found out that ext-all-debug.js script #5834 has an empty else statement which should include at least some kind of error hook or something so...
-
15 Oct 2012 1:16 AM
- Replies
- 1
- Views
- 262
Hey guys
How to I handle Ext.Loader errors?
Example:
User session expires on server. And user is trying to open a window component which triggers Ext.Loader to load that component from... -
5 Oct 2012 4:02 AM
- Replies
- 28
- Views
- 16,883
Hey ...
I need 2 more events .. beforeupload and after upload .. can someone please let me know how to implement these two ?
Kind regards
Armando -
29 May 2012 1:07 AM
Jump to post Thread: Ext.Panel scroll by armandoxxx
- Replies
- 1
- Views
- 572
Hey guys ...
I need some help with scrolling in panels.
Is there a Ext way to scroll my scrollable panel to top ?
Regards
Armando -
23 May 2012 12:16 AM
- Replies
- 289
- Views
- 104,131
Hey
I need a bit of a help with focus on superboxSelect element.
I have a form with fields and one field triggers loading of elements in sbs component and then sbs steals focus. Is there a... -
23 May 2012 12:12 AM
Jump to post Thread: Get focused element in a form by armandoxxx
- Replies
- 1
- Views
- 945
Hey
Is there a way to get focused element in a form ?
Regards
Armnado -
21 May 2012 9:28 PM
- Replies
- 2
- Views
- 655
It is kinda simple (after 6 hours of debuging)... I needed to set visibility css property of my el.dom otherwise resolved visibility would be "hidden".
Regards
Armando -
21 May 2012 8:23 AM
- Replies
- 2
- Views
- 655
Hey ..
Please explain to me how come isVisible() method and hidden property return same values.
exmaple: isVisible() returns false, hidden has false value and component is actually visible on the... -
25 Apr 2012 12:27 AM
- Replies
- 6
- Views
- 1,662
Well for sure it can't be done with Ext.Window but .. I still need the way to communicate between browser windows which are on same domain and both run EXTjs app inside .. .so any advices on...
-
19 Apr 2012 9:44 AM
- Replies
- 289
- Views
- 104,131
hey guys
I need toogle ( and onToogle event) on items in a component ... did any of you ever need this and could share code ?
by toogle I mean ... I want to be notified when Item is selected... -
16 Apr 2012 3:21 AM
Jump to post Thread: Anchor for field size by armandoxxx
- Replies
- 1
- Views
- 340
I solved it.
The real size becomes available on resize.
Regards
Armando -
16 Apr 2012 2:33 AM
Jump to post Thread: Anchor for field size by armandoxxx
- Replies
- 1
- Views
- 340
Hey
I have a question of how to get size of anchored field ?
I have a textarea .. and this.getSize() returns 60px, 108px , while html inspection shows that sizes are width: 965px; height:... -
19 Mar 2012 8:59 AM
- Replies
- 406
- Views
- 143,985
Hey guys ..
sort is not working on display field .. any suggestions ?
Regards
Armando -
1 Mar 2012 1:24 AM
- Replies
- 4
- Views
- 1,005
Hey ..
looking at this at the moment .. and here's what's not working ...
you entered "some text" text you get results from store, you select a record, you press a trigger, store reloads with... -
29 Feb 2012 4:13 AM
- Replies
- 406
- Views
- 143,985
Hey guys I need a little help with this component.
Whenever I load form data and these components load it's stores (I've got 3 of them in the same form) dropdown selection opens up even though... -
29 Feb 2012 4:09 AM
- Replies
- 1
- Views
- 375
Fixed it by executing focus() method on after form loaded it's data.
-
29 Feb 2012 2:19 AM
- Replies
- 1
- Views
- 375
Does anybody have a clue why I cant focus a field in a form unless I click on it ?
field.focus() does not work if I put it on window or form show event or fields afterrender event ..
Any advice... -
24 Feb 2012 2:22 AM
- Replies
- 1
- Views
- 280
Hey ...
Need a little heklp with my remote combo box ..
config:
allowBlank: false
displayField: "title"
fieldLabel: "" -
8 Feb 2012 5:03 AM
- Replies
- 8
- Views
- 3,350
Hey man
I've updated this code a little . please check and post reply of your oppinion
your code is still inside, it's just commented out.
Ext.ns('Ext.ux.slider');
Results 1 to 25 of 119
