Search Type: Posts; User: aendo
Search: Search took 0.02 seconds.
-
8 Apr 2010 7:23 AM
- Replies
- 0
- Views
- 1,178
Hi,
I have a page with a button and when the button is pressed, the window location is assigned to a URL where the backend Java process writes out an Excel file to the HTTP response stream so that... -
24 Jul 2008 6:34 PM
Jump to post Thread: Changing the style of CheckBox by aendo
- Replies
- 0
- Views
- 565
Hi,
I have a CheckBox component in the top toolbar of a FormPanel and want to change the style (e.g. changing the background color, the font color, the font size, etc) of the CheckBox when it is... -
11 Apr 2008 8:20 AM
- Replies
- 15
- Views
- 4,542
It worked! Great. Thanks a lot, Condor!
-
11 Apr 2008 2:38 AM
- Replies
- 15
- Views
- 4,542
Thanks Condor for your reply.
But I cannot still get it to work.
I tried the following as you suggested but it gave me a "dlg.getEl is not a function" error.
var dlg =... -
2 Apr 2008 11:33 PM
- Replies
- 15
- Views
- 4,542
Did anybody find a way to get hold of the buttons in MessageBox or any workarounds at all ?
I'm doing testing with Selenium IDE and also would like to have access to the Yes/No buttons. -
18 Feb 2008 4:27 PM
- Replies
- 2
- Views
- 1,117
Hi,
Is there any way to remove the refresh button from PagingToolbar?
I have tried http://extjs.com/forum/showthread.php?t=8347.
But it didn't help me. Please help me.
Thanks. -
6 Feb 2008 7:26 AM
- Replies
- 3
- Views
- 863
Does anydoby know how to do this?
I'm also stuck with this problem. Please help!! -
8 Jan 2008 7:11 AM
- Replies
- 12
- Views
- 11,185
Hello, is the fix still in the queue? Do you have any rough ETA for it?
Thanks. -
7 Dec 2007 2:52 AM
- Replies
- 3
- Views
- 1,654
Anyone has any idea?
-
5 Dec 2007 11:28 PM
- Replies
- 3
- Views
- 1,614
I think I spotted what the problem is.
I did
store.add(modifiedRecords);
but it seems if I do this, then any subsequent calls to ds.commitChanges seem not to fire "update" events.
If I copy... -
5 Dec 2007 3:17 AM
- Replies
- 3
- Views
- 1,614
Am I misunderstanding something here? Please correct me if I'm wrong.
My understanding is that we can call commitChanges function on a Store object to reset flags and fire the "update" event. Then... -
5 Dec 2007 1:02 AM
- Replies
- 3
- Views
- 1,614
Hi,
I'm trying to catch the "update" event which should be fired whenever the commitChanges function is called on a Store object.
However, my handler function is not being called when the... -
28 Nov 2007 11:44 PM
- Replies
- 3
- Views
- 1,441
I tried it and it works! Thanks for the help:)
For the column resize event, I did
var adjustWidth = function(colmodel, columnIndex, hidden){
grid.setWidth (cm.getTotalWidth (false));
};... -
28 Nov 2007 5:39 PM
- Replies
- 2
- Views
- 1,299
Has anybody tried something similar to this before?
-
28 Nov 2007 5:37 PM
- Replies
- 3
- Views
- 1,441
Hello,
I apologize if this question has shown up already in other posts but I could not figure out how to do the same.
I have a GridPanel in one of the tabs in a TabPanel and am setting... -
28 Nov 2007 12:18 AM
Jump to post Thread: Locking a grid Toolbar? by aendo
- Replies
- 0
- Views
- 621
Are there any ways to lock/fix a toolbar in a GridPanel so that when we scroll down the grid, the toolbar always stays at the same place, not going out of the viewport?
-
27 Nov 2007 11:53 PM
- Replies
- 2
- Views
- 726
Yeah, right. I have been trying to use it but it had not been working.
But now that I'm initializing a Store object correctly, it's working.
Anyways, thanks a lot for your help:) -
27 Nov 2007 7:42 PM
- Replies
- 2
- Views
- 726
I have a GridPanel and can get modified records as Ext.data.Record[] using the Store's getModifiedRecords() method.
Now I'm trying to initialize a Store object with the array of Record to create... -
27 Nov 2007 6:03 PM
- Replies
- 2
- Views
- 1,299
I'm wondering how I can change the background row color to a particular color in EditorGridPanel if the row is modified.
Also I don't want the color to go away when I sort the rows after changing... -
21 Nov 2007 7:09 PM
- Replies
- 5
- Views
- 1,190
This issue might not be relevant to this thread, but I'm trying to encode GridEditor objects to JSON strings with the idea you suggested for PropertyGrid.setSource.
In my code, I'm associating... -
21 Nov 2007 5:11 PM
- Replies
- 4
- Views
- 997
Actually I tried "method 2" in your post and it worked perfectly.
Also it worked with "sortable" set to true as well.
Maybe as long as we override the config object of the colModel not colModel... -
21 Nov 2007 9:05 AM
- Replies
- 4
- Views
- 997
Hi para,
Thanks for your suggestion.
I tried...
var propGrid = new Ext.grid.PropertyGrid({title: 'Property Grid'});
var pColModel = new Ext.grid.PropertyColumnModel([
{header:... -
21 Nov 2007 8:32 AM
- Replies
- 5
- Views
- 1,190
Ahh right. It works.
How stupid I am...:s
Thanks a lot for your help:) -
21 Nov 2007 7:53 AM
- Replies
- 5
- Views
- 1,190
Hi santosh.rajan,
Thanks for your suggestion.
According to your suggestion, I tried ...
var myname = "(name)";
var creationDate = "Created";
var availability = "Available"; -
21 Nov 2007 7:01 AM
- Replies
- 5
- Views
- 1,190
I know how we can populate a PropertyGrid with source but am wondering if there is any way to set the 'name' column values using variables.
I know we can do something like...
grid.setSource({...
Results 1 to 25 of 41
