Search Type: Posts; User: alberto01
Search: Search took 0.02 seconds.
-
23 May 2013 2:43 AM
- Replies
- 11
- Views
- 346
Ok, it works!
It works also with an array data: [{id: 20}]!
ty! -
22 May 2013 4:32 AM
- Replies
- 11
- Views
- 346
yep, my rootProperty is "data" and I send back
data: [].
As you can see data:[] is an array not a single object... could this be the cause? -
22 May 2013 1:58 AM
- Replies
- 11
- Views
- 346
Hi, sorry I found this thread only now.
I have the same problem here: http://www.sencha.com/forum/showthread.php?264023
I return corerctly a json response... -
20 May 2013 2:20 AM
- Replies
- 1
- Views
- 111
here is my code:
In the controller i set a value in an existing record:
this.record.set('description', 'test');
this.getFlightsList().getStore().sync();
And then i call the sync()... -
24 Apr 2013 5:30 AM
Jump to post Thread: Add bottomToolbar dinamically by alberto01
- Replies
- 1
- Views
- 143
hello,
I have a problem add a bottomToolbar to a panel. Here is my config:
TestUi = Ext.extend(Ext.Panel, {
title: 'Page',
border: false,
layout: 'vbox',
padding: 10, -
11 Feb 2013 3:04 AM
Jump to post Thread: combobox and null value by alberto01
- Replies
- 1
- Views
- 265
Hi,
I have a form with a combobox "parent_reseller_ref". The combo is filled with the loadRecord method of the form.
The record is specified in a store in this way:
{name:... -
20 Feb 2012 9:36 AM
Jump to post Thread: this.control get store by alberto01
- Replies
- 1
- Views
- 392
Hi i'm trying to listen a load of a store from the init of my controller but i don't know how to use the selector properly.
Ext.define('IN.store.Navigation', {
extend: 'Ext.data.Store', ... -
20 Feb 2012 8:21 AM
Jump to post Thread: silent error blocks app loading by alberto01
- Replies
- 2
- Views
- 402
the same if you indtroduce any error in the Ext.define:
Ext.define('IN.store.Items', {
Ext.define('TEST.store.Items', {
No errors, no warnings.... -
24 Aug 2011 6:09 AM
- Replies
- 1
- Views
- 718
up plz
-
22 Jul 2011 6:49 AM
- Replies
- 1
- Views
- 718
Hi.
I have a grid widhth an actioncolumn. I would like to declare the function of the handler outside the declaration of the action column....
My code:
MyGridUi =... -
5 Jun 2011 2:42 AM
- Replies
- 7
- Views
- 1,680
Good Idea.... Exactly what I was searching for!
tnx! -
4 Feb 2011 10:25 AM
- Replies
- 1
- Views
- 498
I have an EditoGridPanel on which I would do some integrity checks.
Is there a way to make a check on the fields on the afteredit event?
The check I want to do are:
- if the field is empty
... -
4 Feb 2011 10:19 AM
- Replies
- 7
- Views
- 873
@ryanyoungsma
Sorry, I did not understand your suggestion.
However, I resolved. Unfortunately I had a problem in the combo store.
But it only works if the combo store has autoLoad = true.
... -
3 Feb 2011 2:54 PM
- Replies
- 7
- Views
- 873
thank you.
But the problem is not in the list of the combo but while I try to make the render...
During some tests i saw that if I call a reload on the grid store right after the render of the... -
3 Feb 2011 1:16 PM
- Replies
- 7
- Views
- 873
Hi, I have a problem, I tried to look around in awhile but with poor results.
I have a combobox in a editorgridpanel.
The combo loads data from a remote store.
The data consist of a key: "id"... -
3 Dec 2010 4:56 AM
- Replies
- 4
- Views
- 905
It works,
this.getComponent('search').getStore().on(
'beforeload',
function(ds) {
ds.setBaseParam('query',Ext.encode({'myCustomValue': search_value}));
},
this
) -
3 Dec 2010 4:41 AM
- Replies
- 4
- Views
- 905
Actually I have a store used by other components...
Thoose components use JSON data for some reasons...
I try to modify the params on beforeload...
tnx! -
3 Dec 2010 4:20 AM
- Replies
- 4
- Views
- 905
Hi,
i'm trying to make a dinamyc combo box, I' ve just read the example: http://dev.sencha.com/deploy/dev/examples/form/forum-search.html
I would like to add some extra parameters to the request.... -
11 Nov 2010 3:07 AM
Jump to post Thread: new window addlistener by alberto01
- Replies
- 3
- Views
- 740
Tnx, but i need to se the handler from the opener... not directly inside the window...
-
11 Nov 2010 1:30 AM
Jump to post Thread: new window addlistener by alberto01
- Replies
- 3
- Views
- 740
Hi,
I have this code:
genericWindowUi = Ext.extend(Ext.Window, {
title: 'My Window',
width: 400,
height: 250,
initComponent: function() {
this.buttons = [ -
3 Nov 2010 6:06 AM
Jump to post Thread: panel and tpl ERROR! by alberto01
- Replies
- 5
- Views
- 650
it works!!
Thank you! byez -
3 Nov 2010 5:41 AM
Jump to post Thread: panel and tpl ERROR! by alberto01
- Replies
- 5
- Views
- 650
Tnx for the suggestion.
But now I have a side effect ...
When I call the getData function after that the panel is rendered, obviously, it doesn't fire again the event.
Since I call the... -
2 Nov 2010 12:20 PM
Jump to post Thread: panel and tpl ERROR! by alberto01
- Replies
- 5
- Views
- 650
Ok guis I found the mistake!
I have to call the update after the layout has been drawed!
So I added theese lines to my getData function:
this.getComponent('prod').on('afterlayout', function(){... -
2 Nov 2010 11:41 AM
Jump to post Thread: panel and tpl ERROR! by alberto01
- Replies
- 5
- Views
- 650
Hi again,
i'm getting crazy withi this error and I can' t understand....
I have this code:
infoUi = Ext.extend(Ext.Panel, {
layout: 'hbox',
ref: 'info',
initComponent:... -
2 Nov 2010 12:37 AM
Jump to post Thread: disable all node of a tree by alberto01
- Replies
- 3
- Views
- 680
.. I think I wrong somewhere ... because if I use:
this.psLoader.load(
this.getComponent('prodottiServizi').root,
function(){
...
Results 1 to 25 of 53
