标签:back img class height ges lin enter margin image
Ext.onReady(function(){ Ext.create(‘Ext.container.Viewport‘, { layout: ‘border‘, items: [{ title: ‘1‘, region: ‘north‘, html: ‘ <a href="../../Default.html">首页</a>‘, height: 100 }, { title: ‘2‘, region: ‘west‘, width: 150, html: ‘left‘ }, { title: ‘3‘, html: ‘middle‘, region: ‘center‘ }] }); });
ExtJS 4 【Ext.container.Viewport】
标签:back img class height ges lin enter margin image
原文地址:http://www.cnblogs.com/CodingArt/p/6095579.html