我在上面所说的aa.html中想使用其他的tab控件,使用方法如下:
<script type="text/javascript" src="other_tab.js"></script>
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ) );
</script>
但是运行的时候却提示我WebFXTabPane没有定义,不论我怎么修改js文件的路径都不行,用VS2005调试,出来一个eval code,在eval code中只有tp1那一行,定义js路径的代码确看不到。
请问eval code是什么意思呢?
谢谢!

解决方案 »

  1.   

    我也遇到了这个问题。。但不同的是,为什么我只能显示top和bottom,显示left和right时就不行了。。
      

  2.   


    var tabbar = dhxLayout.cells("b").attachTabbar("bottom");
        tabbar.setStyle("winDflt");
        tabbar.setImagePath("codebase/imgs/tabbar/");
        tabbar.addTab("view","设计","80px");
        tabbar.addTab("source","源代码","80px");
    var dhxWins = new dhtmlXWindows();    tabbar.setContent("view",dhxWins);
    无解啊 晕死