@@ -130905,6 +130905,46 @@ define(['exports'], function (exports) { 'use strict';
},
]
+ {
+ title: '详情对话框',
+ layout: {
+ type: 'vbox',
+ pack: 'start',
+ align: 'stretch'
+ },
+ defaults: {
+ border: false,
+ anchor: '100%',
+ margin: '5',
+ scrollable: true,
+ items: [
+ xtype: 'cols',
+ fieldLabel: '对话框标题',
+ bind: { value: '{detailDialog.title}' },
+ xtype: 'textfield',
+ flex: 2,
+ fieldLabel: '宽度',
+ bind: { value: '{detailDialog.width}' },
+ xtype: 'numberfield',
+ fieldLabel: '高度',
+ bind: { value: '{detailDialog.height}' },
+ ]
+ title: '界面源码',
+ }
}