<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
  <pubDate>Thu, 22 Jul 2010 02:09:44 GMT</pubDate>
  <description>マスカットに関するさまざまな話題について自由に議論するためのフォーラムです。</description>
  <link>http://en.sourceforge.jp/projects/maskat/forums/</link>
  <atom:link href="http://en.sourceforge.jp/forum/rss.php?group_id=2419&amp;forum_id=9854&amp;thread_id=26893" rel="self" type="application/rss+xml" />
  <title>Forum: 公開ディスカッション - Thread: タブ内のiFrame内のlabelが表示されない - マスカット on SourceForge.JP</title>
  <language>ja-jp</language>
  <item>
   <pubDate>Thu, 22 Jul 2010 02:09:44 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: タブ内のiFrame内のlabelが表示されない</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=52093</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=52093</guid>
   <description>タブのonEnableTabを利用して画面切り替えできたんですね！
ご説明通り試してみたら実行できました。
ありがとうございます。
マスカット最高です！！</description>
  </item>
  <item>
   <pubDate>Wed, 21 Jul 2010 09:55:14 GMT</pubDate>
   <dc:creator>uchi (uchidahd)</dc:creator>
   <title>RE: タブ内のiFrame内のlabelが表示されない</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=52075</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=52075</guid>
   <description>マスカットを利用したページを複数利用するのは性能や動作の面で推奨できません。
できれば一般的な使い方として、レイアウト内に部品を配置してください。

どうしてもレイアウトを切り分けたいのであれば、
それぞれのタブにframeを設置し、そこにレイアウトを読み込む方法の方が良いでしょう。

レイアウト定義XML例：
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;layoutDef&gt;
  &lt;layout name=&quot;layout&quot;&gt;
    &lt;tabFolder name=&quot;tabNew&quot; top=&quot;16&quot; left=&quot;29&quot; width=&quot;536&quot; height=&quot;419&quot; tabIndex=&quot;-1&quot;&gt;
      &lt;tabItem name=&quot;tabitemNew&quot; title=&quot;タブl1&quot;&gt;
        &lt;frame name=&quot;frmNew1&quot; top=&quot;15&quot; left=&quot;15&quot; width=&quot;500&quot; height=&quot;360&quot; title=&quot;&quot;/&gt;
      &lt;/tabItem&gt;
      &lt;tabItem name=&quot;tabitemNew1&quot; title=&quot;タブl2&quot;&gt;
        &lt;frame name=&quot;frmNew2&quot; top=&quot;15&quot; left=&quot;15&quot; width=&quot;500&quot; height=&quot;360&quot; title=&quot;&quot;/&gt;
      &lt;/tabItem&gt;
    &lt;/tabFolder&gt;
  &lt;/layout&gt;
&lt;/layoutDef&gt;

イベント定義XML例：
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;eventDef&gt;
  &lt;event id=&quot;onload&quot; finish=&quot;setLay1&quot; type=&quot;local&quot;/&gt;
  &lt;component id=&quot;tabitemNew1&quot;&gt;
    &lt;event id=&quot;onEnableTab&quot; finish=&quot;setLay2&quot; type=&quot;local&quot;/&gt;
  &lt;/component&gt;
&lt;/eventDef&gt;


javascript関数例：
function setLay1(event){
	var widget = event.layout.getWidget(&quot;frmNew1&quot;).widget;
	var element = widget.cadre;
	maskat.app.loadLayout(&quot;l1.xml&quot;, &quot;l1_e.xml&quot;, element, true);
}
function setLay2(event){
	var widget = event.layout.getWidget(&quot;frmNew2&quot;).widget;
	var element = widget.cadre;
	maskat.app.loadLayout(&quot;l2.xml&quot;, &quot;l2_e.xml&quot;, element, true);
}</description>
  </item>
  <item>
   <pubDate>Wed, 21 Jul 2010 07:48:41 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>タブ内のiFrame内のlabelが表示されない</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=52071</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=52071</guid>
   <description>いつもお世話になっています。

現在maskat2.1.1を使用しています。
いまやろうとしていることは
タブフォルダの中に複数のタブアイテムが入ってます。
そのタブアイテムの中にiFrameを埋め込み、他のマスカットレイアウトのindex.htmlをurlで呼び出し表示するようにしています。

初期画面で表示されているタブの中のマスカットレイアウトはラベル表示されているのですが、タブを切り替えると切り替えたタブのマスカットレイアウトのラベルは表示されません。
初心者で解決方法がわかりません。
どなたか教えていただけませんか？

環境は以下のようになっています。
eclipse3.5
tomcat6.0
maskat2.1.1
IE8

</description>
  </item>
 </channel>
</rss>
