J2Desktop

どうやら、CSS が無視されているみたいなので、それを実装。そんでもって、まだ、問題がある。Javascriptを後から読み込むときにエラーが発生して、落ちているようだ。dojo/src/widget/html/ContentPane.jsの

// initialize a new anonymous container for our script, dont make it part of this widgets scope chain
// instead send in a variable that points to this widget, usefull to connect events to onLoad, onUnLoad etc..
this.scriptScope = null;
this.scriptScope = new (new Function('_container_', scripts+'; return this;'))(self);

付近でエラーになる。原因をしらべんとな・・・。しかし、dojoはいろいろとやっているな・・・。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です