摘要: 代码示例:1、按钮组的配置方式是按照buttongrouptable进行布局的,columns可以多少行,colspan跨几行,所以在布局的时候注意;2、在buttonggroup中,scale:'large'表示图标的大小;3、iconAlign:可以定义按钮所在的位置,上面或下面4、new Ex... 阅读全文
posted @ 2014-07-21 10:23 thero 阅读(260) 评论(0) 推荐(0)
摘要: Extjs表单中提供错误的显示的集中方式,其中有下面的几种代码事例:Ext.onReady(function(){ Ext.QuickTips.init(); var form = new Ext.form.Panel({ title:'表单', height:120, width:200, frame:true, renderTo:'toolbar', defaults:{ au... 阅读全文
posted @ 2014-07-21 10:21 thero 阅读(283) 评论(0) 推荐(0)
摘要: Extjs的主要配置内容:示例代码:Ext.onReady(function(){ Ext.QuickTips.init(); var loginForm = new Ext.form.Panel({ title:'Ext.form.field.Text示例', bodyStyle:'padding:5 5 5 5',//设置边距 frame:true, height:120, widt... 阅读全文
posted @ 2014-07-21 10:18 thero 阅读(533) 评论(0) 推荐(0)