Skip to content

Instantly share code, notes, and snippets.

@ispern
Created April 12, 2011 16:52
Show Gist options
  • Save ispern/915902 to your computer and use it in GitHub Desktop.
Save ispern/915902 to your computer and use it in GitHub Desktop.
var store = this.store,
selModel = this.getSelectionModel();
// 一番初めのレコードを選択状態にする
selModel.select(store.first());
// itemtapイベントを発火
this.fireEvent('itemtap', list, 0, list.getNode(store.first()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment