The biggest hurdle in testing ExtJS with Selenium is that ExtJS doesn't render standard HTML elements and the Selenium IDE will naively (and rightfully) generate commands targeted at elements that just act as decor -- superfluous elements that help ExtJS with the whole desktop-look-and-feel. Here are a few tips and tricks that I've gathered while writing automated Selenium test against an ExtJS ap
Grid + bbarにPagingToolbarはよくある組み合わせだけど、PagingToolbarでは2ページ以降渡せるパラメータに癖がある。 storeを呼んでいるにもかかわらず、lastOptionsを自動的に引き継いでくれない。通常はlimitとstartを送るだけ。 対策としては、PagingToolbarのbeforechangeイベントで次のページへ送るパラメータを書き換えるのが一番簡単、baseParamsも荒らさない。 ページングを持つグリッドクラスのサンプル MyGrid = Ext.extend(Ext.grid.GridPanel,{ perPage:20, initComponent:function() { var store = new Ext.data.JsonStore({ root:'rows', totalProperty:'total', fie
Sencha - Community Support Team Join Date Apr 2007 Location Slovakia Posts 27,664 Hi all, I've run into the problem of submitting date fields to server as they are submitted in their display formats that is very problematic if you develop an international, locale switching application. You have m/d/y in English, d.m.Y, d.m.y or Y-m-d in some European countries. MYSQL server I'm using wants always
この記事は1/19に掲載された「Countdown to Ext JS 4: Dynamic Loading and New Class System」を訳したものです(翻訳:@taka_2) みなさんお待ちかねのExt JSのベータリリースですが、今後数週間に渡り、パッケージ毎に逐次リリースをしていく予定です。今日がその最初のリリースとなります。当初の予定では、今頃までに完全なベータ版をリリースしているはずでしたが、いくつかのモジュールの開発が予定よりも遅くなってしまっているため、その完成を待つよりもモジュール毎にリリースをしていくことにしました。まず今日はExt JS 4の新しいクラスシステムをリリースします。 JavaScriptは、それ自身にはクラスという概念がありません。このことがJavaScriptを学び始めた人にとって、取っ付きにくい印象を与えてしまうことがあります。Ext
I have worked with ExtJS for the last 13 years while developing highly complex web applications. My experience includes a major application for the United Nations Office at Geneva. I’ve worked with the original “inventor” of ExtJS, Jack Slocum, and I have also provided official customer support and technical training for Sencha, Inc. For the last three years I have worked (and continue to this day
Hi, I'm having issues in having an iframe fit the full TabPanel. I've searched the docs and forum and can't find a solution. Here is the code that successfully renders an iframe, but it's about 200px x 200px. tab = new Ext.Panel({ id: id, title: title, closable:true, autoScroll:true }); this.add(tab); var iframe = Ext.DomHelper.append(tab.ownerCt.body, {tag: 'iframe', id: 'iframe-'+id, frameBorder
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く