-
14 May 2012 3:49 AM #41
-
14 May 2012 3:53 AM #42
any chance you can dual license under an OSI approved license too? http://www.opensource.org/licenses/alphabetical
As crap as it sounds I'd have to get WTFPL approved by our legal team which is a headache I'd rather avoid
Thanks,
Matt
-
14 May 2012 4:26 AM #43
-
14 May 2012 5:37 AM #44
I'm thankful we have blanket approval on all OSI licenses, before then it was a nightmare.
Anyway, thanks much for that and for the prompt responses.
Matt
-
15 May 2012 10:05 AM #45
Thanks for the great component!Here is my wishlist:
- Support for the displayTpl option, ComboBox supports it but ComboFieldBox doesn't.
- Support for multiSelect=false, that way I can use ComboFieldBox to select only one item at a time.
-
16 May 2012 5:25 AM #46
In comboxbox code, for IE7, had to add toString() since later in code you use indexOf and IE7 indexOf only works on a string and not an array.
Code:setValue: function (value, action) { var me = this, picker = me.getPicker(), oldPr = picker.preserveScrollOnRefresh; if(me.tempValue) { value = Ext.Array.unique(value.concat(me.tempValue)) var val = me.store.data.extractValues(me.valueField, 'data').toString(); //added toString()
-
16 May 2012 6:18 AM #47
-
16 May 2012 6:19 AM #48
-
16 May 2012 11:12 AM #49
There is an extra comma that needs to be removed in ComboView.js
Code:me.field.el.on({ click: me.field.onFocus, scope: me.field, //NEEDS TO BE REMOVED })
-
16 May 2012 5:38 PM #50
Can't run under Extjs 4.1.1 RC1
Can't run under Extjs 4.1.1 RC1
I have upgraded to Extjs 4.1.1 RC1 and it show the error messages below when I try to run the example page:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CIBA; Tablet PC 2.0; .NET4.0C; InfoPath.3)
Timestamp: Thu, 17 May 2012 01:35:21 UTC
Message: 'isModel' is null or not an object
Line: 50343
Char: 9
Code: 0
URI: file:///E:/ChinaSoft/Platform/Code/web/js/extjs/ext-all-debug.js
I noticed the extjs version in the example page is 4.1.0, is this an extjs version issue?



Reply With Quote