問題タブ [ext-direct]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
438 参照

extjs - ExtJS 4.2.0: Ext.Direct と名前空間

私は Ext Direct を検討し始めたばかりで、名前空間をそれと連携させようとしています。しかし、私はあまり運がありません。

ドキュメント(http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.direct.RemotingProvider-cfg-disableNestedActions)に従って、これを試しました:

ただし、「オブジェクトにメソッドバーがありません」というエラーが表示されます。

なぜこれが起こっているのか誰にも分かりますか?

ありがとう

0 投票する
1 に答える
3010 参照

extjs - Synchronously loading 'MyApp.store.TreeStructures'; consider adding Ext.require('MyApp.store.TreeStructures') above Ext.onReady

Below, you will see that I'm getting a JavaScript exception with an MVC view I created in an Sencha ExtJS MVC application. I have another MVC view that extends 'Ext.tree.Panel' that reads a simple JSON object instead of pulling the data via an Ext.Direct proxy and .NET server-side stack, but the only thing that's different is the proxy implementation and of course our MVC controller logic. In the static (JSON) implementation, our proxy is defined in the model. In the dynamic (Ext.Direct) implementation, our proxy is defined in the store. The TreeStructures.js (store) JavaScript file keeps being requested an infinite amount of times until the browser crashes. See below for that exception.

I highly doubt this is an Ext.Direct issue because I have other stores working great with this architecture. I see the [Ext.Loader] exception, but I'm not sure why that one keeps repeating with every new TreeStructures.js request. Or where to implement that requires. My understanding is that the app.js defines the controllers. The controller then defines the models an stores. And the Viewport defines and instantiates other MVC views. My "other views" being the tree views. And the view implements the store.

Also, the Sencha Cmd "sencha app build" command is not working. Normally my application compiles without any issues, so something is definitely missing in the store or MVC configuration that's necessary for this dynamic tree.

Exception in JavaScript Console:

Browser crashes with this JavaScript Exception:

Note: The TreeStructures.js (store) JavaScript file keeps being requested an infinite amount of times until the browser crashes with this:

Sencha Cmd errors (after calling the "sencha app build" command):

Static tree implementation (reads JSON object to get data):

Dynamic tree implementation (uses server-side stack to get data):

0 投票する
1 に答える
114 参照

asp.net-mvc - .NET キーワード「checked」が ExtJS MVC モデル Ext.tree.Panel の「checked」フィールドと競合する

Sencha ExtJS 4 フレームワークと ExtDirect4DotNet サーバー側スタックを ASP.NET で使用しています。Sencha ExtJS MVC モデルの機能で問題が発生しました。

Ext.tree.Panel コンポーネントには、"checked" と呼ばれる標準フィールドがあります。これは .NET のキーワードでもあります。Visual Studio 2012 では青色に変わります。プロキシが JSON リクエストをサーバーに送信するときに、Sencha で別の値を送信する方法はありますか? イベントリスナーを変更するコードでオーバーライドすることを考えていましたが、可能であれば標準機能を使用したいと思います。

動作するものはすべて +1 し、最も標準的な機能を受け入れます。

スクリーンショット:

ここに画像の説明を入力

0 投票する
1 に答える
1240 参照

node.js - Ext.Direct ファイル アップロード - コールバック - エラー "Blocked a frame with origin"

フォーム送信を実行しようとしています。これにより、読み取ったファイルがアップロードされ、コールバックを介してファイルから読み取られたデータが返されます。ただし、エラーが表示されます

したがって、コールバックが達成されず、データがフォーム送信の成功コールバックに戻ることはありません。

エラーメッセージの意味がよくわかりません..そして、ここからどこに行くべきかわかりません。どんな助けでも大歓迎です。

0 投票する
2 に答える
3916 参照

c# - Generic Handler (ashx) ファイルに起因する ASP.NET の例外をキャッチします。

ASP.NET サイトで機能する別のサーバー側スタックを取得しようとしています。私の ashx ファイルが 500 Internal Server Error をスローしているようです。この ashx ファイルがスローしている例外、または 500 がスローされている理由を特定するにはどうすればよいですか? IIS 7 の w3wp.exe プロセスにアタッチすると、例外はスローされませんが、これが当てはまる可能性が高いと読んでいます。

ashx ファイルは ASP.NET サイトのルート ディレクトリにあり、プロパティはコンパイルするように設定されています。