Threaded View
-
19 Apr 2012 11:08 AM #1
array of arguments vs named arguments
array of arguments vs named arguments
So, array vs named, which is the preferred methodology by ExtJS?
With named, are all values required arguments?
Do values not listed with the specified parameters (extra params) get passed as well, or does it fail trying to locate the method?


Reply With Quote