extjs panel中的html调用自定义js函数 5
我在panel的html中创建了一个按钮{xtype:'panel',title:'测试',html:'',renderTo:Ext.getBody(),render:f...
我在panel的html中创建了一个按钮
{
xtype:'panel',
title: '测试',
html: '',
renderTo: Ext.getBody(),
render:function(){
var str=<html><head><script>function myTest(_param){alert(_param)}</script><body>
str+='<input type="button" onclick="myTest(111)"' value="点我.."/>';
str+='</body></html>';
}
}
但是点击按钮时,报找不到myTest()的js脚本错误..
请问我应该在哪里定义这个带参的myTest函数. 以及如何调用myTest()函数..谢谢 展开
{
xtype:'panel',
title: '测试',
html: '',
renderTo: Ext.getBody(),
render:function(){
var str=<html><head><script>function myTest(_param){alert(_param)}</script><body>
str+='<input type="button" onclick="myTest(111)"' value="点我.."/>';
str+='</body></html>';
}
}
但是点击按钮时,报找不到myTest()的js脚本错误..
请问我应该在哪里定义这个带参的myTest函数. 以及如何调用myTest()函数..谢谢 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询