摘要: Ext.isEmpty(str,[allowEmptyString]) 如果str为 null undefined a zero-length array a zero-length string ( Unless the allowEmptyString parameter is set t 阅读全文
posted @ 2019-03-27 14:44 ♞⚉♘ 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: Grid 中的单元格添加Tooltip 的效果 Ext.QuickTips.init(); //必须要… columns: [ { text: 'Name', dataIndex: 'name' }, { text: 'Email', dataIndex: 'email', flex: 1 }, { 阅读全文
posted @ 2019-03-27 14:30 ♞⚉♘ 阅读(429) 评论(0) 推荐(0) 编辑
摘要: ## Ext grid 改变行背景色 Ext.util.CSS.createStyleSheet('.ts {background:#9a9a9bc2;}');//单独创建css样式 { xtype: 'gridbase', region: 'north', title: '不含增值税(单位:万元)', titleAlign: "center", dockedItem... 阅读全文
posted @ 2019-03-27 14:22 ♞⚉♘ 阅读(659) 评论(0) 推荐(0) 编辑