<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anton0825</author_name>
  <author_url>https://blog.hatena.ne.jp/anton0825/</author_url>
  <blog_title>日々精進</blog_title>
  <blog_url>https://anton0825.hatenablog.com/</blog_url>
  <categories>
    <anon>IT</anon>
  </categories>
  <description>MVCパターンを使って開発してるとMVCがきれいに分離されて構造が良くなるのはいいんだけど、各メソッドの呼び出し順序は不明瞭になる。 今回も呼び出し順序でちょっとはまったのでメモ。 やりたいこと： storeのloadイベントにコールバック関数を渡す。 Webページの初期化時にloadが実行されるが、その際にコールバック関数を実行させる。 結論： Storeの定義の中でlistenersプロパティに直接匿名関数を渡そう！ Ext.define('Real.store.DiscountPatterns', { extend: 'Ext.data.Store', ・・・ listeners: { …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanton0825.hatenablog.com%2Fentry%2F20111010%2F1317908344&quot; title=&quot;Extjs どこでstoreのloadイベントにコールバック関数を渡すか - 日々精進&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-10-10 22:39:04</published>
  <title>Extjs どこでstoreのloadイベントにコールバック関数を渡すか</title>
  <type>rich</type>
  <url>https://anton0825.hatenablog.com/entry/20111010/1317908344</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
