Search Type: Posts; User: maaz
Search: Search took 0.01 seconds.
-
15 Oct 2011 10:42 AM
Jump to post Thread: formpanel on load by maaz
- Replies
- 2
- Views
- 386
Any idea Guys ??
-
15 Oct 2011 9:54 AM
Jump to post Thread: formpanel on load by maaz
- Replies
- 2
- Views
- 386
Guys I am new in Extjs
formPanel.getForm().load({
url: 'controller/half_items_upload.php?xyz=1',
method:'GET',
waitMsg: 'Loading...',
success:function(form,... -
14 Oct 2011 2:03 PM
Jump to post Thread: Editable Grids by maaz
- Replies
- 0
- Views
- 313
Hi Guys!
I am new in extjs framework.
I wanna know what method fired when user edited a row ?
Maaz -
13 Oct 2011 1:26 AM
Jump to post Thread: formpanel on load not working :/ by maaz
- Replies
- 7
- Views
- 921
@skirtle yes 200 OK written on chrome.
@asken ok got you :) thanx ! and its alerting me
#Ext.Msg.alert("Success failed", action.result.errorMessage);
instead of
#Ext.Msg.alert('Success',... -
12 Oct 2011 10:33 PM
Jump to post Thread: formpanel on load not working :/ by maaz
- Replies
- 7
- Views
- 921
Code tags mean??
Brother ! abc.php (server) is responding >>
{"success":true,"abc":3}
BUT !!! My JS is always running "False" case !!! It should run "success" case i.e it should alert >>... -
11 Oct 2011 9:16 PM
Jump to post Thread: formpanel on load not working :/ by maaz
- Replies
- 7
- Views
- 921
hey can you tell me wats wrong with this code
formPanel.getform().load({
url: 'abc.php?xyz=1',
method:'GET',
waitMsg: 'Loading...',
success:function(form, action){
var obj =... -
11 Oct 2011 3:42 PM
- Replies
- 2
- Views
- 626
:s didnt get you sir ! :(
-
10 Oct 2011 4:46 PM
- Replies
- 2
- Views
- 626
Hi Guys, I am new in ExtJS.
I am using two forms on same page.
Form panel 1 fields are by default disabled. Problem is I have to toggle some of Form panel 1 fields "enabled" (but some should... -
8 Oct 2011 9:36 AM
- Replies
- 2
- Views
- 1,033
Hi Guys, I am making an app using ExtJS and PHP. As I am new in ExtJS . I have used simple HTML forms before
But now i want to put php variable value in textfield
my code is
Ext.require([
...
Results 1 to 9 of 9
