@using EgwCoreLib.Razor @using static WebWindowComplex.LayoutConst
@if (isLoading) { } else if (!okParams) {
Parametri Mancanti!
} else if (!okJwd) {
JWD Mancante!
} else { if (listErrPre != null && listErrPre.Count > 0) {
Errori validazione!
    @foreach (var item in listErrPre) {
  • @item.Value
  • }
} else if (listErrLink != null && listErrLink.Count > 0) {
Errore configurazione:
    @foreach (var item in listErrLink) {
  • @item.Value
  • }
} else {
@if (currStep == CompileStep.Tree) { } else if (currStep == CompileStep.Frame) { @if (m_CurrWindow != null) { m_PreviousWindow = m_CurrWindow; } } else if (currStep == CompileStep.Split) { @if (currSplitIndex >= SplitList.Count || currSplitIndex == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Sash) { @if (currSashIndex >= SashGroupList.Count || currSashIndex == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Inglesina) { @if (currInglesinaIndex >= InglesinaList.Count || currInglesinaIndex == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Fill) { @if (currFillIndex >= FillList.Count || currFillIndex == -1) { currStep = CompileStep.Tree; } else {
All fill
@if (baseUser) { } else { }
@if (baseUser) { } else { }
@if (!baseUser && SplittedList != null && SplittedList.Count > 0) { Splitted? currSplitted = SplittedList.Where(x => x.AreaList.First().Equals(FillList[currFillIndex])).FirstOrDefault(); @if (currSplitted != null) { @if (currSplitted.ParentArea != null && currSplitted.ParentWindow != null) { } } } } } else if (currStep == CompileStep.General) { } @* else if (currStep == CompileStep.ArcElement) { } *@
@if (string.IsNullOrWhiteSpace(LiveData.SvgPreview)) { } else { @outSvg }
if (reqBool) {
Domande pendenti:
@if (PendReq != null && PendReq.Count > 0) { foreach (var item in PendReq) {
} } @*
    @if (PendReq != null && PendReq.Count > 0) { foreach (var item in PendReq) {
  • } }
*@
} if (listWarnings != null && listWarnings.Count > 0) {
Mancata corrispondenza valori:
    @foreach (var item in listWarnings) {
  • @item.Value
  • }
} } }