Files
webwindowconfigurator/Test.UI/Components/Pages/TestComponentJWD.razor
T
Annamaria Sassi ecb2dabf4a WebWindowTest:
- Aggiunto Nuget Egw.Window.Data per classe hardware
- Aggiunti medoti rimuovi split e sash
- Modificata interfaccia con bottoni per nuovi metodi
2025-09-30 09:59:55 +02:00

22 lines
629 B
Plaintext

@page "/TestComponentJWD"
@rendermode InteractiveServer
<PageTitle>TestComponent</PageTitle>
<Test IN_FamilyHardwareList="@AvailFamilyHardwareList"
IN_SelFamilyHardware="@SelFamilyHardware"
IN_HardwareList="@AvailHardwareList"
IN_ColorMaterialList="@AvailColorMaterialList"
IN_SelColorMaterial="@SelColorMaterial"
IN_MaterialList="@AvailMaterialList"
IN_SelMaterial="@SelMaterial"
IN_GlassList="@AvailGlassList"
IN_SelGlass="@SelGlass"
EC_OnUpdate="SaveJWD"
LiveSVG="@currSvg"
CurrJwd="@InitialJwd">
</Test>
<p>
@m_CurrArgs.GetValueOrDefault("Jwd")
</p>