store中有10条数据 
我要通过输入其中的sxhh hwzjs( 两个字段)来查找符合条件的记录 
并将其高亮显示出来 并勾选了查了api 好像find 可以做到 但是不知如何用 谁给解释一下firstGridStore.find("sxhh"," ") 第二个参数不知道怎么写?

解决方案 »

  1.   

       1. find( String property, String/RegExp value, [Number startIndex], [Boolean anyMatch],[Boolean caseSensitive] )   在这5个参数中,只有前两个是必须的。第一个参数property代表搜索的字段名;第二个参数value是匹配用字符串或正则表达式;第三个参数startIndex表示从第几行开始搜索;第四个参数anyMatch为true时,不必从头开始匹配;第五个参数caseSensitive为true时,会区分大小写。
      

  2.   

    find HTML tag dom element [by property]
      

  3.   

    你们都是赋值api文档的  我还不晓得?我看了 就是不懂得第二个参数怎么写?