{
view:"combo",
id:"cg",
label:"Input the goods name",
value:"",
options:{
view:"gridsuggest",
textValue:"name",
url:"api.php?action=goodscombo"
}
}
as is shown upside ,I wish to load data from the server ,but it dosen’t work well,Uncaught TypeError: Cannot read property ‘scrollTo’ of undefined.
Anybody who knows hwo to corrent it?Thanks.