Search Type: Posts; User: SabaSarwat
Search: Search took 0.01 seconds.
-
29 May 2012 3:06 AM
- Replies
- 2
- Views
- 593
The answer is given here:
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.Panel-method-setLoading
See in the comment section of the method setLoading().
Regards! -
25 Apr 2012 8:12 AM
- Replies
- 2
- Views
- 711
Hi all,
I have an infinite-scroller grid, which has new bunch of data after every 10 seconds. If the user is looking at some rows at this grid, it will lost the previous position when new chunk of... -
20 Apr 2012 12:41 AM
- Replies
- 1
- Views
- 556
Hi, I want to know is there any scroll up and down events available in extjs grid panels? I have to perform different operations when grid scrolls down and up, and I could not find any such thing in...
-
13 Apr 2012 5:28 AM
- Replies
- 0
- Views
- 341
Hi everyone,
I have been searching on the forum for long for the solution of this issue but in vain. Any help would be appreciated.
I have a datefield and I want to change the default date of... -
21 Dec 2011 5:34 AM
- Replies
- 17
- Views
- 12,339
I cant make it work; its throwing following error "Uncaught TypeError: Cannot read property '' of undefined" in this line
"
p.value=!Ext.isEmpty(o.data[c.name]) ? o.data[c.name] : ''; "
I want to... -
25 Oct 2011 3:01 AM
- Replies
- 3
- Views
- 1,645
Thanks a lot JC :) it worked for me.
-
24 Oct 2011 5:08 AM
- Replies
- 3
- Views
- 1,645
Hies, I am using extjs 3.2.1, I am having this error when i run my application from another server,
"Uncaught TypeError: Cannot read property 'type' of null in ext-all-debug.js line 26274"
Though... -
24 Oct 2011 4:25 AM
- Replies
- 21
- Views
- 2,636
Thanks a lot hardik :) it worked for me.
-
12 Jul 2011 5:47 AM
- Replies
- 18
- Views
- 19,900
see this
http://www.sencha.com/forum/showthread.php?119221-Ext-version-3.3.1-with-submitEmptyText-false-not-working&p=552959 -
25 May 2011 11:47 PM
- Replies
- 21
- Views
- 2,636
I am also stuck in this issue. Can somebody suggest a solution please?
-
21 Jan 2011 3:19 AM
- Replies
- 38
- Views
- 18,872
textfieldxtype is my own xtype.
-
20 Jan 2011 12:38 AM
- Replies
- 2
- Views
- 920
Alas! Its not working.
During the message box appears. At back select event fires and my fieldsets show up before i select yes or no in message box. -
19 Jan 2011 10:59 PM
- Replies
- 2
- Views
- 920
Good morning!
I have a combo, on its select event i have showed some fieldsets on the basis of the record selected (Initially these fieldsets are hidden). Here is the code...
select :... -
11 Jan 2011 3:58 AM
- Replies
- 38
- Views
- 18,872
I am still stuck in this problem. Can anyone kindly help me?
Any suggestion condor and animal?
I shall be very thankful. -
9 Jan 2011 10:48 PM
- Replies
- 38
- Views
- 18,872
Hello,
I am having some problem in using tooltip in my application. Code is like...
new Ext.FormPanel({
autoScroll: true,
border: false,
title: 'Form',
... -
2 Jan 2011 9:17 PM
Jump to post Thread: Form or fieldset Click event by SabaSarwat
- Replies
- 3
- Views
- 924
I am using many small ones. I also tried to use the 'change' event.
-
30 Dec 2010 10:49 PM
Jump to post Thread: Form or fieldset Click event by SabaSarwat
- Replies
- 3
- Views
- 924
Would simple 'click' would be good? or is there anything better to use?
-
30 Dec 2010 10:39 PM
Jump to post Thread: Form or fieldset Click event by SabaSarwat
- Replies
- 3
- Views
- 924
Good morning everyone!
I have nineteen form panels in one card, and every form panel has a fieldset with multiple form fields (textboxes, radios, checkboxes, combos). I load the data in these... -
29 Dec 2010 5:03 AM
- Replies
- 4
- Views
- 607
Yes you are right... I would do that. Thanks :)
-
29 Dec 2010 4:45 AM
- Replies
- 4
- Views
- 607
Thanks Condor,
by the way i did this and its working fine for me.
var store = Ext.getCmp('Grid').getStore();
store.load.defer(2500, store); -
29 Dec 2010 3:19 AM
- Replies
- 1
- Views
- 435
problem solved...
-
29 Dec 2010 2:41 AM
- Replies
- 1
- Views
- 435
I have 19 fieldsets, which are collapsed = true. I expand and add data in them and submit it. After submitting data, they stay expanded... I want them to collapse when data is submitted. I used...
-
29 Dec 2010 1:54 AM
- Replies
- 4
- Views
- 607
Hello,
I have a grid on west of border layout and a card wizard layout on center of the panel. In center i have form fields. when i submit data (after clicking on submit button), i want grid on west... -
27 Dec 2010 2:41 AM
Jump to post Thread: Placing fbar on top by SabaSarwat
- Replies
- 6
- Views
- 795
Thanks condor :)
I was trying to write my own cls, but that was not such good effect. -
27 Dec 2010 2:07 AM
Jump to post Thread: Placing fbar on top by SabaSarwat
- Replies
- 6
- Views
- 795
how can i remove the frame of tbar?
or cant i use a reference to existing toolbar?
Results 1 to 25 of 69
