Search Type: Posts; User: Alexei Ptitchkin
Search: Search took 0.01 seconds.
-
5 Oct 2012 9:23 AM
- Replies
- 8
- Views
- 932
Hi. I've tried to use your "dom" trick
var container = form.down('container');
var fieldset = container.down('fieldset');
var codeNumberField =... -
29 Aug 2012 6:23 PM
- Replies
- 2
- Views
- 1,253
Thanks for response. :)
My point was: - Why I can NOT see response in batch.operations[0]?
As a way around I did "Message alert in store's exception listener" and silent failure recovery in... -
29 Aug 2012 7:22 AM
- Replies
- 2
- Views
- 1,253
To handle success or fail store.sync() I use to pass sync options with callbacks.
var syncOptions = {controller:this,
record:record,
recordId:recordId,... -
9 Aug 2012 8:13 AM
- Replies
- 4
- Views
- 526
to castitas
I kinda newbee when I have to deal with components which I haven't used yet.
Could you please point me where I can insert that handler?
Here is how I define TreePanel:
var... -
9 Aug 2012 5:54 AM
- Replies
- 4
- Views
- 526
Hi everybody.
To simulate radio-button behavior I need to handle checkbox selection in TreePanel.
In my use-case I may have several groups of mutual exclusive checkboxes.
JSON to build tree... -
3 Aug 2012 7:49 AM
- Replies
- 6
- Views
- 695
I thought 'success' is default value for successProperty (I have tried this).
I use the same model in grid, model accept array of same jsons without any problem. -
3 Aug 2012 7:29 AM
- Replies
- 6
- Views
- 695
Yes I use firebug, for some reason I copied response from debugger window and grab extra quote.
Here is response taken from firebug console
{"success":true,... -
3 Aug 2012 6:06 AM
- Replies
- 6
- Views
- 695
I have very strange Ext.form.Panel misbehavior. Form load() always return failure regardless that POST request sent and processed by servlet.
Servlet response for load is:
{"success":true, ... -
3 Aug 2012 4:07 AM
- Replies
- 2
- Views
- 803
Would be interesting to hear comments from developers or support team, because I have same problem with both form.load/submit methods.
-
18 Jul 2012 9:47 AM
- Replies
- 13
- Views
- 1,327
So I had to write my own delete record in store
var dealerGrid = me.getDealerSetupGrid();
var dealerStore = me.getDealersDealerStore();
var record =... -
17 Jul 2012 3:55 PM
- Replies
- 13
- Views
- 1,327
Inside store.remove(record) uses standard javascript method indexOf(record) and this "indexof" return -1.
-
17 Jul 2012 3:29 PM
- Replies
- 13
- Views
- 1,327
I've tried that we the same result.
Inside method Store:remove() argument wrapped in array, so it's safe to pass either One record or array of records. -
17 Jul 2012 1:36 PM
- Replies
- 13
- Views
- 1,327
Record in console:
Object { internalId=
228, raw={...}, data={...}, more...}
in inspector : -
17 Jul 2012 12:52 PM
- Replies
- 13
- Views
- 1,327
Thank you Scott. It works.
But still it's very weird because in ExtJS 4.0.0 this code works even I set Id.
I'm doing refactoring and switch to ExtJs 4.1.0.
Also could you please help me figure... -
17 Jul 2012 10:54 AM
- Replies
- 13
- Views
- 1,327
on top described problem Store don't detect new records and call 'update' url instead of 'create'.
var win = button.up('window');
var form = win.down('form');
if... -
17 Jul 2012 4:22 AM
- Replies
- 13
- Views
- 1,327
Here we go.
37224 -
16 Jul 2012 3:41 PM
- Replies
- 3
- Views
- 725
FYI only: I just recall that in
'DealerDetailGrid dataview' were not only spaces but also tab-characters.
Hope that this comment will help identify the problem. -
16 Jul 2012 3:18 PM
- Replies
- 13
- Views
- 1,327
If I understand your question you need to see how record object looks like in firebug inspector?
I feel that this isn't ExtJs problem, but rather data reference problem.
Unfortunately I'm away... -
16 Jul 2012 11:24 AM
- Replies
- 13
- Views
- 1,327
I have really weird misbehavior. In code snippet I take selected row and pass it to store's remove method.
in fire bug I see that record is what I've selected, inspect store and confirm that record... -
16 Jul 2012 7:10 AM
- Replies
- 3
- Views
- 725
Once I remove extra spaces in DealersController.js
'DealerDetailGrid dataview': {itemdblclick: this.editDetail},
'DealerOptionGrid dataview': {itemdblclick: this.editOption}, ... -
16 Jul 2012 4:36 AM
- Replies
- 3
- Views
- 725
Hello all.
I have a problem with grids in window with card layout.
First page contains 2 grids (DealerDetailGrid DealerOptionGrid) and second page have one grid DealerHierarchyGrid.
All three have... -
24 May 2012 4:13 AM
- Replies
- 2
- Views
- 424
Great answer! Thanks a lot!
-
23 May 2012 2:41 PM
- Replies
- 2
- Views
- 424
Hi I'm trying hide buttons on toolbar and getting error "Ext.getCmp("SelectBtn") is undefined".
I guess that during initComponent() buttons wasnt rendered yet.
on which event or method I can hide... -
14 May 2012 10:44 AM
- Replies
- 1
- Views
- 388
It's turn out that for any reason
store: 'products.Products' was not initialized.
I had to make dirty trick, i.e. include
var localStore = Ext.create('Fast.store.products.Products', {
... -
11 May 2012 10:28 AM
- Replies
- 1
- Views
- 388
Hi all. I'm newbee and trying to follow examples\app\feed-viewer project.
Using : Ext 4.0
Here is my files:
\app.js
Ext.application({
Results 1 to 25 of 27
