Leo*_*eon 1 extjs
我是 EXTJS 的新手,有时对这些方法调用非常困惑。有人可以给一些解释吗?
谢谢你!
Eva*_*oli 5
Ext.widget执行与 非常相似的功能Ext.create。主要区别在于Ext.widget只能创建带有 xtype 的组件。例如,这些是等效的调用:
Ext.widget
Ext.create
const c1 = Ext.widget('panel'); // Uses xtype const c2 = Ext.create('Ext.panel.Panel'); // Uses classname
归档时间:
6 年,4 月 前
查看次数:
593 次
最近记录: