Tagged Questions
The xt tag has no wiki summary.
4
votes
1answer
803 views
Handle “new top level window” events in Xlib/Xt
So I'm in a situation where I need to know when a top level window gets created. I'm working at the Xlib/Xt level and on a Window Manager that doesn't support the EWMH specification. My idea is to ...
1
vote
3answers
810 views
Loading a popup using ajax
I have a jsp page which should load a popup using ajax. The content of the page is determined by form filled by user.
Something like this:
javascript:
ajax('getPage.action', 'content_id', ...
0
votes
1answer
345 views
problem with Ext JS grid
iam new to Ext js
iam displaying a tree inside a grid. it works fine.but according to my new requirement, i have to use seperate coloumn headers for parent node and child nodes.is it possible to have ...
0
votes
1answer
100 views
Does anybody know of an MVC framework the works well with ExtJS?
I am using ExtJS with a rails backend and would like to use an MVC pattern. Does anyone have any insite on this?