From e4f3d4a880acac6559f8d91277fa559e4fd350c8 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 31 五月 2024 16:12:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def |   39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def
index 76366d7..5fd5ae7 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def
@@ -13,17 +13,46 @@
       [
         Label: 'Event type'
         NumberOfColumns: 0
+        Taborder: 1
+      ]
+    }
+    Component dhEventTypes
+    {
+      #keys: '[415136.0.705611943]'
+      BaseType: 'WebDataHolder'
+      Databinding: 'structured[LibCal_EventType]*'
+      Properties:
+      [
         Taborder: 0
       ]
     }
-    Component edtEventType
+    Component ddlEventType
     {
-      #keys: '[415136.0.657922077]'
-      BaseType: 'WebEditField'
+      #keys: '[415136.0.705611783]'
+      BaseType: 'WebDropDownList'
+      Databinding: 'LibCal_EventType'
+      Children:
+      [
+        Component deEventType
+        {
+          #keys: '[415136.0.705611784]'
+          BaseType: 'WebDataExtractor'
+          Properties:
+          [
+            DataType: 'structured[LibCal_EventType]'
+            Source: 'dhEventTypes'
+            Taborder: 0
+            Transformation: 'Elements'
+          ]
+        }
+      ]
       Properties:
       [
-        DataBinding: 'dhEvent.Data.EventType'
-        Taborder: 1
+        Description: 'dhEvent.Data.EventType'
+        DisplayField: 'Name'
+        NumberOfColumns: 15
+        ShowLabel: false
+        Taborder: 2
       ]
     }
   ]

--
Gitblit v1.9.3