Search Type: Posts; User: mbalusu
Search: Search took 0.02 seconds.
-
27 Jun 2008 2:17 PM
Jump to post Thread: Iframe events - by mbalusu
- Replies
- 5
- Views
- 1,691
Thanks hendricd.
Well I went the ajax way to write to a file in the servlet and then when this call returns success I then use iframe to download the file.
The only issue I am seeing right now... -
24 Jun 2008 12:28 PM
Jump to post Thread: Iframe events - by mbalusu
- Replies
- 5
- Views
- 1,691
Thanks for the fast reply!
So showing and hiding the progressbar during filedownload via Iframe is not possible? -
24 Jun 2008 11:54 AM
Jump to post Thread: Iframe events - by mbalusu
- Replies
- 5
- Views
- 1,691
Hello all,
Believe me I have been through the messages in the forum and tried a few things but nothing seems to work...So finally this post:
When a button is clicked, I use an IFrame to... -
16 May 2008 8:15 AM
- Replies
- 2
- Views
- 839
I want like 90% of style from Ext's only modify like 10%. Does that warrant me defining my own styles? I would rather just overide like padding to my requirements but keep the bkcolor/font stc to...
-
15 May 2008 6:27 PM
- Replies
- 2
- Views
- 839
Is there a way to get access to the a component by using it's class instead of the id?
Something like Ext.getCmpByClass('x-window-ml');
what is it has more than one class like ' x-window... -
7 May 2008 12:49 PM
Jump to post Thread: Fit to parent by mbalusu
- Replies
- 123
- Views
- 77,213
Hi,
I tried using this plugin and was sort of successfull in having my grid resizing when the browser resizes, except :
Say the browser is in NON-maximized mode and then you try to maximize by... -
29 Mar 2008 4:01 PM
- Replies
- 4
- Views
- 3,365
I think this is a bug and this is the way I solved it:
var grid = Ext.getCmp('ResultsGrid');
if(grid)
{
var view = grid.getView();
var cell = view.getHeaderCell(0);
... -
28 Mar 2008 10:32 AM
- Replies
- 4
- Views
- 3,365
Wait, so does this mean, in serverside sorting and paging, ExtJs does not support CheckboxSelectionModel? Right now when the first page's header checkbox is selected and then the user goes to the...
-
28 Mar 2008 8:25 AM
- Replies
- 6
- Views
- 1,398
bump!
-
27 Mar 2008 1:19 PM
- Replies
- 4
- Views
- 3,365
I searched through the forums but did not find an answer for this problem:
1. I have a grid with 1st column being all checkboxes.
2. If i check the header checkbox on the first page, all the... -
27 Mar 2008 10:16 AM
- Replies
- 6
- Views
- 1,398
Even after clearing the cache the pagenumber is tooooo big. Also look at the PageSizePlugin's, 'rows/page' it's not layed out right. I can hack and make things work. The question is, is this is a bug?
-
25 Mar 2008 3:17 PM
- Replies
- 6
- Views
- 1,398
Sorry, was able to fix, #3. My bad. Don't know what is going on with #2.
-
25 Mar 2008 3:00 PM
- Replies
- 6
- Views
- 1,398
I was able to solve #1.
I cleared my cahce and that has no effect on the size of the filed. it was still 200Px. Although I was bale to fix it by:
pager.items.items[4].el.style.width=24;
Is... -
25 Mar 2008 12:21 PM
Jump to post Thread: Centering Toolbar Items by mbalusu
- Replies
- 9
- Views
- 6,816
Animal, thanks much! I was actually looking for this as well!!
-
24 Mar 2008 11:42 PM
- Replies
- 6
- Views
- 1,398
Hello,
Firstly, great job on this library. We first started with JQuery and slowly got charmed into Ext=D>. So pat yourself on the back.
Today I have questions regarding the PagingToolbar:
1.... -
21 Feb 2008 6:35 PM
- Replies
- 2
- Views
- 1,199
bump
-
20 Feb 2008 12:29 PM
- Replies
- 2
- Views
- 1,199
So I have written a beautiful mockup which everybody loves in my company. I used JQuery+ExtJS. Now I am converting the html pages into jsp files and I use a lot of scriplets in my jsp files. The...
-
16 Jan 2008 3:11 PM
Jump to post Thread: A 2 way slider for the grid by mbalusu
- Replies
- 0
- Views
- 829
Newbie here...
Using the double sliders in http://www.jaredgisin.com/software/Ext.ux.SlideZone/ext2/examples_h.html, I would like to slide/scroll my grid columns. But I want the 1st column locked... -
9 Jan 2008 11:11 AM
- Replies
- 302
- Views
- 157,512
Does this also work with JSON data loading?
Can I also add pagin to the gris?
From the above couple of of posts about cell editing of the grid, I am assuming it is working fine :)?
... -
27 Sep 2007 6:53 PM
- Replies
- 1
- Views
- 991
Hello all,
I am a newbie to the java world having switchd over from .NET and am using eclipse 3.3.
Here is my question. I unzipped ext1.1.1 to c:\program files\ext1.1.1. then when I try to...
Results 1 to 20 of 20
