Search Type: Posts; User: sinthamethar
Search: Search took 0.03 seconds.
-
1 May 2009 7:47 AM
- Replies
- 9
- Views
- 15,780
How do i catch double click event in gxt grid?
Here is what i am trying to do it. But double click event never fire this code.
grid.getSelectionModel().addListener(Events.DoubleClick, new... -
9 Mar 2009 7:23 AM
Jump to post Thread: opening url in a panel by sinthamethar
- Replies
- 7
- Views
- 1,540
Any help is appreciated.
-
9 Mar 2009 6:23 AM
Jump to post Thread: opening url in a panel by sinthamethar
- Replies
- 7
- Views
- 1,540
I am getting page not found error. Does it allow cross domain access?
-
8 Mar 2009 4:08 PM
Jump to post Thread: opening url in a panel by sinthamethar
- Replies
- 7
- Views
- 1,540
It is not that i need to use Iframe. All i want is to open url in a panel while panel renders.
-
8 Mar 2009 3:42 PM
Jump to post Thread: opening url in a panel by sinthamethar
- Replies
- 7
- Views
- 1,540
I try opening url in a panel when it rendered. I used IFrame to rendered the component. Iframe code i took it from some of the post. But it throwing a 'page not found' error. can anybody help me...
-
26 Feb 2009 10:36 AM
- Replies
- 6
- Views
- 1,645
Sorry. Here is the code. I used AdvanceOptionPaneltypography css class for panel cls config option. It is applied for body element not for head element. i want to know how to overwrite the panel...
-
26 Feb 2009 10:03 AM
- Replies
- 6
- Views
- 1,645
i tried cls class in the panel. but it doesn't honor my changes. It overwrite my changes.
-
26 Feb 2009 9:59 AM
- Replies
- 6
- Views
- 1,645
Hi,
how can i overwrite the panel header element style and tbar style.
thanks. -
19 Feb 2009 12:53 PM
- Replies
- 2
- Views
- 930
<html>
<head>
<title>Simple Border Layout</title>
<link rel="stylesheet" type="text/css" href="../ext/resources/css/ext-all.css" />
<!-- GC -->
<!-- LIBS -->
<script... -
19 Feb 2009 12:02 PM
- Replies
- 2
- Views
- 930
I am having problem in border layout within another border layout panel.
i have border layout panel with all five regions. In the north region i have another border layout which has center and south... -
27 Jan 2009 10:58 AM
- Replies
- 6
- Views
- 1,514
Thank you. I found the request. i was looking at only JS tabl Net. I have to add
<webServices>
<protocols>
<add name="HttpPost" />
<add name="HttpGet" />
</protocols>
</webServices>
in the... -
27 Jan 2009 9:45 AM
- Replies
- 6
- Views
- 1,514
here is the code i added.
var vport = new Ext.Viewport({
items: [ form2 ]
});
grid.store.load({params:{start:0, limit:25}});
... -
27 Jan 2009 9:44 AM
- Replies
- 6
- Views
- 1,514
hi,
i have added the following code in the end to load the grid before it rendered. it makes call to server in the external domain. but i am not able see request in Firebug even in the net tab.... -
27 Jan 2009 8:22 AM
- Replies
- 6
- Views
- 1,514
HI, i am having problem making a request to the cross domain url. I am using following code to make a request. I debug the code. i don't see any request made to the server.
it doesn't execute the... -
19 Jan 2009 1:37 PM
- Replies
- 2
- Views
- 2,749
I Resolved the problem. The problem is i am trying to extend the Field instead of TextField.
change this line
Ext.extend(My.ux.Fields.UserName, Ext.form.Field,
to ... -
11 Jan 2009 4:24 PM
- Replies
- 2
- Views
- 2,749
HI, I am new to ExtJS. I have created new vtypes. I have extended the Textfield and created the custom field with my new vtype. it is not doing the vtype validation. can anyone help resolve this.
...
Results 1 to 16 of 16
