File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
InPlaceEditor_ServerApp/Components/Pages
InPlaceEditor_WasmApp/InPlaceEditor_WasmApp.Client/Pages
InPlaceEditor_ServerApp/Components/Pages
InPlaceEditor_WasmApp/InPlaceEditor_WasmApp.Client/Pages Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2020 <tr >
2121 <td class =" sample-td" > Enter your name: </td >
2222 <td class =" sample-td" >
23- <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" RenderMode.Popup" TValue =" string" >
23+ <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Popup" TValue =" string" >
2424 <EditorComponent >
2525 <SfTextBox @bind-Value =" @TextValue" Placeholder =" Enter some text" ></SfTextBox >
2626 </EditorComponent >
Original file line number Diff line number Diff line change 44
55<div id =' container' >
66 <span class =" content-title" > Select date: </span >
7- <SfInPlaceEditor @ref =" InplaceditorObj" EmptyText =" Value" TValue =" string" @bind-Value =" @inplaceValue" Mode =" RenderMode.Inline" Type =" InputType.Template" >
7+ <SfInPlaceEditor @ref =" InplaceditorObj" EmptyText =" Value" TValue =" string" @bind-Value =" @inplaceValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Inline" Type =" InputType.Template" >
88 <InPlaceEditorTemplate >
99 <input @bind-value =" @inplaceValue" id =" date" type =" text" />
1010 </InPlaceEditorTemplate >
Original file line number Diff line number Diff line change 225225 public string DropMode { get ; set ; } = " Inline" ;
226226 private string colorValue { get ; set ; } = " #0db1e7" ;
227227
228- private RenderMode Mode = RenderMode .Inline ;
228+ private Syncfusion . Blazor . InPlaceEditor . RenderMode Mode = Syncfusion . Blazor . InPlaceEditor . RenderMode .Inline ;
229229
230230 public class Countries
231231 {
Original file line number Diff line number Diff line change 2020 <tr >
2121 <td class =" sample-td" > Enter your name: </td >
2222 <td class =" sample-td" >
23- <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" RenderMode.Popup" TValue =" string" >
23+ <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Popup" TValue =" string" >
2424 <EditorComponent >
2525 <SfTextBox @bind-Value =" @TextValue" Placeholder =" Enter some text" ></SfTextBox >
2626 </EditorComponent >
Original file line number Diff line number Diff line change 44
55<div id =' container' >
66 <span class =" content-title" > Select date: </span >
7- <SfInPlaceEditor @ref =" InplaceditorObj" EmptyText =" Value" TValue =" string" @bind-Value =" @inplaceValue" Mode =" RenderMode.Inline" Type =" InputType.Template" >
7+ <SfInPlaceEditor @ref =" InplaceditorObj" EmptyText =" Value" TValue =" string" @bind-Value =" @inplaceValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Inline" Type =" InputType.Template" >
88 <InPlaceEditorTemplate >
99 <input @bind-value =" @inplaceValue" id =" date" type =" text" />
1010 </InPlaceEditorTemplate >
Original file line number Diff line number Diff line change 225225 public string DropMode { get ; set ; } = " Inline" ;
226226 private string colorValue { get ; set ; } = " #0db1e7" ;
227227
228- private RenderMode Mode = RenderMode .Inline ;
228+ private Syncfusion . Blazor . InPlaceEditor . RenderMode Mode = Syncfusion . Blazor . InPlaceEditor . RenderMode .Inline ;
229229
230230 public class Countries
231231 {
Original file line number Diff line number Diff line change 2020 <tr >
2121 <td class =" sample-td" > Enter your name: </td >
2222 <td class =" sample-td" >
23- <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" RenderMode.Popup" TValue =" string" >
23+ <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Popup" TValue =" string" >
2424 <EditorComponent >
2525 <SfTextBox @bind-Value =" @TextValue" Placeholder =" Enter some text" ></SfTextBox >
2626 </EditorComponent >
Original file line number Diff line number Diff line change 44
55<div id =' container' >
66 <span class =" content-title" > Select date: </span >
7- <SfInPlaceEditor @ref =" InplaceditorObj" EmptyText =" Value" TValue =" string" @bind-Value =" @inplaceValue" Mode =" RenderMode.Inline" Type =" InputType.Template" >
7+ <SfInPlaceEditor @ref =" InplaceditorObj" EmptyText =" Value" TValue =" string" @bind-Value =" @inplaceValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Inline" Type =" InputType.Template" >
88 <InPlaceEditorTemplate >
99 <input @bind-value =" @inplaceValue" id =" date" type =" text" />
1010 </InPlaceEditorTemplate >
Original file line number Diff line number Diff line change 225225 public string DropMode { get ; set ; } = " Inline" ;
226226 private string colorValue { get ; set ; } = " #0db1e7" ;
227227
228- private RenderMode Mode = RenderMode .Inline ;
228+ private Syncfusion . Blazor . InPlaceEditor . RenderMode Mode = Syncfusion . Blazor . InPlaceEditor . RenderMode .Inline ;
229229
230230 public class Countries
231231 {
Original file line number Diff line number Diff line change 2020 <tr >
2121 <td class =" sample-td" > Enter your name: </td >
2222 <td class =" sample-td" >
23- <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" RenderMode.Popup" TValue =" string" >
23+ <SfInPlaceEditor @bind-Value =" @TextValue" Mode =" Syncfusion.Blazor.InPlaceEditor. RenderMode.Popup" TValue =" string" >
2424 <EditorComponent >
2525 <SfTextBox @bind-Value =" @TextValue" Placeholder =" Enter some text" ></SfTextBox >
2626 </EditorComponent >
You can’t perform that action at this time.
0 commit comments