浏览代码

详情对话框与界面源码

luoyifan 2 年之前
父节点
当前提交
017578c126
共有 2 个文件被更改,包括 41 次插入1 次删除
  1. 40 0
      dist/yvan-ext.js
  2. 1 1
      dist/yvan-ext.js.map

+ 40 - 0
dist/yvan-ext.js

@@ -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',
+                                items: [
+                                    {
+                                        fieldLabel: '对话框标题',
+                                        bind: { value: '{detailDialog.title}' },
+                                        xtype: 'textfield',
+                                        flex: 2,
+                                    },
+                                    {
+                                        fieldLabel: '宽度',
+                                        bind: { value: '{detailDialog.width}' },
+                                        xtype: 'numberfield',
+                                    },
+                                    {
+                                        fieldLabel: '高度',
+                                        bind: { value: '{detailDialog.height}' },
+                                        xtype: 'numberfield',
+                                    },
+                                ]
+                            },
+                        ]
+                    },
+                    {
+                        title: '界面源码',
+                    }
                 ]
             }
         ]

文件差异内容过多而无法显示
+ 1 - 1
dist/yvan-ext.js.map