Search Type: Posts; User: madmax797
Search: Search took 0.03 seconds.
-
9 May 2013 1:38 PM
Jump to post Thread: fileupload field by madmax797
- Replies
- 3
- Views
- 87
Is there any workaround. I tried, when user clicks submit, to find the upload field and set the value to the file name, but not been successful.
onSubmit: function()
{
var cmp =... -
9 May 2013 10:30 AM
Jump to post Thread: fileupload field by madmax797
- Replies
- 3
- Views
- 87
Using extjs4.1.3 .The textfield part of fileuploadfield has name of the file when file is chosen. Now, if use clicks on the button, but chooses cancel(or closes the popup), the file name is wiped...
-
10 Oct 2012 6:36 PM
- Replies
- 4
- Views
- 1,565
Hi Scott,
That worked perfectly. Thank you. -
10 Oct 2012 2:14 PM
- Replies
- 4
- Views
- 1,565
Hi Scott,
I changed my panel like below:
and the calling code like this, but my panel does not show the text field
Calling Code:
myPanel = Ext.create('EC.view.removecp.TestPanel', {rdFlag:... -
10 Oct 2012 10:20 AM
- Replies
- 4
- Views
- 1,565
Hi all,
I have a panel class with say 2 fields (text field and textarea). I am using this in one screen, where user is allowed to edit its contents. I want to re-use this class in another screen,... -
17 Sep 2012 8:10 AM
Jump to post Thread: Reusing components by madmax797
- Replies
- 1
- Views
- 268
UPDATE - problem fixed, though I used another way (update at end).
All,
relatively new to extjs4. I have an 'add' screen with tabpanel which contains a panel, which contains a textfield and... -
7 Sep 2012 5:59 PM
- Replies
- 43
- Views
- 33,552
Should have tried bit harder.. I got it working. I guess i was missing the Ext.require + something else.. Anyway, posting for benefit of some other newbies.
Hi,
can you convert this example to... -
6 Jul 2012 2:17 PM
Jump to post Thread: grid panel keyboard events by madmax797
- Replies
- 6
- Views
- 1,190
Thx for the tip on using keys config. It works on IE but not on Firefox. but officially we have to only support IE, so Iam good for now :-)
Thanks -
2 Jul 2012 7:12 PM
- Replies
- 1
- Views
- 218
Found the problem (not related to sencha). I forgot to call HttpResponse.setContentType("text/xml").. and I guess Firefox figured it out, but IE needs it.
-
2 Jul 2012 10:41 AM
- Replies
- 1
- Views
- 218
Hi all,
Newbie here. Using extjs4.1.0. I have a GUI which works both on IE(8) and Firefox(13.0.1) when i use a file as store (shown below), but fails when i change URL to point to my servlet(fails... -
2 Jul 2012 6:06 AM
Jump to post Thread: grid panel keyboard events by madmax797
- Replies
- 6
- Views
- 1,190
Thank you for fixing it.
-
26 Jun 2012 1:40 PM
Jump to post Thread: grid panel keyboard events by madmax797
- Replies
- 6
- Views
- 1,190
I commented out the gridviewdragdrop plugin in viewconfig and my key up/down works. So I guess I can't have drag and drop capability and 'up/down' arrow capability?
code commented out:... -
26 Jun 2012 11:01 AM
Jump to post Thread: grid panel keyboard events by madmax797
- Replies
- 6
- Views
- 1,190
all:
newbie here . Trying to get my gridpanel to recognize key up/down and highlight row accordingly.(if row selected is 4, and then user presses up arrow once, row 3 should be selected). I tried... -
25 Jun 2012 1:59 PM
- Replies
- 1
- Views
- 315
all:
newbie here.. question on firing user events
In one of my controller methods, i create a store and call load on it. In the 'load()' listener i have work to do, but i want to do it in... -
14 Jun 2012 2:22 PM
Jump to post Thread: loading store using json by madmax797
- Replies
- 2
- Views
- 415
Thanks a bunch scott. The issue was as you mentioned , I have to add a listener for load() and do my 'post load' work there
-
14 Jun 2012 7:14 AM
Jump to post Thread: loading store using json by madmax797
- Replies
- 2
- Views
- 415
All,
Trying to load my store from file. I am using Ext js 4.1. (newbie)
When my combo box item is selected, i want to load data from json file.
My Model: (defined in model dir as per MVC)...
Results 1 to 16 of 16
