Table of Contents

Interface IGoogleFontEditorRenderer

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll
[Obsolete("Do not use")]
public interface IGoogleFontEditorRenderer

Methods

BeginEdit(GoogleFontEditor, EditorContext)

void BeginEdit(GoogleFontEditor googleFontEditor, EditorContext context)

Parameters

googleFontEditor GoogleFontEditor
context EditorContext

BeginEditFrontend(GoogleFontEditor, EditorContext)

void BeginEditFrontend(GoogleFontEditor googleFontEditor, EditorContext context)

Parameters

googleFontEditor GoogleFontEditor
context EditorContext

EndEdit(GoogleFontEditor)

object EndEdit(GoogleFontEditor googleFontEditor)

Parameters

googleFontEditor GoogleFontEditor

Returns

object

GetViewModelValue(GoogleFontEditor, object)

object GetViewModelValue(GoogleFontEditor googleFontEditor, object value)

Parameters

googleFontEditor GoogleFontEditor
value object

Returns

object

RenderValue(GoogleFontEditor, EditorRenderingContext)

void RenderValue(GoogleFontEditor googleFontEditor, EditorRenderingContext context)

Parameters

googleFontEditor GoogleFontEditor
context EditorRenderingContext
To top