Hi Danh2000,
I tried including dialog.hide().
Actually what I did is , I caught the id of the href from first dialog and aplied it like
dialog.hide(id)
Its working fine, Only problem there...
Type: Posts; User: hunter
Hi Danh2000,
I tried including dialog.hide().
Actually what I did is , I caught the id of the href from first dialog and aplied it like
dialog.hide(id)
Its working fine, Only problem there...
But the id I am passing from the button is different for both the dialogs, right?
The code for the dialogs are different too.
I tried that but gives me error.
Can u do this successfully?
Hi evrybody,
I have a nice ext dialog with me, Thanks to Jack & Team,
I want to call another dialog from that dialog. When I tried it works but the first one is visible in the background. I...
Hi I have an ext grid, working fine,
Now I want to filter the grid like the filter components should be detached from the grid body. (not like the examples posted by somebody in forum). Thing is...
Hi Kim, thanks for replying, what u told is right, I am loading both the filter components and grid in separate pages by means of different iframes. here the regions are situated in different pages....
Hi I have an ext grid working good.
In all the examples given in this forum, filter components and grid are loaded in the same page.I have a filter which is working fine. But I want to filter the...
Hi all,
I have an ext grid(remote-paging) which is working fine.
Now I want the grid to be shown according to the contents of a page ie textboxes.
ie I have a page1.php which contains some...
Hi guys,
sorry for little bit belated,
Bernard,
no doubt I am still using yui-ext
That was a mistake sorry for that,
Hi all,
I am planning to include a yui-calendar in my site. It should come out when I click on the text field (not on a link/button) ie when the control reaches the text filed(by mouse or...
Hi everybody,
I have built a paging grid with yui-ext,
Now I want to show some images in the grid too.....
any body got a hint?
thanks in...
Sorry guys it'as my own mistake.. :roll:
i used header instead of dataindex.........
Anyway thanks a lot for taking interest in my matter
One more problem!!
detailedInfo=Ext.get('details');
grid.on('rowclick', function(grid, rowIndex, e) {
...
Hi Kim,
Actually that bit of code works, but I can't load the external page in a div
detailedInfo = getEl('details');
grid.on('rowclick', function(grid, rowIndex, e) {
//...
Hi all,
I have built a paging grid , it'd working fine. Thanks a lot for Jack and all others who helped me accomplishing this work.
Now what I would like to do more is, when I click on a row ,...
Hi Charles,
Thank for replying,
Actually I had already gone through that link. There some working examples are shown but some files like carousel.js and and carousel.css are not there even in ext...
Friends,
I would like to build a simple JS carousel,
actually where are the deppendent files located?
Your help would be appreciated very much
...