Click here to Skip to main content
15,896,444 members

Comments by yassine101 (Top 6 by date)

yassine101 2-Jun-14 6:47am View    
i dont know exactly that why i asked! but what i found that i have to use ext.ajax.request and i dont know haw to use and the parameter that should containt this request...
yassine101 22-May-14 7:01am View    
I tried with That code but it doesn't work for me because i'm using javascript and html, not jQuery...
yassine101 21-May-14 20:09pm View    
Thank you for ur reply but is it necessary to work with jQuery in this case ? i don't want to work with jQuey because i'm not too good at it...
You Don't think that i have to add my web service in the store ? i'm just a beginner in programmation so i dont know how to proced ? look at the example where i copied my code what they have in store :
var promosStore = new Ext.data.JsonStore({
url : 'liste_promos.php',
fields : ['display', 'value'],
root : 'rows',
autoLoad : true
});

what do you think ?
yassine101 20-May-14 10:02am View    
OK Great ! But i created the labels and the buttons that i will use in my application ! how can i connect them with my web service ? i mean the jQuery work for me in this case ? my buttons and labels was created in my .js file !!
yassine101 20-May-14 9:13am View    
sorry but where can i find the reference !! i'm using NetBeans and i searched there and i don't find it