FineUI 官方论坛

标题: 前台JS中添加 Ext.getCmp 报错 不知道少了什么 [打印本页]

作者: 沖進女廁所    时间: 2013-8-27 16:05
标题: 前台JS中添加 Ext.getCmp 报错 不知道少了什么
function OpenTab(tabID, url, title) {

            var mainTabStrip = Ext.getCmp('<%= mainTabStrip.ClientID %>');
            mainTabStrip.addTab({
                'id': tabID,
                'url': url,
                'title': title,
                'closable': true,
                'bodyStyle': 'padding:0px;'
                //'tbar': new Ext.Toolbar({
                //items: ['->', sourcecodeButton, '-', openNewWindowButton, '-', refreshButton]
                //items: ['->', refreshButton]
            });
        }
报错
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

作者: 沖進女廁所    时间: 2013-8-29 15:48
已经搞定了




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4