阅读背景:

如何将extjs对象添加到html?

来源:互联网 

I have a simple example:

我有一个简单的例子:

 function RenderTime(v) {
    var test = new Ext.Img({
        src: "lib/Image/Paddle.png",
        listeners: {
            el: {
                click: function() {
                    Ext.Msg.alert("Message");
                }
            }
        }
    })
     return '<table width="100%"><tr><td width="90%">' + test + '</td></tr></table>'

 }
 functi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: