-
20 Sep 2011 12:59 PM #1
minListWidth Combobox property on Extjs 4?
minListWidth Combobox property on Extjs 4?
Hi,
I'd like to set minListWidth property on combobox but i could't found it property in Ext 4.
what the name of property on Ext 4 that same function as minListWidth like on Ext 3?
thanks before
-
20 Sep 2011 4:50 PM #2
According to the compatibility layer, it is the undocumented config "minWidth" that has replaced "minListWidth"
-
20 Sep 2011 7:44 PM #3
-
20 Sep 2011 7:57 PM #4
i have tried replace minListWidth with minWidth. but it does not working. it property make width of the combo raise as minWidth value....
-
21 Sep 2011 2:29 AM #5
You'll have to use
Code:. . listConfig: { minWidth: 250 }, . .
-
21 Sep 2011 5:56 AM #6


Reply With Quote