EXTJS 3.0 资料 控件之 FormPanel 插入button用法
最近发现项目中FormPanel 里面需要 增加 button,的模块比较多,具体代码如下:
var eastPanelForm_Dele = new Ext.form.FormPanel({ id: 'eastPanelForm_Dele', width: 250, border: false, autoScroll: true, height: 400, frame: true, layout: 'form', region: 'center', items: [{ bodyStyle: 'padding:30px', layout: 'column', items: [{ id: 'btnAllDele', width: 200, height: 100, xtype: 'button', text: '狠心删除', handler: function () { } }] }, { bodyStyle: 'padding:30px', layout: 'column', height: 150, items: [{ id: 'btnAllDeleThink', width: 200, height: 100, xtype: 'button', text: '我再想想', handler: function () { } }] } ] });
我的小鱼你醒了,
还认识早晨吗?
昨夜你曾经说,
愿夜幕永不开启。
初吻吻别的那个季节,
不是已经哭过了吗?
你的香腮边轻轻滑落的,
是你的泪,还是我的泪。
我的指尖还记忆著,
你慌乱的心跳。
温润的体香里,
那一缕长髮飘飘。
——青青树 《魁拔》
交流群:ASP.NET交流群(2群) 58189568
ExtJs4.2交流群(3群)97869295