Update
This commit is contained in:
@@ -36,9 +36,14 @@
|
|||||||
</SelectedTemplate>
|
</SelectedTemplate>
|
||||||
</MudFileUpload>
|
</MudFileUpload>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
<MudItem xs="12">
|
<MudStack Row="true" AlignItems="AlignItems.Center">
|
||||||
<MudTextField T="string" @bind-Value="Model.Title" Disabled="_isLoading" Label="عنوان" Variant="Variant.Outlined" />
|
<MudItem xs="6">
|
||||||
</MudItem>
|
<MudTextField T="string" @bind-Value="Model.Title" Disabled="_isLoading" Label="عنوان" Variant="Variant.Outlined" />
|
||||||
|
</MudItem>
|
||||||
|
<MudItem xs="6">
|
||||||
|
<MudNumericField T="long" HideSpinButtons="true" @bind-Value="Model.Price" Format="N0" Immediate="true" Disabled="_isLoading" Label="قیمت" Variant="Variant.Outlined" />
|
||||||
|
</MudItem>
|
||||||
|
</MudStack>
|
||||||
<MudItem xs="12">
|
<MudItem xs="12">
|
||||||
<MudHtmlEditor @bind-Html="Model.Description">
|
<MudHtmlEditor @bind-Html="Model.Description">
|
||||||
<MudHtmlToolbarOptions InsertImage="false" /> <!-- This will exclude the "insert image" toolbar option -->
|
<MudHtmlToolbarOptions InsertImage="false" /> <!-- This will exclude the "insert image" toolbar option -->
|
||||||
|
|||||||
@@ -37,9 +37,14 @@
|
|||||||
</SelectedTemplate>
|
</SelectedTemplate>
|
||||||
</MudFileUpload>
|
</MudFileUpload>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
<MudItem xs="12">
|
<MudStack Row="true" AlignItems="AlignItems.Center">
|
||||||
<MudTextField T="string" @bind-Value="Model.Title" Disabled="_isLoading" Label="عنوان" Variant="Variant.Outlined" />
|
<MudItem xs="6">
|
||||||
</MudItem>
|
<MudTextField T="string" @bind-Value="Model.Title" Disabled="_isLoading" Label="عنوان" Variant="Variant.Outlined" />
|
||||||
|
</MudItem>
|
||||||
|
<MudItem xs="6">
|
||||||
|
<MudNumericField T="long" HideSpinButtons="true" @bind-Value="Model.Price" Disabled="_isLoading" Label="قیمت" Variant="Variant.Outlined" />
|
||||||
|
</MudItem>
|
||||||
|
</MudStack>
|
||||||
<MudItem xs="12">
|
<MudItem xs="12">
|
||||||
<MudHtmlEditor @bind-Html="Model.Description">
|
<MudHtmlEditor @bind-Html="Model.Description">
|
||||||
<MudHtmlToolbarOptions InsertImage="false" /> <!-- This will exclude the "insert image" toolbar option -->
|
<MudHtmlToolbarOptions InsertImage="false" /> <!-- This will exclude the "insert image" toolbar option -->
|
||||||
|
|||||||
Reference in New Issue
Block a user