04d2b8201e
- Aggiunti parametri min e max degli elementi del frame e split
12 lines
341 B
Plaintext
12 lines
341 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" value="@(CurrRec.dDimension)">
|
|
}
|
|
else
|
|
{
|
|
<input type="text" class="form-control" @bind="@(updateVal)">
|
|
}
|
|
</div> |