Files
webwindowconfigurator/Test.UI/Components/Pages/EditJWD.razor
T
Annamaria Sassi ea44fe5802 - aggiunto componente configuratore con ingresso JWD
- migliorato aggiunta anta e split
2025-08-11 17:24:23 +02:00

10 lines
231 B
Plaintext

@page "/EditJWD"
@rendermode InteractiveServer
<PageTitle>EditJWD</PageTitle>
<WebWindowJWDInput EC_OnUpdate="SaveJWD"
LiveSVG="@currSvg"
CurrJwd="@InitialJwd">
</WebWindowJWDInput>