Files
webwindowconfigurator/Test.UI/Components/Pages/Home.razor
T
Annamaria Sassi 57129559af - aggiunto componente WebWindowComplex per trasformazione albero in tabella
- aggiunto WebTest per configuratore finestra complesso
2025-09-04 15:08:41 +02:00

23 lines
495 B
Plaintext

@page "/"
@rendermode InteractiveServer
<PageTitle>Home</PageTitle>
@if (isLoading)
{
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
}
else
{
<WebWindowMaker IN_TemplateDTOList="@AvailTemplateList"
IN_SelTemplate="@SelTemplate"
EC_OnUpdate="SaveJWD"
EC_OnSelectedTemplate="SetTemplate"
LiveSVG="@currSvg">
</WebWindowMaker>
}
@* <p>
@m_CurrArgs.GetValueOrDefault("Jwd")
</p> *@