@using EgwCoreLib.Razor @using static WebWindowComplex.LayoutConst
@if (isLoading) { } else if (!okParams) {
@Traduci("CWTableC_MissingParam")
} else if (!okJwd) {
@Traduci("CWTableC_MissingJWD")
} else { if (listErrPre != null && listErrPre.Count > 0) {
@Traduci("CWTableC_ValidError")
    @foreach (var item in listErrPre) {
  • @item.Value
  • }
} else if (listErrLink != null && listErrLink.Count > 0) {
@Traduci("CWTableC_ConfigError")
    @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 {
@Traduci("CWFill_AllFill")
@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) {
@Traduci("CWTableC_MissingValue"):
    @foreach (var item in listWarnings) {
  • @item.Value
  • }
} } }