Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IDynamicConfigurationOptions

Interface that specifies that the plug-in wants to customize the Tiny MCE initialization options.

Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public interface IDynamicConfigurationOptions

Methods

GetConfigurationOptions()

Gets the configuration options for the Tiny MCE plug-in.

Declaration
IDictionary<string, object> GetConfigurationOptions()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

A list with the configuration options for the plug-in.

Extension Methods