toolbar:[{
text: '姓名<input type="text" id="username"/>性别<input type="text" id="usersex"/>'
}, {
text: '年龄<input type="text" id="userage"/>'
}, {
text: '这是toolbar输入框查询按钮',
iconCls: 'icon-add',
handler: function(){
search();
}
}]
text: '姓名<input type="text" id="username"/>性别<input type="text" id="usersex"/>'
}, {
text: '年龄<input type="text" id="userage"/>'
}, {
text: '这是toolbar输入框查询按钮',
iconCls: 'icon-add',
handler: function(){
search();
}
}]