WebWindowTest:
- Aggiunto Nuget Egw.Window.Data per classe hardware - Aggiunti medoti rimuovi split e sash - Modificata interfaccia con bottoni per nuovi metodi
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
|
||||
<PageTitle>TestComponent</PageTitle>
|
||||
|
||||
<Test IN_TemplateDTOList="@AvailTemplateList"
|
||||
IN_SelTemplate="@SelTemplate"
|
||||
IN_FamilyHardwareList="@AvailFamilyHardwareList"
|
||||
<Test IN_FamilyHardwareList="@AvailFamilyHardwareList"
|
||||
IN_SelFamilyHardware="@SelFamilyHardware"
|
||||
IN_HardwareList="@AvailHardwareList"
|
||||
IN_ColorMaterialList="@AvailColorMaterialList"
|
||||
@@ -15,7 +13,6 @@
|
||||
IN_GlassList="@AvailGlassList"
|
||||
IN_SelGlass="@SelGlass"
|
||||
EC_OnUpdate="SaveJWD"
|
||||
EC_OnSelectedTemplate="SetTemplate"
|
||||
LiveSVG="@currSvg"
|
||||
CurrJwd="@InitialJwd">
|
||||
</Test>
|
||||
|
||||
@@ -6,6 +6,7 @@ using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Security.AccessControl;
|
||||
using Egw.Window.Data;
|
||||
using WebWindowTest;
|
||||
using WebWindowTest.DTO;
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
IN_SelGlass="@SelGlass"
|
||||
EC_OnUpdate="SaveJWD"
|
||||
EC_OnSelectedTemplate="SetTemplate"
|
||||
LiveSVG="@currSvg"
|
||||
CurrJwd="@InitialJwd">
|
||||
LiveSVG="@currSvg">
|
||||
</Test>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -6,6 +6,7 @@ using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Security.AccessControl;
|
||||
using Egw.Window.Data;
|
||||
using WebWindowTest;
|
||||
using WebWindowTest.DTO;
|
||||
|
||||
|
||||
+35
-36
@@ -1,48 +1,47 @@
|
||||
[
|
||||
{
|
||||
"sId": "000558",
|
||||
"sFamily": "Natura",
|
||||
"sName": "Profilo78_Rect_Sash",
|
||||
"sOpeningType": "ANTA_RIBALTA",
|
||||
"sShape": "RECTANGLE",
|
||||
"nSashQty": "1",
|
||||
"nSashPosition": "1"
|
||||
"Id": "000558",
|
||||
"FamilyName": "Natura",
|
||||
"Description": "Profilo78_Rect_Sash",
|
||||
"OpeningType": "ANTA_RIBALTA",
|
||||
"Shape": "RECTANGLE",
|
||||
"SashQty": "1",
|
||||
"SashPosition": "1"
|
||||
},
|
||||
{
|
||||
"sId": "000562",
|
||||
"sFamily": "Natura",
|
||||
"sName": "Profilo78_Rect_Sash",
|
||||
"sOpeningType": "ANTA_BANDIERA",
|
||||
"sShape": "RECTANGLE",
|
||||
"nSashQty": "1",
|
||||
"nSashPosition": "1"
|
||||
"Id": "000562",
|
||||
"FamilyName": "Natura",
|
||||
"Description": "Profilo78_Rect_Sash",
|
||||
"OpeningType": "ANTA_BANDIERA",
|
||||
"Shape": "RECTANGLE",
|
||||
"SashQty": "1",
|
||||
"SashPosition": "1"
|
||||
},
|
||||
{
|
||||
"sId": "000559",
|
||||
"sFamily": "Natura",
|
||||
"sName": "Profilo78_Rect_DoubleSash",
|
||||
"sOpeningType": "ANTA_RIBALTA",
|
||||
"sShape": "RECTANGLE",
|
||||
"nSashQty": "2",
|
||||
"nSashPosition": "1"
|
||||
"Id": "000559",
|
||||
"FamilyName": "Natura",
|
||||
"Description": "Profilo78_Rect_DoubleSash",
|
||||
"OpeningType": "ANTA_RIBALTA",
|
||||
"Shape": "RECTANGLE",
|
||||
"SashQty": "2",
|
||||
"SashPosition": "1"
|
||||
},
|
||||
{
|
||||
"sId": "000563",
|
||||
"sFamily": "Natura",
|
||||
"sName": "Profilo78_TurnOnly_Rect_DoubleSash",
|
||||
"sOpeningType": "ANTA_BANDIERA",
|
||||
"sShape": "RECTANGLE",
|
||||
"nSashQty": "2",
|
||||
"nSashPosition": "1"
|
||||
"Id": "000563",
|
||||
"FamilyName": "Natura",
|
||||
"Description": "Profilo78_TurnOnly_Rect_DoubleSash",
|
||||
"OpeningType": "ANTA_BANDIERA",
|
||||
"Shape": "RECTANGLE",
|
||||
"SashQty": "2",
|
||||
"SashPosition": "1"
|
||||
},
|
||||
{
|
||||
"sId": "000560",
|
||||
"sFamily": "Natura",
|
||||
"sName": "Profilo78_Rect_TripleSash",
|
||||
"sOpeningType": "ANTA_RIBALTA",
|
||||
"sShape": "RECTANGLE",
|
||||
"nSashQty": "3",
|
||||
"nSashPosition": "1"
|
||||
"Id": "000560",
|
||||
"FamilyName": "Natura",
|
||||
"Description": "Profilo78_Rect_TripleSash",
|
||||
"OpeningType": "ANTA_RIBALTA",
|
||||
"Shape": "RECTANGLE",
|
||||
"SashQty": "3",
|
||||
"SashPosition": "1"
|
||||
}
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user