Search Type: Posts; User: floppy
Search: Search took 0.02 seconds.
-
29 Sep 2010 10:32 AM
- Replies
- 25
- Views
- 11,186
FYI. I added the following code to my FormPanel object:
listeners: {
resize: function() {
if (Ext.isIE6) {
... -
28 Sep 2010 11:29 AM
- Replies
- 2
- Views
- 1,051
Same here. If I do the resizing in small steps in IE6, the fields don't disappear. Sometimes hidden fields reappear if I resize in small steps.
-
19 Jul 2010 3:52 AM
- Replies
- 3
- Views
- 888
Hello Condor,
Thanks for your reply. It worked. Here's some updated code:
var XYZRecord = Ext.data.Record.create([
{name: 'k', mapping: 0},
{name: 'v', mapping: 1} -
19 Jul 2010 1:49 AM
- Replies
- 3
- Views
- 888
Hello,
As part of customizing the PagingToolbar on a ComboBox, I wanted to pass along more information in the JSON from the server. So apart from root and totalProperty I'd like to get, say... -
18 May 2010 1:31 AM
Jump to post Thread: How to set combo in PropertyGrid by floppy
- Replies
- 5
- Views
- 4,859
The propsGrid.setSource() that you do in your code doesn't seem to have any relationship with the rest of your code.
Results 1 to 5 of 5
