#navi_header|JavaScript| ExtJS4系での参考リンクのメモ。 日本代理店&Sencha本社から認定されたトレーニングを展開中の株式会社ゼノフィ様の技術Blogより、ExtJS4のクラスやMVCアーキテクチャについての解説: - Ext.defineを利用したクラス生成:メンバ定義を後から行う – Ext JS 4 - code:x -- http://code.xenophy.com/?p=1224 - Mixinを利用した多重継承クラスの作成とエイリアス – Ext JS 4 - code:x -- http://code.xenophy.com/?p=1231 - Ext.isクラスを利用した判定 - code:x -- http://code.xenophy.com/?p=1304 - Ext JS 4.0/4.1 MVCアプリケーション構造の理解 – 株式会社ゼノフィ社内勉強会資料 - code:x -- http://code.xenophy.com/?p=1686 - Ext JS 4.0/4.1 MVCアプリケーション構造の理解II – 株式会社ゼノフィ社内勉強会資料 - code:x -- http://code.xenophy.com/?p=1747 Gridのセル内で長い文字列を折り返す話題: - How to display a super-long field in an ExtJS GridPanel - Stack Overflow -- http://stackoverflow.com/questions/10027075/how-to-display-a-super-long-field-in-an-extjs-gridpanel - css・white-space・折り返し・luckytime -- http://www7b.biglobe.ne.jp/~happy3q/hpmemo/st/st-07g.html - Exception With Butterfly Wings: Ext JS 4: How to wrap text in grid headers or cells -- http://forketyfork.blogspot.jp/2012/04/ext-js-4-how-to-wrap-text-in-grid.html - How to enable word-wrap in Grid cells? -- http://www.sencha.com/forum/showthread.php?7233-How-to-enable-word-wrap-in-Grid-cells - How can provide word wrap feature for the content inside a grid cell? -- http://www.sencha.com/forum/showthread.php?77787-How-can-provide-word-wrap-feature-for-the-content-inside-a-grid-cell - long text in grid cell -- http://www.sencha.com/forum/showthread.php?125219-long-text-in-grid-cell - ExtJs 4 - How to wrap a column header text to fit in the column width? -- http://www.sencha.com/forum/showthread.php?146615-ExtJs-4-How-to-wrap-a-column-header-text-to-fit-in-the-column-width - extjs grid column text wrap around/auto expand -- http://www.sencha.com/forum/showthread.php?205554-extjs-grid-column-text-wrap-around-auto-expand - ExtJsのグリッドで、セルのwhite-spaceをnormalにする方法 - konisimple log -- http://d.hatena.ne.jp/konisimple/20100630/1277908468 - extjs - Word-wrap grid cells in Ext JS - Stack Overflow -- http://stackoverflow.com/questions/2106104/word-wrap-grid-cells-in-ext-js #navi_footer|JavaScript|