标签:users 图片 span ext name shell textfield source nbsp
$("#auInput").kendoAutoComplete({
dataSource: [
{id:1, name:"Neo"},
{id:2, name:"Shelly"}
],
dataTextField: "name",
template: kendo.template("<span><img src=‘img/users/#= id #.jpg‘ /> #= name #</span>")
});
标签:users 图片 span ext name shell textfield source nbsp
原文地址:https://www.cnblogs.com/chengshixiaonongming/p/10373101.html