Search Type: Posts; User: mar2020
Search: Search took 0.01 seconds.
-
13 May 2012 1:17 AM
- Replies
- 4
- Views
- 798
The code looks like this:
Ext.Ajax.request({
url: 'course/setchapterstatus',
params: {
chapter_id: chapter_id,
... -
12 May 2012 2:42 PM
- Replies
- 4
- Views
- 798
My ajax request return json string like this
{"success":false} but this execute success function. When failure should by execute ? -
3 May 2012 3:18 AM
- Replies
- 1
- Views
- 593
Ext version tested: Ext 4.1 Browser versions tested against:
FF 11 Description:
Context menu doesn't hide after click item. Firebug show: me.target is undefined Test Case:
listeners:{... -
6 Feb 2012 11:34 PM
- Replies
- 8
- Views
- 1,679
4.0.7 fix this problem
-
30 Sep 2011 1:44 PM
- Replies
- 8
- Views
- 1,679
Hi, I have the same problem. my header no scroll when I add grid dinamicly to tabpanel which is on viewport center. but when I add directly:
{
xtype:'gridpanel',
... -
20 Sep 2011 11:52 AM
Jump to post Thread: tab panel show and close by mar2020
- Replies
- 0
- Views
- 267
Hello, I have a problem with show card after close tab. My code is below. When I firstly select item I have a grid in my tabpanel with card on top. But when I close and select item once again I have...
-
11 Sep 2011 1:30 AM
Jump to post Thread: pdf window by mar2020
- Replies
- 2
- Views
- 1,033
I use http://www.johnminihan.com/node/4 and it works fine
-
8 Sep 2011 1:23 PM
Jump to post Thread: pdf window by mar2020
- Replies
- 2
- Views
- 1,033
hello,
How Can I open pdf document into extjs4 window? -
3 Sep 2011 4:47 AM
Jump to post Thread: Grid header no scroll by mar2020
- Replies
- 0
- Views
- 491
Hi, I have a problem with scroll header grid when I add grid to my tab panel:
var T = Ext.getCmp('tablist');
if (!T.getComponent(mygrid)) {
...
Results 1 to 9 of 9
