MCPcopy Create free account

hub / github.com/baskinwind/rich-editor / functions

Functions366 in github.com/baskinwind/rich-editor

↓ 62 callersMethodadd
(index: number, ...blockList: Block[])
src/components/list.ts:68
↓ 40 callersMethodgetSize
()
src/components/media.ts:108
↓ 22 callersMethodgetBlockById
(id: string)
src/editor/manage/store-manage.ts:24
↓ 21 callersMethodaddStyle
(dom: HTMLElement, style?: AnyObject, data?: AnyObject)
src/view/dom-view.ts:17
↓ 21 callersMethodbuildParagraph
( id: string, getChildren: () => string[], style: AnyObject, data: AnyObject, )
src/view/html-view.ts:99
↓ 20 callersFunctioncreateError
(message: string, block?: any, type?: string)
src/util/index.ts:30
↓ 20 callersFunctionfocusAt
(editor: Editor, start?: Cursor, end?: Cursor)
src/selection/focus-at.ts:7
↓ 20 callersMethodgetStyle
(style: AnyObject)
src/view/html-view.ts:12
↓ 19 callersFunctiongetSelection
(editor: Editor)
src/selection/get-selection.ts:26
↓ 18 callersMethodremove
()
src/components/media.ts:59
↓ 16 callersFunctiongetChildren
(contentView: AbstractView)
src/components/content-collection.ts:241
↓ 16 callersMethodgetData
(data: AnyObject)
src/view/html-view.ts:20
↓ 13 callersMethodbuildHeading
( id: string, type: HeadingEnum, getChildren: () => string[], style: AnyObject, data: AnyO
src/view/html-view.ts:114
↓ 12 callersMethodsplit
(index: number, ...blockList: Block[])
src/components/media.ts:66
↓ 10 callersMethodbuildHtml
( tag: string, className: string, style: AnyObject, children: string, data: AnyObject = {}
src/view/html-view.ts:28
↓ 10 callersMethodcopyData
()
src/decorate/index.ts:42
↓ 10 callersMethodcopyStyle
()
src/decorate/index.ts:17
↓ 9 callersFunctionmodifySelectionDecorate
(editor: Editor, style?: AnyObject, data?: AnyObject)
src/selection/modify-selection-decorate.ts:8
↓ 8 callersFunctiongetUtf8TextLengthFromJsOffset
( text: string | null | undefined, offset?: number, )
src/util/text-util.ts:9
↓ 8 callersMethodisEmpty
()
src/components/article.ts:27
↓ 8 callersFunctionnextTick
(func: () => void)
src/util/index.ts:4
↓ 8 callersMethodrender
(contentView: AbstractView)
src/components/list.ts:148
↓ 7 callersMethodadd
(index: number, ...blockList: Block[])
src/components/custom-collection.ts:62
↓ 7 callersMethodbuildInlineImage
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/html-view.ts:186
↓ 7 callersMethodbuildList
( id: string, listType: ListType, getChildren: () => string[], style: AnyObject, data: Any
src/view/html-view.ts:81
↓ 6 callersFunctiondeleteSelection
(editor: Editor, start: Cursor, end?: Cursor)
src/operator/delete-selection.ts:7
↓ 6 callersMethodgetJSON
()
src/components/list.ts:142
↓ 6 callersFunctiongetSelectedIdList
( article: Article, startId: string, endId: string = startId, )
src/selection/get-selected-id-list.ts:24
↓ 6 callersMethodsendTo
(block: Block)
src/components/list.ts:101
↓ 5 callersMethodremoveChildren
(start: number, end: number = -1)
src/components/table.ts:276
↓ 4 callersMethod$emit
(eventName: string, event?: T, ...rest: any[])
src/editor/event.ts:44
↓ 4 callersMethod$on
(eventName: string, fn: (event: T, ...rest: any[]) => void)
src/editor/event.ts:8
↓ 4 callersMethodaddEmptyParagraph
(bottom: boolean)
src/components/table.ts:227
↓ 4 callersMethodbuildArticle
(id: string, getChildren: () => string[], style: AnyObject, data: AnyObject)
src/view/html-view.ts:40
↓ 4 callersMethodbuildCode
(content: string = "", language: string = "")
src/factory/index.ts:79
↓ 4 callersMethodbuildCustomCollection
( id: string, tag: string, getChildren: () => string[], style: AnyObject, data: AnyObject,
src/view/html-view.ts:44
↓ 4 callersMethodbuildMedia
(mediaType: MediaType, src: string)
src/factory/index.ts:75
↓ 4 callersMethodbuildTable
(id: string, getChildren: () => string[], style: AnyObject, data: AnyObject)
src/view/html-view.ts:54
↓ 4 callersFunctionexchange
(componentFactory: ComponentFactory, component: Component, args?: any[])
src/components/block.ts:24
↓ 4 callersMethodmodifyContentDecorate
( start: number, end: number, style?: AnyObject, data?: AnyObject, )
src/components/media.ts:46
↓ 3 callersMethodexchangeTo
(builder: BlockType, args: any[])
src/components/media.ts:42
↓ 3 callersFunctiongetCursorElement
(element?: HTMLElement | null)
src/selection/util.ts:12
↓ 3 callersFunctiongetCursorPosition
( contentWindow: Window, cursor: Cursor, )
src/selection/util.ts:114
↓ 3 callersFunctiongetElememtSize
(element?: HTMLElement)
src/selection/util.ts:52
↓ 3 callersFunctiongetWrapDom
(containDocument: Document, id: string)
src/util/update-component.ts:9
↓ 3 callersMethodinit
(article: Article)
src/editor/index.ts:76
↓ 3 callersFunctioninsertBlock
(editor: Editor, ...blockList: Block[])
src/selection/insert-block.ts:8
↓ 3 callersMethodreceive
(block: Block)
src/components/list.ts:105
↓ 3 callersMethodrestore
(state: ListSnapshoot)
src/components/list.ts:127
↓ 3 callersMethodsnapshoot
()
src/components/list.ts:121
↓ 2 callersFunctionbackspace
( editor: Editor, start: Cursor, end: Cursor = start, event?: KeyboardEvent | CompositionEvent, )
src/operator/backspace.ts:8
↓ 2 callersMethodbuildListItem
(list: string, structureType: StructureType)
src/view/html-view.ts:91
↓ 2 callersMethodclear
()
src/decorate/index.ts:106
↓ 2 callersMethodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/list.ts:24
↓ 2 callersMethodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/table.ts:38
↓ 2 callersMethodcreateEmpty
()
src/components/list.ts:132
↓ 2 callersMethodcreateEmpty
()
src/editor/manage/article-manage.ts:38
↓ 2 callersMethodcreateRecordStack
()
src/editor/manage/history-manage.ts:53
↓ 2 callersFunctiongetContainer
(element?: HTMLElement | null)
src/selection/util.ts:35
↓ 2 callersFunctiongetJsTextLengthFromUtf8Offset
( text: string | null | undefined, index: number, )
src/util/text-util.ts:1
↓ 2 callersFunctiongetOffset
(parent: HTMLElement, wrap: HTMLElement, offset: number)
src/selection/util.ts:139
↓ 2 callersFunctioninput
( editor: Editor, charOrInline: string | Inline, start: Cursor, event?: KeyboardEvent | Compositio
src/operator/input.ts:9
↓ 2 callersFunctioninsertInline
(editor: Editor, component: string | Inline)
src/selection/insert-inline.ts:8
↓ 2 callersFunctionmodifyDecorate
(style?: AnyObject, data?: AnyObject)
src/components/block.ts:61
↓ 2 callersFunctionmodifyIndent
(editor: Editor, isOutdent: boolean = false)
src/selection/modify-indent.ts:60
↓ 2 callersMethodonInput
(text: string, start: Cursor, event: KeyboardEvent | CompositionEvent | InputEvent)
src/operator/index.ts:41
↓ 2 callersMethodredo
()
src/editor/manage/history-manage.ts:127
↓ 2 callersMethodrender
(contentView: AbstractView)
src/components/table.ts:149
↓ 2 callersMethodrestore
(stepId: number)
src/record/index.ts:16
↓ 2 callersMethodstartUpdate
()
src/editor/manage/article-manage.ts:34
↓ 2 callersMethodstopUpdate
()
src/editor/manage/article-manage.ts:30
↓ 2 callersMethodstore
(stepId: number)
src/record/index.ts:12
↓ 2 callersMethodundo
()
src/editor/manage/history-manage.ts:116
↓ 2 callersFunctionwalkTree
( structureCollection: StructureCollection<Block>, callback: (block: Block) => boolean | void, )
src/util/index.ts:8
↓ 1 callersMethodaddCell
(index: number)
src/components/table.ts:198
↓ 1 callersFunctionafterCreate
()
dev/index.js:25
↓ 1 callersMethodbuildCharacterList
(id: string, text: string, style: AnyObject, data: AnyObject)
src/view/html-view.ts:162
↓ 1 callersMethodbuildCodeBlock
( id: string, content: string, language: string, style: AnyObject, data: AnyObject, )
src/view/html-view.ts:129
↓ 1 callersMethodbuildTableCell
( id: string, cellType: "th" | "td", getChildren: () => string[], style: AnyObject, data:
src/view/html-view.ts:71
↓ 1 callersMethodbuildTableRow
(id: string, getChildren: () => string[], style: AnyObject, data: AnyObject)
src/view/html-view.ts:67
↓ 1 callersMethodcanRedo
()
src/editor/manage/history-manage.ts:112
↓ 1 callersMethodcanUndo
()
src/editor/manage/history-manage.ts:108
↓ 1 callersMethodchildHeadDelete
(block: Block)
src/components/list.ts:86
↓ 1 callersMethodclear
(stepId: number)
src/record/index.ts:26
↓ 1 callersFunctioncountSize
(parent: HTMLElement, node: HTMLElement)
src/selection/util.ts:140
↓ 1 callersFunctioncreateArticle
(factory)
dev/article.js:1
↓ 1 callersMethodcreateByJSON
(json: JSONType)
src/editor/manage/article-manage.ts:44
↓ 1 callersFunctioncreateEditor
( root: HTMLElement, editor: Editor, beforeCreate?: (document: Document, window: Window) => void, afte
src/editor/create-editor.ts:10
↓ 1 callersMethodcreateRecord
()
src/editor/manage/history-manage.ts:69
↓ 1 callersMethoddataIsEmpty
()
src/decorate/index.ts:74
↓ 1 callersFunctionenter
(editor: Editor, start: Cursor, end: Cursor = start, event?: KeyboardEvent)
src/operator/enter.ts:7
↓ 1 callersMethodexchange
(componentFactory: ComponentFactory, block: Block, args: any[] = [])
src/components/list.ts:34
↓ 1 callersMethodexchange
(componentFactory: ComponentFactory, block: Block, args: any[] = [])
src/components/heading.ts:62
↓ 1 callersFunctionfindFocusNode
(element: HTMLElement, index: number)
src/selection/util.ts:76
↓ 1 callersMethodflush
()
src/editor/manage/article-manage.ts:83
↓ 1 callersFunctionfocusNode
(contentWindow: Window, start: FocusNodeType, end: FocusNodeType = start)
src/selection/focus-at.ts:50
↓ 1 callersMethodformatStyle
(styleName: string)
src/view/html-view.ts:8
↓ 1 callersMethodgetInstance
(editor?: Editor)
src/factory/index.ts:20
↓ 1 callersMethodgetJSON
()
src/components/table.ts:221
↓ 1 callersFunctiongetParentDom
(containDocument: Document, id: string)
src/util/update-component.ts:17
next →1–100 of 366, ranked by callers