MCPcopy Create free account

hub / github.com/JiHong88/suneditor / functions

Functions1,891 in github.com/JiHong88/suneditor

Methodactive
* @hook Editor.EventManager * @type {SunEditor.Hook.Event.Active}
src/plugins/dropdown/lineHeight.js:50
Methodactive
* @hook Editor.EventManager * @type {SunEditor.Hook.Event.Active}
src/plugins/dropdown/fontColor.js:55
Methodactive
* @hook Editor.EventManager * @type {SunEditor.Hook.Event.Active}
src/plugins/dropdown/blockStyle.js:53
MethodactiveCommands
* @description Returns the active commands array. * @returns {Array<string>}
src/core/logic/shell/commandDispatcher.js:73
FunctionaddUrlQuery
(url, query)
src/helper/converter.js:478
MethodappendNode
(parentEl, insNode, sibling, originNode)
src/core/logic/dom/format.js:496
FunctionapplyInlineStylesAll
(wwTarget, includeWW, styles)
src/helper/dom/domUtils.js:491
MethodapplyTheme
(target)
src/core/logic/shell/ui.js:186
FunctionarrayFilter
(array, validation)
src/helper/dom/domUtils.js:132
FunctionarrayFind
(array, validation)
src/helper/dom/domUtils.js:155
FunctionarrayIncludes
(array, node)
src/helper/dom/domUtils.js:176
FunctionaudioUploadHandler
* @callback * @description Custom handler for audio upload requests. * Fired after the `XMLHttpRequest` is sent but before default response processi
src/events.js:631
MethodbrowserInit
* @optional * Executes the method that is called when a `Browser` module is opened. * @returns {void}
src/interfaces/contracts.js:110
FunctioncamelToKebabCase
(param)
src/helper/converter.js:220
FunctionchangeElement
(element, newElement)
src/helper/dom/domUtils.js:282
FunctionchangeTxt
(node, txt)
src/helper/dom/domUtils.js:303
Functioncheck
* @description Immediately saves the current state to the history stack if a delayed save is pending. * @param {*} rootKey The key of the root fram
src/core/logic/shell/history.js:281
MethodcheckCss
(vNode)
src/core/logic/dom/inline.js:518
MethodcheckScrollEnd
()
src/core/section/documentType.js:537
FunctioncleanHTML
(html)
src/helper/msOffice.js:752
FunctionclearData
()
test/integration/eventOrchestrator.spec.js:37
MethodclearData
(format)
test/setup.js:129
Functionclone
(node, deep = false)
src/helper/dom/domUtils.js:54
Methodclose
* @override * @type {PluginBrowser['close']}
src/plugins/browser/audioGallery.js:80
Methodclose
* @override * @type {PluginBrowser['close']}
src/plugins/browser/fileGallery.js:81
Methodclose
* @override * @type {PluginBrowser['close']}
src/plugins/browser/videoGallery.js:86
Methodclose
* @override * @type {PluginBrowser['close']}
src/plugins/browser/imageGallery.js:82
Methodclose
* @abstract * @description Executes the method that is called when a `Browser` module is closed. * @returns {void}
src/interfaces/plugins.js:80
MethodcolorPickerAction
* @hook Modules.ColorPicker * @type {SunEditor.Hook.ColorPicker.Action}
src/plugins/dropdown/backgroundColor.js:92
MethodcolorPickerAction
* @hook Modules.ColorPicker * @type {SunEditor.Hook.ColorPicker.Action}
src/plugins/dropdown/fontColor.js:93
MethodcolorPickerAction
* @hook Modules.ColorPicker * @type {SunEditor.Hook.ColorPicker.Action}
src/plugins/dropdown/table/services/table.style.js:124
MethodcolorPickerAction
* @optional * Executes the method called when a button of `ColorPicker` module is clicked. * - When applying the `ColorPicker` module globally to
src/interfaces/contracts.js:131
MethodcolorPickerHueSliderClose
* @optional * Executes the method called when the `HueSlider` module is closed. * @returns {void}
src/interfaces/contracts.js:145
MethodcolorPickerHueSliderOpen
* @optional * Executes the method called when the `HueSlider` module is opened. * @returns {void}
src/interfaces/contracts.js:138
FunctioncompareElements
(a, b)
src/helper/dom/domQuery.js:252
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/command/fileUpload.js:54
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/popup/anchor.js:20
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/modal/audio.js:57
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/modal/embed.js:89
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/modal/math.js:41
Methodcomponent
* @param {Element} node - The node to check. * @returns {Element|null} Returns a node if the node is a valid component.
src/plugins/modal/image/index.js:80
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/modal/video/index.js:95
Methodcomponent
* @param {HTMLElement} node - The node to check. * @returns {HTMLElement|null} Returns a node if the node is a valid component.
src/plugins/dropdown/table/index.js:47
MethodcomponentCopy
* @hook Editor.Component * @type {SunEditor.Hook.Component.Copy}
src/plugins/dropdown/table/index.js:232
MethodcomponentCopy
* @optional * Executes the method that is called when a component copy is requested. * @param {SunEditor.HookParams.CopyComponent} params - Copy c
src/interfaces/contracts.js:227
MethodcomponentDeselect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Deselect}
src/plugins/popup/anchor.js:77
MethodcomponentDeselect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Deselect}
src/plugins/dropdown/hr.js:64
MethodcomponentDeselect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Deselect}
src/plugins/dropdown/table/index.js:200
MethodcomponentDeselect
* @optional * Called when a container is deselected. * @param {HTMLElement} target - Target element * @returns {void}
src/interfaces/contracts.js:203
MethodcomponentDestroy
* @hook Editor.Component * @type {SunEditor.Hook.Component.Destroy}
src/plugins/command/fileUpload.js:215
MethodcomponentDestroy
* @hook Editor.Component * @type {SunEditor.Hook.Component.Destroy}
src/plugins/modal/embed.js:411
MethodcomponentDestroy
* @hook Editor.Component * @type {SunEditor.Hook.Component.Destroy}
src/plugins/modal/image/index.js:337
MethodcomponentDestroy
* @hook Editor.Component * @type {SunEditor.Hook.Component.Destroy}
src/plugins/modal/video/index.js:381
MethodcomponentDestroy
* @hook Editor.Component * @type {SunEditor.Hook.Component.Destroy}
src/plugins/dropdown/hr.js:72
MethodcomponentDestroy
* @optional * Method to delete a component of a plugin, called by the `FileManager`, `Controller` module. * @param {HTMLElement} target - Target e
src/interfaces/contracts.js:219
MethodcomponentEdit
* @hook Editor.Component * @type {SunEditor.Hook.Component.Edit}
src/plugins/command/fileUpload.js:204
MethodcomponentEdit
* @hook Editor.Component * @type {SunEditor.Hook.Component.Edit}
src/plugins/modal/embed.js:403
MethodcomponentEdit
* @hook Editor.Component * @type {SunEditor.Hook.Component.Edit}
src/plugins/modal/image/index.js:329
MethodcomponentEdit
* @hook Component * @type {SunEditor.Hook.Component.Edit}
src/plugins/modal/video/index.js:373
MethodcomponentEdit
* @optional * Executes the method that is called when a component is being edited. * @param {HTMLElement} target - Target element * @returns {vo
src/interfaces/contracts.js:211
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select}
src/plugins/command/fileUpload.js:182
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select}
src/plugins/modal/audio.js:241
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select}
src/plugins/modal/embed.js:395
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select}
src/plugins/modal/math.js:297
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select} * @param {HTMLIFrameElement|HTMLVideoElement} target
src/plugins/modal/video/index.js:365
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select}
src/plugins/dropdown/hr.js:56
MethodcomponentSelect
* @hook Editor.Component * @type {SunEditor.Hook.Component.Select}
src/plugins/dropdown/table/index.js:172
MethodcomponentSelect
* @abstract * Executes the method that is called when a component of a plugin is selected. * @param {HTMLElement} target - Target component elemen
src/interfaces/contracts.js:195
Methodconstructor
(callback)
test/setup.js:6
Methodconstructor
()
test/setup.js:18
Methodconstructor
(type, options = {})
test/setup.js:97
Methodconstructor
()
test/setup.js:119
Methodconstructor
(type, eventInitDict = {})
test/__mocks__/editorIntegration.js:67
Methodconstructor
(fileBits, fileName, options = {})
test/__mocks__/editorIntegration.js:94
Methodconstructor
(type, params = {})
test/integration/eventOrchestrator.spec.js:15
Methodconstructor
(k, opts)
test/unit/core/logic/shell/pluginManager.spec.js:145
Methodconstructor
(k, pluginOpts)
test/unit/core/logic/shell/pluginManager.spec.js:289
Methodconstructor
(k, opts)
test/unit/core/logic/shell/pluginManager.spec.js:333
Methodconstructor
()
test/unit/core/logic/shell/pluginManager.spec.js:480
Methodconstructor
()
test/unit/core/logic/shell/pluginManager.spec.js:1651
Methodconstructor
(kernel)
test/unit/core/kernel/kernelInjector.spec.js:226
Methodconstructor
(type, eventInitDict = {})
test/unit/core/event/handlers/handler_ww_dragDrop.integration.spec.js:10
Methodconstructor
(fileBits, fileName, options = {})
test/unit/core/event/handlers/handler_ww_dragDrop.integration.spec.js:31
Methodconstructor
()
test/unit/plugins/modal/drawing.spec.js:432
Methodconstructor
* @description Modal window module * @param {*} inst The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependenc
src/modules/contract/Modal.js:41
Methodconstructor
* @constructor * @param {*} host The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependencies * @param {Node
src/modules/contract/Controller.js:76
Methodconstructor
* @constructor * @param {*} inst The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependencies * @param {Figu
src/modules/contract/Figure.js:138
Methodconstructor
* @constructor * @param {*} host The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependencies * @param {stri
src/modules/contract/ColorPicker.js:96
Methodconstructor
* @constructor * @param {*} host The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependencies * @param {Brow
src/modules/contract/Browser.js:91
Methodconstructor
* @constructor * @param {import('./ColorPicker').default} inst The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel
src/modules/contract/HueSlider.js:110
Methodconstructor
* @constructor * @param {SunEditor.Deps} $ Kernel dependencies * @param {HTMLElement} modalForm Modal <form> * @param {ModalAnchorEditorParams}
src/modules/ui/ModalAnchorEditor.js:71
Methodconstructor
* @constructor * @param {SunEditor.Deps} $ Kernel dependencies * @param {SelectMenuParams} params SelectMenu options
src/modules/ui/SelectMenu.js:49
Methodconstructor
* @constructor * @param {*} inst The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependencies * @param {ApiM
src/modules/manager/ApiManager.js:30
Methodconstructor
* @constructor * @param {*} inst The instance object that called the constructor. * @param {SunEditor.Deps} $ Kernel dependencies * @param {File
src/modules/manager/FileManager.js:23
Methodconstructor
* @constructor * @description SunEditor constructor function. * @param {Array<{target: Element, key: *, options: SunEditor.InitFrameOptions}>} mul
src/core/editor.js:25
Methodconstructor
* @constructor * @param {SunEditor.Kernel} kernel
src/core/logic/dom/offset.js:90
Methodconstructor
* @constructor * @param {SunEditor.Kernel} kernel
src/core/logic/dom/inline.js:25
Methodconstructor
* @constructor * @param {SunEditor.Kernel} kernel
src/core/logic/dom/listFormat.js:15
Methodconstructor
* @constructor * @param {SunEditor.Kernel} kernel
src/core/logic/dom/selection.js:26
Methodconstructor
* @constructor * @param {SunEditor.Kernel} kernel
src/core/logic/dom/char.js:20
← previousnext →1,401–1,500 of 1,891, ranked by callers