-
Notifications
You must be signed in to change notification settings - Fork 0
Ext.graph.OutLine
tianmo edited this page Aug 30, 2012
·
2 revisions
实现小图预览功能
Ext.create('Ext.graph.OutLine', {
graph: this//Ext.graph.Panel
});
或者
{
xtype: 'outLine'
}
绘图组件容器,可选,如果没有,可以调用createOutline(graph)方法生成预览图。
Type: Ext.graph.Panel
生成预览图。
- graph:绘图容器Ext.graph.Panel