- aggiunti commenti
- aggiunti controlli su alcuni campi
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="mb-3">
|
||||
<input type="text" style="height: 30rem" class="form-control" id="exampleFormControlInput1" @bind="@m_FilePath">
|
||||
<textarea class="form-control" id="FileBTL" rows="3" @bind="@m_FilePath"></textarea>
|
||||
<button class="btn btn-lg btn-primary btn-sm" @onclick="DoSave">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -26,6 +26,10 @@ namespace WebAedificaConfigurator
|
||||
set => m_sSvg = value;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Salvattagio dizionario contenente il file
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
protected async Task DoSave()
|
||||
{
|
||||
Dictionary<string,string> Args = new Dictionary<string,string>();
|
||||
@@ -47,9 +51,5 @@ namespace WebAedificaConfigurator
|
||||
}
|
||||
}
|
||||
|
||||
private string mainCss
|
||||
{
|
||||
get => "col-6";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user