Table of Contents

Interface IGoogleFontParameterEditorRenderer

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.dll
[Obsolete("Do not use")]
public interface IGoogleFontParameterEditorRenderer

Methods

Render(GoogleFontParameterEditor, ConfigurableAddIn, string, object, Hashtable, string)

string Render(GoogleFontParameterEditor googleFontParameterEditor, ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

googleFontParameterEditor GoogleFontParameterEditor
addIn ConfigurableAddIn
name string
value object
options Hashtable
label string

Returns

string
To top