为所有tree添加快速搜索输入框,可提供关键字以及关键字首字母搜索。
首字母搜索
关键字搜索

使用方法:
aos:treepanel中添加属性quicksearch,quicksearch默认值为true,也就是显示快速搜索框。
示例:

<aos:treepanel quicksearch="false" ></aos:treepanel>    //不显示快速搜索框
<aos:treepanel quicksearch="true" ></aos:treepanel>     //显示快速搜索框