Search Type: Posts; User: gameboy87
Search: Search took 0.03 seconds.
-
15 May 2013 10:43 PM
- Replies
- 3
- Views
- 71
U can try this,
store.proxy.extraParams['url'] = 'your-url-here'; -
15 May 2013 10:34 PM
- Replies
- 3
- Views
- 145
In the Listener event of the window 2 close, add
Ext.getCmp('the-button-id').setText('your-text-here');
If the window 1 is configured in a object, try
... -
15 May 2013 10:14 PM
Jump to post Thread: MVC in Extjs by gameboy87
- Replies
- 2
- Views
- 118
Let my hands get dirty on the /examples/simple-tasks/ in the SDK.
Thanks for the reply evant. -
15 May 2013 5:52 AM
Jump to post Thread: MVC in Extjs by gameboy87
- Replies
- 2
- Views
- 118
I am developing a yousendit like application in extjs. I have created some web-applications in extjs.So, I know about layouts, graphs, components, viewport etc..
But I like to go in MVC way !... -
20 Mar 2013 5:44 AM
Jump to post Thread: result is undefined by gameboy87
- Replies
- 3
- Views
- 172
Hey ! I found out. Inside the PHP file I use a require_once statement for referring a file. In that bottom of the referred file, it had exit(0) statement. When I removed the statement it got...
-
20 Mar 2013 4:45 AM
Jump to post Thread: result is undefined by gameboy87
- Replies
- 3
- Views
- 172
That didn't solve my problem. Some other solution ?:-?
-
20 Mar 2013 2:46 AM
Jump to post Thread: result is undefined by gameboy87
- Replies
- 3
- Views
- 172
I am trying to upload a file in extjs. I get the error result is undefined while using ext-all-debug.js And I get "a is undefined" when using ext-all.js What may be the error ? Please help..
my... -
5 Mar 2013 2:26 AM
- Replies
- 2
- Views
- 148
Put the below inside items property.
{
xtype: 'textfield',
fieldLabel: 'Your Email Address',
vtype: 'email',
allowBlank:... -
4 Mar 2013 11:23 PM
- Replies
- 7
- Views
- 1,026
Change the degree to 270.
-
16 Feb 2013 2:07 AM
Jump to post Thread: autoEl with a custom component by gameboy87
- Replies
- 2
- Views
- 375
Inside the load event of the custom component, I created
d.dom.onerror = function(){
//alert();
}
But this doesn't come inside the loop.
I tried catching what browser is & it came inside... -
15 Feb 2013 1:44 AM
Jump to post Thread: autoEl with a custom component by gameboy87
- Replies
- 2
- Views
- 375
Hi,
I created a iframe custom component with autoEl config as,
autoEl{
tag:'iframe',
src='',
},
load:function(config){ -
28 Nov 2012 4:23 AM
Jump to post Thread: Ext.data.Operation by gameboy87
- Replies
- 1
- Views
- 159
How to use this ? Please Advise. Thanks.
-
27 Nov 2012 1:22 AM
- Replies
- 2
- Views
- 208
why not the example in SDK titled,
Cell Editing Grid Example ?
:D -
26 Nov 2012 9:38 PM
- Replies
- 1
- Views
- 201
Let me know the answer please :(( . Thanks.
-
16 Oct 2012 4:20 AM
- Replies
- 1
- Views
- 210
This was helpful. Thanks
http://www.sencha.com/forum/showthread.php?36586-How-can-I-get-pagingtoolbar-current-page-number... -
16 Oct 2012 2:37 AM
- Replies
- 1
- Views
- 210
How to paginate without using Pagingtoolbar as I set hidden:true in paging config ?
That is to render the data automatically and moving to the next page, next page and if last page arrives, move... -
15 Oct 2012 11:59 PM
- Replies
- 2
- Views
- 431
I do not know that was the problem. I queried the docs & rectified myself.
-
15 Oct 2012 11:58 PM
- Replies
- 2
- Views
- 323
Yes, that was the example I was referring. After setting loadmask it worked.
-
15 Oct 2012 11:56 PM
- Replies
- 3
- Views
- 511
Yes, it is initial load. But after second load too the data is not shown in the background.
-
15 Oct 2012 11:41 PM
Jump to post Thread: Text size in grid by gameboy87
- Replies
- 2
- Views
- 375
Thanks. It worked !
-
15 Oct 2012 5:39 AM
Jump to post Thread: Text size in grid by gameboy87
- Replies
- 2
- Views
- 375
How to increase or decrease the size of the text inside the grid ?
Thanks. -
15 Oct 2012 1:36 AM
Jump to post Thread: Split-Flat Display by gameboy87
- Replies
- 1
- Views
- 334
Is there a way of building a split-flat display like UI in Extjs ?
Thanks. -
17 Sep 2012 11:02 PM
- Replies
- 3
- Views
- 511
The 1st problem I faced when I was working with Tree grid is that, the load mask is not true by default. But for grid, it is true by default. This has been solved by setting the loadMask:true
The... -
17 Sep 2012 10:12 PM
- Replies
- 2
- Views
- 323
As said above & the data is not shown in the grid as dimmed when the store is loading...
Please Fix Sencha ! :) -
4 Sep 2012 6:36 AM
Jump to post Thread: Problems with paging toolbar by gameboy87
- Replies
- 4
- Views
- 1,241
Can you provide a detailed Info on this ?
The pageSize must be set in store or the grid ?
Results 1 to 25 of 105
