Class _SimpleEditor
Interaction logic for _SimpleEditor
Inheritance
System.Object
_SimpleEditor
Namespace: Simplic.Framework.UI.Templating
Assembly: Simplic.Framework.Base.dll
Syntax
public class _SimpleEditor : ITemplateEditor
Constructors
| Improve this Doc View Source_SimpleEditor()
Create new editor instance
Declaration
public _SimpleEditor()
Methods
| Improve this Doc View SourceEdit(String, ITemplateLoader, UIContentPresenter)
Show the editor
Declaration
public void Edit(string path, ITemplateLoader loader, UIContentPresenter presenter)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
ITemplateLoader | loader | |
UIContentPresenter | presenter |