摘要: var tab2 = new Ext.FormPanel({ labelAlign: 'top', title: 'Inner Tabs', bodyStyle:'padding:5px', width: 600, items: [{ layout:'column', border:false, items:[{ columnWidth:.5, layout: 'form', ... 阅读全文
posted @ 2012-02-23 13:25 haiwei.sun 阅读(173) 评论(0) 推荐(0) 编辑
摘要: var tabs = new Ext.FormPanel({ labelWidth: 75, border:false, width: 350, items: { xtype:'tabpanel', activeTab: 0, defaults:{autoHeight:true, bodyStyle:'padding:10px'}, items:[{ title:'Personal Details', ... 阅读全文
posted @ 2012-02-23 11:01 haiwei.sun 阅读(128) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var form1 = new Ext.FormPanel({ labelAlign: 'top', frame:true, title:'Multi Column, Nested Layouts and Anchoring'... 阅读全文
posted @ 2012-02-23 10:50 haiwei.sun 阅读(124) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var form1=new Ext.FormPanel({ labelWidth:75, url:'save.php', frame:true, title:'测试测试三', bod... 阅读全文
posted @ 2012-02-23 10:07 haiwei.sun 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var form1 = new Ext.FormPanel({ labelWidth: 75, url:"save.php", frame:true, title:"表单测试一", bodyStyle:'padding:5px 5px 0', ... 阅读全文
posted @ 2012-02-23 09:54 haiwei.sun 阅读(105) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-02-23 09:27 haiwei.sun 阅读(9) 评论(0) 推荐(0) 编辑
返回顶部