extjs报错-extjs中create一个window,里面一个panel加html然后加入buttons就报错了。

问题描述

extjs中create一个window,里面一个panel加html然后加入buttons就报错了。

extjs中create一个window,里面一个panel加html然后加入buttons就报错了。代码如:
createMapWindows: function() {
this.mapWin = Ext.create('Ext.window.Window', {
title: '点击获取地理位置',
height: 550,
width: 700,
layout: 'auto',
modal: true,
closeAction : 'hide',
items: [{
xtype: 'panel',
html : "",
buttons: [{
text: 'Button 1'
}]
}]
});
},

报错信息:Uncaught TypeError: Cannot read property 'dom' of null

时间: 2024-12-31 15:32:37

extjs报错-extjs中create一个window,里面一个panel加html然后加入buttons就报错了。的相关文章

index-svn检出报错,别的机子可以检出项目,我的检出的时候报错?求解!

问题描述 svn检出报错,别的机子可以检出项目,我的检出的时候报错?求解! 检不出项目,各位大神帮忙看看啊checkout https:svn地址 -r HEAD --depth=infinity --forcer HEAD --depth=infinity --force SQLite errorsvn: disk I/O error executing statement 'CREATE TABLE REPOSITORY ( id INTEGER PRIMARY KEY AUTOINCREM

shiro报错-项目中使用了shiro,我添加了几个实体类,启动tomcat报错

问题描述 项目中使用了shiro,我添加了几个实体类,启动tomcat报错 Error creating bean with name 'entityManagerFactory' defined in URL [file:/F:/eclipseWorkSpace1219/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/OmpApp/WEB-INF/classes/spring/spring-dao.xml]: Inv

maven compile报错-eclipse中指定父pom的compile插件版本后子工程报错

问题描述 eclipse中指定父pom的compile插件版本后子工程报错 开发环境:eclipse mars,m2eclipse,maven3.3(external) parent pom中,Management配置compile插件,但是不指定版本, son pom中不配置compile-Plugin, 此时执行编译:发现使用的是compile plugin version = 3.1 问题开始: 此时修改 Management配置compile插件version= other,比如3.3

Android Studio 报错failed to create jvm error code -4的解决方法_Android

安装完 Android Studio 后启动,却报错如下: 复制代码 代码如下: failed to create jvm error code -4 这一般应是内存不够用所致,解决方法参考如下. 打开 Android Studio 安装目录下的bin目录,查找并打开文件 studio.exe.vmoptions,修改代码: 复制代码 代码如下: -Xmx512m 为 -Xmx256m 保存后应即可正常打开了.

Android Studio 报错failed to create jvm error code -4的解决方法

安装完 Android Studio 后启动,却报错如下: 复制代码 代码如下:failed to create jvm error code -4 这一般应是内存不够用所致,解决方法参考如下. 打开 Android Studio 安装目录下的bin目录,查找并打开文件 studio.exe.vmoptions,修改代码: 复制代码 代码如下:-Xmx512m 为 -Xmx256m 保存后应即可正常打开了.

epplus下载文件报错Unable to create the store directory. (Exception from HRESULT: 0x801

问题描述 各位大侠求解epplus下载文件报Unabletocreatethestoredirectory.(ExceptionfromHRESULT:0x80131468)错误如果量小时则正常下载数据量为16w报错 解决方案 解决方案二:Ifyou'rerunningyourapplicationpoolas"NetworkService"youcan'tlogin,sograntingatleastModifypermissionsfortheNetworkServiceaccou

java 字符串 报错-java程序在eclipse运行正确,在牛客网测试界面运行报错

问题描述 java程序在eclipse运行正确,在牛客网测试界面运行报错 在eclipse可以正常运行,在牛客网的测试里报错:"运行错误:请检查是否存在数组越界非法访问,野指针乱访问,空指针乱访问等情况." 题目:连续输入字符串,请按长度为8拆分每个字符串后输出到新的字符串数组: ?长度不是8整数倍的字符串请在后面补数字0,空字符串不处理. 输入例子: abc 123456789 输出例子: abc00000 12345678 90000000 import java.util.Sca

avd 启动报错-virtualbox 中ubuntu12.04 无法启动android虚拟机

问题描述 virtualbox 中ubuntu12.04 无法启动android虚拟机 Starting emulator for AVD 'AVD_for_Galaxy_Nexus' X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 135 (GLX) Minor opcode of failed request: 1

asp.net用c#语言制作二维码报错GDI+ 中发生一般性错误。

问题描述 我的代码如下,项目中image文件夹也已经建好了,但是一点击生成二维码就提示"GDI+中发生一般性错误."请大神指点下,我是小白protectedvoidbtnAdd_Click(objectsender,EventArgse){create_two(this.txtpwd1.Text);}privatevoidcreate_two(stringnr){Bitmapbt;stringenCodeString=nr;QRCodeEncoderqrCodeEncoder=newQ