TabPanel不能用layout:'cart'?

问题描述

我一设置layout:'cart'就出错。提示this.layout.setContainer is not a function但是我想用setActiveItem这个方法。这个方法是在Ext.layout.CardLayout下才有的啊。

解决方案

TabPanel 默认是Card Layout. 你只要在new TabPanel的时候制定ActiveTab就可以了。new Ext.TabPanel({ activeTab:1, items:[ { title:'panel0', },{ title: 'panel1' } ]});

时间: 2024-10-25 14:23:14

TabPanel不能用layout:'cart'?的相关文章

extjs 布局中添加了collapseMode:'mini',就能出现小箭头折叠west 请问小箭头的click事件是什么?

问题描述 extjs 布局中添加了collapseMode:'mini',就能出现小箭头折叠west 请问小箭头的click事件是什么?我想手动调用让他折叠! 问题补充:柴秉承 写道 解决方案 Ext.onReady(function() {var nodeData = [{text:'node',leaf:false,children:[{text:'childNode',leaf:false,children:[{text:'hello',leaf:true}]}]}]var panel =

启动红蜻蜓抓图精灵时跳出Run-time error '339'错误消息框

  有用户反映在打开红蜻蜓抓图精灵时,会弹出一个对话框,提示"Run-time error '339': Component 'Flash11e.ocx' or one of its dependencies not correctly registered: a file is missing or invalid".出现此问题,是由于用户电脑上Flash播放控件缺失所引起,下载安装最新版的Flash播放控件即可解决问题.Flash播放控件的官方下载地址:http://www.ado

JS 正则去除'//'和'/* */'注释

var reg = /("([^"]*(.)?)*")|('([^']*(.)?)*')|(/{2,}.*?(r|n))|(/*(n|.)*?*/)/g, // 正则表达式 str = $('event').html(); // 欲处理的文本 console.log(str); // 打印出:原文本 console.log(str.match(reg));// 打印出:匹配子串 str.replace(reg, function(word) { // 去除注释后的文本 ret

SQL提示Login failed for user'sa'错误的解决方案

现象:--------------------------------------------------- 1.连接SQL Server数据库提示:Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection 错误 问题:------------------------------------------------- 初步分析应该与用户权限有关,查阅帮助文件,微软官方给出的原因:

asp文件上传错误'800a0005'的解决方法

一.治标方法: IE7以上版本其实把文件上传是否发送完整的本地路径做成一个选项,在IE的Internet选项中可以设置.如下图: 1.Internet安全选项: 2.完整路径选项设置: 由于默认是禁用的,所以会出现问题,把它启用就可以解决问题了.但这是治标的方法,如果网页是面向普通用户的,你不可能要求所有用户都来改变这个设置. 二.治本方法: 治本的方法只能靠改程序了.对于图片预览的,目前我还没有很好的方法获取到图片的本地完整路径,所以只能通过判断浏览器的版本,如果是IE7和FireFox3的版

Error creating bean with name 'dataSource' defined in ServletContext resource

问题描述 struts-config.xml配置信息<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.d

集成chatview 报错Cannot find interface declaration for &amp;#039;EaseBubbleView&amp;#039;

问题描述 直接把demo中的chatview文件夹拖过来 编译报错 解决方案 已解决  粗心大意没有添加easeui  不过还要提一下 提供的easeui有些难用 希望能更快更新集成方式说明或者视频解决方案二:好,这个会反馈,谢谢

ibatis 问题:Unable to translate SQLException with Error code &amp;#039;0&amp;#039;, will now try the

问题描述 xml文件: <!-- 动态插入数据 --> <typeAlias alias="colInfo" type="com.starit.sqms.corpReport.model.ColInfo"/> <insert id="commonInsert" parameterClass="colInfo" > insert into $tableName$ <iterate pro

weblogic端口错误Unknown protocol: &amp;#039;H3&amp;#039;

问题描述 javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'H3']at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)at weblogic.jndi.WLInitialContextFactor