522625710e
- Modificato aggiornamento dimensioni a cascata
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
@using static WebWindowComplex.LayoutConst
|
|
<div class="input-group mb-2">
|
|
<span class="input-group-text">@(name())</span>
|
|
@if (User)
|
|
{
|
|
<input type="text" readonly class="form-control" title="@Title()" value="@(CurrRec.dDimension)">
|
|
}
|
|
else
|
|
{
|
|
<input type="text" class="form-control" title="@Title()" @bind="@(updateVal)">
|
|
}
|
|
</div> |