I’m student study Extjs4!
I make Ext.form.Panel
var panel = Ext.create('Ext.form.Panel', {
title : 'panel',
region : 'center',
layout : 'absolute',
margins : '5 5 0 5',
id : 'designSpace',
items : this.arrayItem
});
And After Time, I use this var, and find method,
but I can’t see some method! like panel.add, panel.doLayout.
I must need this Method!
It is explain in extjs4 document.. but I can’t use it…
How can i use this Method..?
I use Spket Plugin’s Code Assist.
Thanks!
Can you call these methods? If you just don’t see them in log, it might be ok.