Search Type: Posts; User: mbahl
Search: Search took 0.03 seconds.
-
1 Feb 2008 10:38 AM
- Replies
- 5
- Views
- 3,798
I think an easier way is to use the hiddenName configuration attribute in the ComboBox.
In the setValue method CombBox uses this attribute to add a hidden field
setValue(...){
...
... -
22 Jan 2008 10:19 AM
- Replies
- 0
- Views
- 580
I've created a Exr.form.Action.DWRLoad which works fine, I get the loading icon etc.
Next, I am having my dwr servie return configuration for the component as well as data. In the success :... -
17 Jan 2008 2:32 PM
Jump to post Thread: Form problems: missing fields etc by mbahl
- Replies
- 2
- Views
- 819
Thanks for the tips, I'm looking at create a "FormDialog" class and am taking a look at closein the window properly. I FF when I call close on the window the window object still exists and only the...
-
17 Jan 2008 6:01 AM
Jump to post Thread: Form problems: missing fields etc by mbahl
- Replies
- 2
- Views
- 819
I'm having some strange problems with forms and wanted to get some suggestions.
First, I'll explain the apps architecture then the problems.
This is a one page app with a left tree nav. The... -
16 Jan 2008 8:16 AM
Jump to post Thread: DWR and XmlReader in Forms by mbahl
- Replies
- 4
- Views
- 4,586
I just started trying to do the same with 2.0. Have you gotten any further with this?
Thanks -
8 Dec 2007 7:52 PM
- Replies
- 302
- Views
- 156,821
2. I was able to fix this by adding the following to LockingGridPanel
render : function(id){
Ext.grid.LockingGridPanel.superclass.render.call(this, id);
this.getView().refresh(true);
}
If... -
8 Dec 2007 3:26 PM
- Replies
- 302
- Views
- 156,821
first off awesome work! it looks great
1. has anyone used this code to create a EditorGridPanel with locking columns? I would like to use this with combos in the table
2. when setting locked:... -
7 Dec 2007 12:06 PM
Jump to post Thread: TreeNode disabled selection by mbahl
- Replies
- 1
- Views
- 1,039
I have a tree which has disabled nodes. The disabled nodes have grayed text so i know htey are disabled.
When I click on the disabled node the node is highlighted, is there a way to prevent this... -
6 Dec 2007 10:19 AM
Jump to post Thread: minimized version by mbahl
- Replies
- 1
- Views
- 778
First, this library is amazing, crazy amazing!!
This might be dumb question.
The source code control we are using is having a problem with js files over 8k! I can re-configure the SCCS but I... -
28 Nov 2007 3:12 PM
Jump to post Thread: [Ext 2.0] Summary Grid Sample by mbahl
- Replies
- 14
- Views
- 4,632
I got the zip file and no summary appears as displayed in the image. I took a look at fire bug and fixed and missing css or js files.
Anyone else get that working? -
28 Nov 2007 12:24 PM
Jump to post Thread: multiple grid summary w/o grouping by mbahl
- Replies
- 4
- Views
- 2,242
I've searched forum and haven't found what I'm looking for nor do I know if its possible.
What I would like is to add multiple summary rows(total and percentage delta) at the bottom of a grid that...
Results 1 to 11 of 11
