ExternalPlugin
Wisej.Web.Ext.CKEditor.ExternalPlugin
public class ExternalPluginPublic Class ExternalPluginConstructors
ExternalPlugin()
Properties
FileName
Name
Url
Last updated
Was this helpful?
Wisej.Web.Ext.CKEditor.ExternalPlugin
Namespace: Wisej.Web.Ext.CKEditor
Assembly: Wisej.Web.Ext.CKEditor (3.2.0.0)
Represents a local plugin that can be used with a CDN installation of the CKEditor or a local installation, although for local installations, it is not necessary to register local plugins. See https://cdn.ckeditor.com/ under "Enabling Local Plugins.
public class ExternalPluginPublic Class ExternalPluginInitializes a new instance of ExternalPlugin.
String: The name of the javascript file of the plugin, using it's "plugin.js". (Default: "plugin.js")
String: The name of the plugin. This is the name used in "extraPlugins". (Default: "")
String: The local URL of the plugin. (Default: "")
Last updated
Was this helpful?
Was this helpful?