3d092b53fb
- Aggiunta gestione profili bottom rail per sash e frame - Iniziato a gestire dimensione solo luce per sash
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
@using static WebWindowComplex.LayoutConst
|
|
<div class="input-group mb-2">
|
|
<span class="input-group-text">@CurrRec.nIndex</span>
|
|
@if (User)
|
|
{
|
|
<input type="text" readonly class="form-control" value="@(CurrRec.dDimension)">
|
|
}
|
|
else
|
|
{
|
|
<input type="text" class="form-control" @bind="@(updateVal)">
|
|
}
|
|
</div> |