Refactoring the main search methods.
- renamed panel to dropdown. - renamed curItem,lastItem to curIndex,lastIndex. - renamed curItem in other method to record. - renamed handleClick to loadRecord. - using record.get("type") instead of record.data.type. - using store.getCount() instead of undocumented store.data.length.
Loading
Please register or sign in to comment