Search Type: Posts; User: andredecotia
Search: Search took 0.02 seconds.
-
11 Jan 2011 9:00 AM
- Replies
- 8
- Views
- 1,586
Condor, in this case didn't signal failure and success? I am asking for it because didn't work success as well.
-
11 Jan 2011 7:20 AM
- Replies
- 8
- Views
- 1,586
Hey Condor, how's everything?
Guy I've read your post about File Upload failure message however I didn't understand anything because I am total new in EXTjs... Could you tell me more how to set... -
11 Jan 2011 5:06 AM
- Replies
- 8
- Views
- 1,586
please suggest me anything...
-
11 Jan 2011 5:06 AM
- Replies
- 8
- Views
- 1,586
no, I can't see anything... on firebug...
-
11 Jan 2011 4:40 AM
- Replies
- 1
- Views
- 391
success: function (form, action) {
alert('teste ok');
Ext.Msg.show({
title:'Upload de Foto - SGCS',
msg: 'Upload... -
6 Jan 2011 1:00 PM
- Replies
- 3
- Views
- 1,205
var conn = new Ext.data.Connection();
conn.request({
url: 'nomeDaAction',
params: {
'idProdutoNaAction': idProdutoDoGrid
},
}); -
6 Jan 2011 12:13 PM
- Replies
- 8
- Views
- 1,586
if an error happens inside the server? can't I use it failureType and get through SERVER_INVALID like above?
-
6 Jan 2011 11:44 AM
- Replies
- 3
- Views
- 1,205
var conn = new Ext.data.Connection(); shows it as not defined after first requesting...
-
6 Jan 2011 7:48 AM
- Replies
- 8
- Views
- 1,586
After requesting server crashes and EXTjs's failure does not send alert of failed. Why?
function redireciona(){
window.location = "pessoas.action";
}
Ext.onReady(function() {
var... -
6 Jan 2011 5:58 AM
- Replies
- 0
- Views
- 870
Hey mates,
I am using multi-upload (I don't know the name, but the link is below), when second time to upload the files arrive null value, why?
http://demo.superdit.com/ext_gallery/... -
6 Jan 2011 4:34 AM
- Replies
- 1
- Views
- 1,256
Is there Sencha's plugin for multi-upload? I only found out File Upload Field plugin...
-
23 Dec 2010 5:28 AM
- Replies
- 9
- Views
- 675
wow wow... I am sure that's working perfectly! Condor you are the man! You're the master! You're the world's EXTjs number one!
Animal thanks as well...
bye bye,
André AS - Brazil -
23 Dec 2010 5:21 AM
- Replies
- 9
- Views
- 675
Condor, Condor, very very happy...
I don't believe I think that works now LOL... Let me test again, ok? :D :D :D -
23 Dec 2010 5:15 AM
- Replies
- 9
- Views
- 675
My apologize, I don't know what Object Model is...
-
23 Dec 2010 5:13 AM
- Replies
- 9
- Views
- 675
I think I have understood now when you say to use Ext.StoreMgr.get('id-of-store') get access then how to set
an id to my store? This is my current difficult. -
23 Dec 2010 5:05 AM
- Replies
- 9
- Views
- 675
Hey Condor, first of all, thx for rapid helping...
1 - How to set my store as a global variavel?
2 - How does Ext.StoreMgr.get('id-of-store') work? How to improve my code using that?
Look at... -
23 Dec 2010 5:00 AM
Jump to post Thread: how to refresh DataView? by andredecotia
- Replies
- 4
- Views
- 1,863
Hey all,
if I have .js included in another page file? Could I call store.load() by calling from another page that has .js file? -
23 Dec 2010 4:07 AM
- Replies
- 9
- Views
- 675
Hey, good morning (my time LOL),
I would like to know if is possible refresh DataView' store if DataView' store were inside another file that I get access
by including (included)... Is that... -
23 Dec 2010 4:00 AM
Jump to post Thread: Problems with DataView by andredecotia
- Replies
- 7
- Views
- 828
I am facing a similar problem refresing DataView' store.
-
20 Dec 2010 5:06 AM
- Replies
- 0
- Views
- 395
var arrayIdsImagens = []; //Iniatialize that array
var recebeOsIdsDasImagens = datav.getSelectedRecords(); //Shoud receive photo's ids
Ext.each(recebeOsIdsDasImagens,function(){... -
17 Dec 2010 3:56 PM
- Replies
- 2
- Views
- 557
that's true I was wrong using getSelectedModel() LOL... thanks I am trying to use it now...
-
17 Dec 2010 9:09 AM
- Replies
- 2
- Views
- 557
Hi all, on my DataView you can select more than one photo in the same time to delete, my doubt is howto store the ids, can I put all on an Array? If yes, how could I do? And how could I get any id...
-
17 Dec 2010 4:03 AM
- Replies
- 5
- Views
- 672
thanks guys,
hey msinn, thanks again,
//I've tried those below:
//Ext.getCmp('datav').bindStore(pessoasStores);
//Ext.getCmp('panelPessoaGaleria').load();
... -
17 Dec 2010 2:52 AM
- Replies
- 5
- Views
- 672
thanks all,
msinn, I really appreciated your tip, I have another doubt:
Must I load store? imagem-view? or another? For exemple: store.load();?
Detail: I am calling that out of this .js.
My... -
16 Dec 2010 1:30 PM
- Replies
- 5
- Views
- 672
Howto load, call to load a DataView? And more, if I have a DataView, I have to load that or load the JsonStore? Got it?
Results 1 to 25 of 94
