怎样在fromPanel中加入一个超链接?点击后弹出一个窗口。
好像xtype没有这个类型。这个功能在ext中一般都是怎么实现的?
谢谢!!
[b]问题补充:[/b]
我这样写,为什么找不到方法?
[code="java"]
function showPurchaseWin(){
alert('dd');
};
items : [ {
fieldLabel : '采购单编号',
name : 'pruappcode',
html: "" + this.purAppcode + ""
}]
[/code]